Hi zeaks,
Please add the following code to app/Mivhak.php after line 32 (before the closing curly bracket) and tell me if it works. The code was not tested, but in the worst case it simply won’t do anything.
add_filter('bbp_get_topic_content', array( __CLASS__, 'format' ), 0 );
add_filter('bbp_get_reply_content', array( __CLASS__, 'format' ), 0 );
If it works, I will add it to the next release.
Thread Starter
zeaks
(@zeaks)
That worked, it’s displaying find in bbPress now.
The only issue I see which doesn’t bother me because I usually have it turned off is, on the forums the toolbar buttons are displayed along the side. instead of at the top. I played around in FireBug but couldn’t figure it out, it’s probably a bbPress style conflicting with it.
If you want to have a look I’ve left the toolbar turned on http://zeaks.org/forums/topic/author-and-date-just-under-the-title#post-12838
Thanks again for the quick reply and fix!
Not a problem!
As for the other issue, you have a bbPress CSS rule that is conflicting with it. add this code to your stylesheet:
pre.prettyprint .meta .control a, xhr.prettyprint .meta .control a {display: inline-block !important}
P.S. If you liked the plugin, please rate it. it would help us a lot. Thanks!
Thread Starter
zeaks
(@zeaks)
Great, thanks! And I rated it back in December. I’ll probably write a review on my site in the near future, I love how lightweight it is. Thanks again
Oh, that’s right… Thank you!