Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can’t change text colors


  • paulhastings0
    Participant

    @paulhastings0

    I’m running BP 1.2.5.2. I don’t think this problem occurred until after I upgraded to BP 1.2.5.2 but it’s possible it might be related to the #hashtag plugin which I installed around the same time. This problem still persists even after I upgraded to WP(MS) 3.0.1 tonight.

    None of my site’s blogs (including the main site blog) can change any of their text colors. Here’s a screenshot:

    http://screencast.com/t/YWRkMzMzN

    Here’s what viewing the source code looks like:

    http://screencast.com/t/ZDU1NjI3ODgt

    @nuprn1 Could this possibly be related to your #hashtag plugin? I tried deactivating your plugin but then all the blog post on the main site lost all of their text. The posts still had their titles but all the other post text was gone. I wrote a new blog post but still none of the text appeared. So I reactivated your plugin and the posts came back.

Viewing 1 replies (of 1 total)

  • 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?

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t change text colors’ is closed to new replies.
Skip to toolbar