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.
Panel List: Visible by default...
How would I make the Panel Lists plugin always on by default. I know somewhere it must draw a setting which defaults to false, but can't seem to find it.
By "always-on" I would like users to see bookmarks/discussions/browsing history by default, and then still have the option of going into forum preferences and turning each one off.
Where do I set the default value?
0
This discussion has been closed.
Comments
$Configuration['PREFERENCE_ShowBookmarks'] = '1'; $Configuration['PREFERENCE_ShowRecentDiscussions'] = '1'; $Configuration['PREFERENCE_ShowBrowsingHistory'] = '1'; $Configuration['PREFERENCE_ShowPrivateDiscussions'] = '1';
That should do it...