Hi, i have little problem whit attachments in topic, it not show frontend, but upload image in media section.. Image is attached regular but nothing show after content. This issue is only for first topic, replyes are ok…
This issue is also for gd bbpress signature.. in first topic not show signature, in reply yes…
I use bbpress 2.4 and wp 3.6.1 latest versions…. example:
add_filter('bbp_get_reply_content', array(&$this, 'embed_attachments'), 100, 2);
add_filter('bbp_get_topic_content', array(&$this, 'embed_attachments'), 100, 2);
if i remove first line, not show anything in replies, i think problem with second line…
Have you idea? Can you help me please?
Thanks….
- The topic ‘Nothing show in first topic, is ok in reply’ is closed to new replies.