Originally Posted by Phalynx
(Post 1482572)
Here are the settings from 1.2:
Code:
$forumdm->set_bitfield('options', 'active', '1');
$forumdm->set_bitfield('options', 'allowposting', '1');
$forumdm->set_bitfield('options', 'cancontainthreads', '1');
$forumdm->set_bitfield('options', 'moderatenewpost', '0');
$forumdm->set_bitfield('options', 'moderatenewthread', '0');
$forumdm->set_bitfield('options', 'moderateattach', '0');
$forumdm->set_bitfield('options', 'allowbbcode', '1');
$forumdm->set_bitfield('options', 'allowimages', '1');
$forumdm->set_bitfield('options', 'allowhtml', '1');
$forumdm->set_bitfield('options', 'allowsmilies', '1');
$forumdm->set_bitfield('options', 'allowicons', '1');
$forumdm->set_bitfield('options', 'allowratings', '1');
$forumdm->set_bitfield('options', 'countposts', '1');
$forumdm->set_bitfield('options', 'canhavepassword', '1');
$forumdm->set_bitfield('options', 'indexposts', '1');
$forumdm->set_bitfield('options', 'styleoverride', '0');
$forumdm->set_bitfield('options', 'showonforumjump', '0');
$forumdm->set_bitfield('options', 'prefixrequired', '0');
They can be hide, but for everyone. Direct access only for members of the group. But if someone knows the exact URL of the forum he gain's access.
Please PM me login details as Admin to your site. I need also query permission.
If you get a "Invalid Forum Specified" you should check parent forum setting in AdminCP/Settings/SocialForums
With 1.2 this is not needed anymore. SocialForums 1.2 will be released today.
|