Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to enable unregistered users to browse the message board...
If the check box doesn't work? I put a check in the box and it doesn't stick.
Any assistance would be greatly appreciated...
0
This discussion has been closed.
Comments
$Configuration['PUBLIC_BROWSING'] = '1';
inconf/settings.php
And as a FYI, all the default settings are in
appg/settings.php
, if you want to change a setting that isin't already inconf/settings.php
, copy it from the appg file and do your fiddling with it in the conf file.p.s. Ooh! Another thing to do is make sure that you click on the save button at the bottom of the form--many check boxes in Vanilla don't require this, but the ones on this page do.