Quote:
Originally Posted by Tungsten
I will likely replace the navigation bar on the forumhome template entirely and incorporate the welcome panel as it's replacement. Then the navbar will take over on all other pages as the default.
Anyway, I have begun testing a few different layouts on my development server and will try to finalize something in the next week or two. Apologies for the delay but the holidays and a last-minute rush on some projects at the office have been sucking away my free time for things like this.
|
Yep, I've done that to my new style (test board). Removed navbar altogether and added the welcome panel.
Also, here is a useful tip.. to have the avatar support query executed on forumhome ONLY, do this:
in the phpinclude template:
if (THIS_SCRIPT == 'index')
{
//avatar support codes here
}