Re: Plugin: Private Forums v 2.1
A friend who loves WordPress (www.jcbd.com). Gave me this to work with the plugin.
It goes in the rss2 file.
<description><?php
if ( strstr( get_topic_title(), ‘[Members Only]’) ) echo ‘[Text of this post available to logged-in members only.]’;
else post_text();
?></description>
To see this work go to http://koma-inu.org/bbpress/
Do not log in.
Firefox or Safari sould get the same results.