Forum help

How do you make it so guests do not have access to the forums?... Damned if I can work it out?

Quote · 31 Dec 2009

You can hide the Forum tab (or any others) by going to Admin Panel>Builders>Navigation Menu and click the Forum block in active items. Remove the checkmark from Visible For: Guest

Chris

Nothing to see here
Quote · 31 Dec 2009

Thanks..but they can still access through the stats block... I wanted to keep that block there so visitors get an idea of our membership.

Quote · 31 Dec 2009

Edit your /modules/boonex/forum/index.php

Add this code:

check_logged();
if(!isLogged()) {
login_form();
exit;
}

Right after this:

$ret = @include_once( $gConf['dir']['inc'].'util.inc.php' );
if (!$ret)

Chris

Nothing to see here
Quote · 31 Dec 2009

Thanks heaps Chris!

Quote · 31 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.