Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 19 replies - 51 through 69 (of 69 total)
  • @roymckenzie

    Participant

    Allowing if someone wants to post an image to a wire with the <img> tag, it wont get striiped out and so it will show up in the activity feeds

    I added this to my bp-custom.php hoping it would fix my issue.

    <?php
    function my_allowed_tags($allowedtags){
    $allowedtags['img'] = array();
    return $allowedtags;
    }
    add_filter( 'edit_allowedtags', 'my_allowed_tags' );

    add_filter( 'bp_get_activity_content', 'my_allowed_tags' );

    add_filter( 'bp_get_wire_post_content', 'my_allowed_tags' );

    ?>

    @roymckenzie

    Participant

    I will take a look. Thanks for your help John.

    @roymckenzie

    Participant

    Well, I should say I was trying to apply this technique to the Wire to allow img tags. No dice though. Any help would be great

    @roymckenzie

    Participant

    Unfiltered MU did not work for me. I will try what you originally suggested, Burt

    @roymckenzie

    Participant

    Could you point me in the right direction in adding a new activity feed filter?

    @roymckenzie

    Participant

    Haha, yea. Not sure why not either.

    @roymckenzie

    Participant

    WOOTY WOOOO

    @roymckenzie

    Participant

    Great contribution! I just don’t want to have to modify my core files yet. :)

    @roymckenzie

    Participant

    I’d be interested.

    @roymckenzie

    Participant

    Also, not using All-in-One SEO. Should I create a different header include?

    The events page…that might be a bug in the version of the plug-in I’m using. It’s not meant for live sites but works ok enough at this point.

    The TubePress plug-in is available site-wide. All I had to do was activate it site-wide.

    @roymckenzie

    Participant

    I include the header file in the buddypress-member template directory ‘header.php.’ It uses a function: bp_page_title()

    <title><?php bp_page_title() ?></title>

    Does this function not take into account the actual title of the page as defined in the page editor?

    @roymckenzie

    Participant

    @hyrxx the latest version on his site still doesn’t allow the plugin to work with other users besides admin. im using trunk 1335, which is supposed to be compatible. im really excited for this plugin and the plugin writer dave said he is going to wait until there is another release (ie RC2). Not sure when that will be but I’d love some help in the meantime from someone if they knew what was happening.

    Thanks a lot!

    @roymckenzie

    Participant

    VERY NICE!

    @roymckenzie

    Participant

    EXCELLENT!

    @roymckenzie

    Participant

    GREAT NEWS Erwin. Really appreciate all your hard work. I think this feature will definitely DEFINITELY help motivate more group activity, etc.

    @roymckenzie

    Participant

    Would someone mind sharing how this was fixed? That would be great! I just upgraded to the latest trunk. Is this a known issue? If so when will it be fixed? Should I replace it with the older version i have (RC-1)?

    Help pls :)

    @roymckenzie

    Participant

    works great!

    @roymckenzie

    Participant

    I’ll chip in for this project too!!! @gpo1

    @roymckenzie

    Participant

    I’d love to see this too! People love the wire!

Viewing 19 replies - 51 through 69 (of 69 total)
Skip to toolbar