The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
this is what i adjusted: <tr align="center"> <td bgcolor="{firstaltcolor}" colspan="2" align="left"> <table cellpadding="0" cellspacing="0" border="0"><tr> <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td> <td><img src="{imagesfolder}/clear.gif" width="9" height="0" border="0" alt=""></td> <td background="{imagesfolder}/$forumid.jpeg"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a> <br> <smallfont>$forum[description]</smallfont></td> </tr></table> </td> <td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td> <td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td> <td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td> <td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td> </tr> |
#12
|
||||
|
||||
You'll have to add background="{imagesfolder}/$forumid.jpeg to the other cells:
Code:
<tr align="center"> <td bgcolor="{firstaltcolor}" colspan="2" align="left"> <table cellpadding="0" cellspacing="0" border="0"><tr> <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td> <td><img src="{imagesfolder}/clear.gif" width="9" height="0" border="0" alt=""></td> <td background="{imagesfolder}/$forumid.jpeg"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a> <br> <smallfont>$forum[description]</smallfont></td> </tr></table> </td> <td bgcolor="{secondaltcolor}" background="{imagesfolder}/$forumid.jpeg"><normalfont>$forum[replycount]</normalfont></td> <td bgcolor="{firstaltcolor}" background="{imagesfolder}/$forumid.jpeg"><normalfont>$forum[threadcount]</normalfont></td> <td bgcolor="{secondaltcolor}" background="{imagesfolder}/$forumid.jpeg"><smallfont>$forum[lastpostinfo]</smallfont></td> <td bgcolor="{firstaltcolor}" background="{imagesfolder}/$forumid.jpeg"><smallfont>$forum[moderators]</smallfont></td> </tr> |
#13
|
|||
|
|||
You're mistaking me there...I only want it to show up in the forum name with forum description cell, not the other cells...and to cover the entire cell :s
|
#14
|
||||
|
||||
Yeah sorry, I misread the post
Can I have a screenshot of the problem? |
#15
|
|||
|
|||
the effect when i use this code:
Code:
<tr align="center"> <td bgcolor="{firstaltcolor}" colspan="2" align="left"> <table cellpadding="0" cellspacing="0" border="0"><tr> <td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td> <td><img src="{imagesfolder}/clear.gif" width="9" height="0" border="0" alt=""></td> <td background="{imagesfolder}/$forumid.jpeg"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a> <br> <smallfont>$forum[description]</smallfont></td> </tr></table> </td> <td bgcolor="{secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td> <td bgcolor="{firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td> <td bgcolor="{secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td> <td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td> </tr> screenshot: |
#16
|
|||
|
|||
sorry, had some trouble with adding the image
|
#17
|
||||
|
||||
I think you might need to change the width of the image
|
#18
|
|||
|
|||
argh
|
#19
|
|||
|
|||
that doesn't seem to help...:x
|
#20
|
||||
|
||||
Not sure what else to do then. Unless you try changing the width of the cell
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|