Quote:
Originally Posted by azmi
is there no way to make it not static?
a coder might explain it better, but how about this way?
in vbulletin options you can give a default banner.
if you leave this blank, the forum displays the specific thread banner
like:
PHP Code:
<if condition="$foruminfo['bannerdefault'] ... //vbulletin options for default
<else />
<if condition="$foruminfo['banner']... // forum options
</if
</if
don't laugh - i'm a noob in php 
|
I understand. Yes this could be done.
I might move the template edit to the end of the $navbar, so that it would be on every page. The drawback of this is that programs that use the $navbar (gallery, non-VB pages, CMS front ends, etc .) would also have the banner under the navbar.
Ill look in on it.