Hi,
i have Wordpress 3.7.1, BuddyPress 1.8.1 and rtMedia 3.5 but i have a problem.
When i click on Media Tab in Profile i see a page without media, i send you a screenshot.
It’s a problem of templates ?
Thanks
Hi,
i have Wordpress 3.7.1, BuddyPress 1.8.1 and rtMedia 3.5 but i have a problem.
When i click on Media Tab in Profile i see a page without media, i send you a screenshot.
It’s a problem of templates ?
Thanks
It will be great if you can give us site url so we can guide you properly.
this was a private reply with post_id 55706
i find the bug by myself:
in page.php i have get_the_content() and it’s not good for your plugin, when i change get_the_content in the_content() it works!
Hello redocs,
You are right. rtMedia uses the the_content
filter to output the content.