The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to put different logo's on different boards. I'm trying to use a <if> condition. Everything is working fine, except the logo on my forum home page is showing up twice. Thus in my other forums, the special logo is there, but so is the forum home logo. (twice)! I have attached my code, just need help getting rid of the extra logo.
HTML 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></td> <td align="$stylevar[right]"> <div style="width:600px; text-align: center;"><embed type="application/x-shockwave-flash" wmode="transparent" src="http://w70.photobucket.com/pbwidget.swf?pbwurl=http%3A%2F%2Fw70.photobucket.com%2Falbums%2Fi117%2Fbeckyvan%2FFlashback%2Fe582901f.pbw" height="220" width="280"></a></div> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output__________________ <img src="<if condition="$foruminfo['forumid'] == 19">images/Logos/Brady-Bunch-Wallpaper.jpg<else /> <if condition="$foruminfo['forumid'] == 24">images/Logos/cartoon.jpg<else /> $stylevar[titleimage]</if></if>" border="0" alt="$vboptions[bbtitle]" /></a></td> |
#2
|
||||
|
||||
![]() Quote:
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="<if condition="$foruminfo['forumid'] == 19">images/Logos/Brady-Bunch-Wallpaper.jpg<else /> <if condition="$foruminfo['forumid'] == 24">images/Logos/cartoon.jpg<else /> $stylevar[titleimage]</if></if>" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> <div style="width:600px; text-align: center;"><embed type="application/x-shockwave-flash" wmode="transparent" src="http://w70.photobucket.com/pbwidget.swf?pbwurl=http%3A%2F%2Fw70.photobucket.com%2Falbums%2Fi117%2Fbeckyvan%2FFlashback%2Fe582901f.pbw" height="220" width="280"></a></div> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#3
|
|||
|
|||
![]()
Superman, you rock my world! Thanks!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|