The Arcive of vBulletin Modifications Site. |
|
image below each category Details »»
|
|||||||||||||||||||||||||
Hi
how would i add an image at the end of each category? My categories are split .. and i need to add an image after each group of forums. Cat-A ---- forum ---- forum ---- forum IMG<------------- here Cat-B ---- forum ---- forum ---- forum IMG<------------- here Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Don't hold me to this, but I think you just put a table containing the image as a background at the start of the forumhome_forumbit_level1_nopost template ... ?
But then you'd get a solo 'footer' image above your first category strip ... sorry, i'm not much help
|
|
#3
|
|||
|
|||
|
If you got the pm box or whos online on top of your board you can go into forumhome temp and put after $forumbits this
Code:
<table align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="48"><img src="https://vborg.vbsupport.ru/images/thleft.jpg" border="0"></td> <td align="center" background="https://vborg.vbsupport.ru/images/thbg.jpg" width="100%"></a></td> <td width="48"><img src="https://vborg.vbsupport.ru/images/thright.jpg" border="0"></td> </tr> </table> this works ONLY if you got the pmbox or the whos online on top. Sorry for my english, me is german
|
|
#4
|
|||
|
|||
|
e-2
Many thanks for replying mate. Yeah that could do i guess ... and one could use graphics instead of text for titles for category header. Unfortunately this will not solve my problem, since i need to multiple cells in the row i wanna add (corners and middle). Thanks for the idea. |
|
#5
|
|||
|
|||
|
DaTeX
This table will go at the bottom after all categories are listed. I need it at the bottom of EACH category. Just to be clearer on what i need, here is a modified version of my ascii diagram :Cat-A ---- forum ---- forum ---- forum row<------------- here Cat-B ---- forum ---- forum ---- forum row<------------- here |
|
#6
|
|||
|
|||
|
Hi
yeah, it would be great if someone can explain this. Greetings Flashfunk |
![]() |
|
|