Quote:
Originally Posted by imedic
I have install and edit the templates but I have 3 problems:
1. Header banner is lower then the logo taking more space (see here) Banner is " width="612" height="75" because it does not enter otherwise in line with the logo. I would like to be in line with the logo.
Header is:
2. The banner in footer (sponsored links is working) does not want to show up (I have tested with the same banner as the top)
EDIT: It shows but after 1-2 min waiting, in all browsers. (it is a svf file)
Footer is:
3. Top banner does not show in forum announcements (like after logout) But it shows on registration page where I understand it is suppose not to show.
I use VB 3.7.0 on the site.
Problems appear on IE and Opera. Firefox I have a problem with it and I am not shure how it is.
Any ideas what is wrong... Thanks
PS Nice work ... please consider adding a link below all ads How to remove this add directing to join a specific group. It was in the previous mod and it was usefull.
|
for header try this
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> $ad_headerEnd</td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
for registration page go to admincp , vbulletin options , Advertisement System (Settings & Slideshow) , Do NOT display advertisements for scripts and enter :
register|search|login
i will include remove advertisements in v2.5 .