Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Private Forum script


so1o
Participant

@so1o

i would think it is standalone..

are you sure you aren’t logged in.. it would redirect the user to login.php if he isnt logged in. if you are logged in it would load normally

also check the bb-settings.php file.. check what is the name of the hook for initialization. as i mentioned the hook name was changed from init to bb-init.

if the bb-settings file has this

do_action('init', '');

then change the last line of the plugin to

add_action( 'init', 'my_check_private_forum');

Skip to toolbar