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.