The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding html to forum index or what ever.
to seprate a forum index like the one I see here and add those images for lobby and ect... http://www.technutopia.com/forum/forums.php?
Does anyone know what mod help aid in this or how to go about doing this? |
#2
|
|||
|
|||
Well I have 2 guesses about how it can be done. Never tested either so I don't know for sure.
1. Use a bunch of conditionals to check which forum id it is and show the image for that forum ID ex. PHP Code:
2. Use a naming convention on the images so you can use the forumId as a replacement variable in the image name. For example name all your images with the naming convention of 'forumhead_2.png' where 2 is the forum ID that image belongs to. Then in the template try something like this. PHP Code:
BTW you would want to add another row to the part of the table in the template 'forumhome_forumbit_level1_nopost' to achieve this as well. |
#3
|
|||
|
|||
Much thanks I will test this out and post back.
|
#4
|
|||
|
|||
To make this work, I would need to know which template to edit (problably FORUMHOME), what to look for, what do I replace with this code?
|
#5
|
|||
|
|||
I already gave that answer 2 posts up when I posted code.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|