Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: Forum Restriction


drtech
Participant

@drtech

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.

Skip to toolbar