The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Sponsored by banners... (not that firefly hack though)
I don't want little dinky images in my catagory bar, because of other stuff I have in there, I would like the ability to put banners inbetween certain catagories.
Something like this would be really good and would really help those sites out there that are looking for better funding. Please help. |
#2
|
|||
|
|||
you could do somethign like this:
Open up INDEX.PHP. Find: Code:
if ($forum['cancontainthreads']==1) { $tempext = '_post'; } else { $tempext = '_nopost'; } Code:
if ($forum[title]==1) { $showbanner = "<tr align="center"><td align="center"><img src="2"></td></tr>"; } else { $showbanner = ""; } Code:
$showbanner Then, replace the 2 with the url of your banner. YOu can repeat the IF statement above as many times as you need, putting the different category titles in it. This should work, but i haven't tested it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|