Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t change text colors


paulhastings0
Participant

@paulhastings0

@nuprn1

The more that I look at this the more I’m convinced that this must be a bug with the #hashtag plugin. The CSS color info (e.g. #ff0156) is being turned into a link before the can get into action. Just so you know, I added the following lines of into bp-custom.php around the same time that I activated the plugin.


// BELOW ADDED BY PAUL HASTINGS (7/23/2010)
// ADDS #HASHTAGS FUNCTIONALITY TO BLOG POSTS AND COMMENTS
add_filter( 'bp_blogs_activity_new_post_content', 'bp_activity_hashtags_filter' );
add_filter( 'bp_blogs_activity_new_comment_content', 'bp_activity_hashtags_filter' );
add_filter( 'get_comment_text' , 'bp_activity_hashtags_filter' );
add_filter( 'the_content', 'bp_activity_hashtags_filter' );

Any thoughts?

Skip to toolbar