Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorAndrewVos
    • CommentTimeJul 10th 2006
     # 1
    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?
    •  
      CommentAuthorMark
    • CommentTimeJul 10th 2006
     # 2
    Add these to your conf/settings.php file:

    $Configuration['PREFERENCE_ShowBookmarks'] = '1';
    $Configuration['PREFERENCE_ShowRecentDiscussions'] = '1';
    $Configuration['PREFERENCE_ShowBrowsingHistory'] = '1';
    $Configuration['PREFERENCE_ShowPrivateDiscussions'] = '1';


    That should do it...
    • CommentAuthorAndrewVos
    • CommentTimeJul 10th 2006
     # 3
    Ahh. You're a legend!
Add your comments
    Username Password
  • Format comments as