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 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?
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:
Quote:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&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>    <a href="http://www.cduniverse.com"><img src="http://www.hometheatershack.com/images/cduniverse.jpg"></a>     <a href="http://www.netflix.com"><img src="http://www.hometheatershack.com/images/netflix.gif"></a>     <a href="http://www.freedb.org"><img src="http://www.hometheatershack.com/images/freedb.gif"</a>    <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>       <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>     <a href="http://www.svsound.com/"><img src="http://www.hometheatershack.com/images/svs.jpg"</a>     <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:
Thank you for any guidance you can provide!
Sonnie