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.
Adding Panel Back to People Pages
I'm working on integrating Vanilla with an existing web site. The existing site's navbar is laid out in a left hand column; its stored in a central file and included across the site via server side includes.
My custom theme contains a modification of panel.php to pull in that navbar and insert Vanilla's panel in the proper place.
The problem is that the entire navbar (instead of just Vanilla's panel) disappears when I hit any of the people pages (e.g. signing in, signing up, signing out, etc.). Is there any way to override this behavior?
0
This discussion has been closed.
Comments
You can alter the init_vanilla to do it as well, or you can write an extension to add the panel and make sure that the extension is included *first* in the conf/extensions.php file.
Note that you will likely need to also alter the people templates so that the xhtml works with the placement of the panel.