Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Two parallel Vanillas on same database?

nicepaulnicepaul
edited August 2012 in Vanilla 2.0 - 2.8

Hi

Is it possible to run two Vanilla forums on the same domain, with the same content and users? So new posts and new users would show up on both?

Either that or have a theme switcher for users to choose between new and classic themes.

thanks.
Paul

Comments

  • theme switcher is much better.

    using a sledge hammer to crack a nut.

    grep is your friend.

  • Indeed. But is there a theme switcher plugin for v2? Can't find one.

  • LincLinc Admin
    edited August 2012

    The technical challenges of making a theme switcher pale in comparison to running 2 sites off the same database.

    Add a checkbox profile option that adds an additional CSS stylesheet if checked. Done.

  • TimTim Vanilla Staff

    Add a plugin that hooks Gdn_Dispatcher_AppStartup_Handler and SaveToConfig('Garden.Theme', 'newthemename', FALSE);

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • nicepaulnicepaul
    edited August 2012

    Lincoln - that sounds like a good idea, thanks!

    Tim - I've no idea what that means.

Sign In or Register to comment.