PDA

View Full Version : Banner not showing up in proper location...


ShackMaster
04-20-2006, 07:48 PM
It was suggested vBulletin.com forums that I come here for help with this.

I have two issues:

1. If you click on this link (http://www.hometheatershack.com/forums/showthread.php?t=23) you will see a few banners below the menu bar. These are showing on each individual thread page... but not on the page where all the threads are listed.

How can I get those to display on the forum display page where the threads are listed... in this location: here (http://www.hometheatershack.com/forums/forumdisplay.php?f=28)?

I don't want them to show up on the main forum page... only in all the sub pages but depending on what forum it is, I have different banners.

Here's the code I'm using in RED and it's currently in the navbar template:



<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<center><span style="float: $stylevar[center];">
<if condition="$forum[forumid] == '28'">
<a href="http://www.dvdpricesearch.com/"><img src="http://www.hometheatershack.com/images/dvdpricesearch.gif"></a> &nbsp &nbsp<a href="http://www.cduniverse.com"><img src="http://www.hometheatershack.com/images/cduniverse.jpg"></a> &nbsp &nbsp <a href="http://www.netflix.com"><img src="http://www.hometheatershack.com/images/netflix.gif"></a> &nbsp &nbsp <a href="http://www.freedb.org"><img src="http://www.hometheatershack.com/images/freedb.gif"</a> &nbsp &nbsp<a href="http://www.imdb.com"><img src="http://www.hometheatershack.com/images/imdb.gif"</a>
</if>

<if condition="$forum[forumid] == '29'">
<a href="http://www.cduniverse.com"><img src="http://www.hometheatershack.com/images/cduniverse.jpg"></a> &nbsp &nbsp &nbsp <a href="http://www.freedb.org"><img src="http://www.hometheatershack.com/images/freedb.gif"</a>
</if>

<if condition="$forum[forumid] == '24'">
<a href="http://www.audiogon.com"><img src="http://www.hometheatershack.com/images/audiogon.gif"></a>
</if>

<if condition="$forum[forumid] == '10'">
<a href="http://www.projectorpeople.com"><img src="http://www.hometheatershack.com/images/projectorpeople.gif"></a>
</if>

<if condition="$forum[forumid] == '9'">
<a href="http://www.hometheaterhifi.com"><img src="http://www.hometheatershack.com/images/secrets.gif"></a> &nbsp &nbsp <a href="http://www.svsound.com/"><img src="http://www.hometheatershack.com/images/svs.jpg"</a> &nbsp &nbsp <a href="http://www.hometheaterhifi.com/cgi-bin/shootout.cgi?function=search&articles=all"><img src="http://www.hometheatershack.com/images/dvdbenchmark.gif"></a>
</if>

</span></center>
<br />

<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong><br> <span class="smallfont">$foruminfo[description]</span>
</td>
</tr>
</table>
<br />
<center><span style="float: $stylevar[center];">
<if condition="$forum[forumid] == '3'">
<img src="http://www.hometheatershack.com/forums/images/smilies/help.gif"></a>
</if>

<if condition="$forum[forumid] == '8'">
<b><a href="http://www.hometheatershack.com/forums/showthread.php?t=19">Go directly to BFD | REW Downloads</a> <br /><font color="yellow">You must be logged in to view the Downloads Page.</font></b>
</if>

<if condition="$forum[forumid] == '26'">
<table><td width="800px"><b><font color="yellow">No posting is allowed in this forum... it is for downloads only!<br><br>We certainly don't mind you registering with us to simply use the downloads page. However, we would really appreciate it if you would drop by the forums, start a new thread, make a few posts, join in a discussion, introduce yourself to us, help someone out, and/or just make a general comment. Many thanks!</font></b></td></table>
</if>

<if condition="$forum[forumid] == '20'">
<b><font color="yellow">If it's important... it probably shouldn't be here!</font></b> <br /><br><img src="http://www.hometheatershack.com/forums/images/smilies/dontknow.gif">
</if></span></center>

</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
Edit/Delete Message

2. How can I remove the colon ":" after the green arrow smiley in this pic below: https://vborg.vbsupport.ru/external/2006/04/10.gif


Thank you for any guidance you can provide!

Sonnie

ShackMaster
04-20-2006, 07:49 PM
Okay... I guess red is really green or I'm going color blind... lol

ShackMaster
04-20-2006, 08:10 PM
Okay... I got help... it was my code... I had to put the red code in the if condition... <if condition="$forum[forumid] == '28' or $forumid == '28'">

Or green maybe?


Still need help with the " : " after the green smiley though.

Trana
04-20-2006, 08:38 PM
Installed.