Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Private Forum script


so1o
Participant

@so1o

please note that the bb hook for initialization was change after the blix release (0.73). it was changed from ‘init’ to ‘bb_init’

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