The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Full Graphical Category?
Hi,
I was wondering if anyone knows of a hack that can let me replace the "Caegories" header for the forums with an image. I've seen some hacks that let you add a gradient or an ad sponsor, but it there one that can be completely graphics without any text? I mean it would be a table with two/three cells where the first cell will have the graphic, the second cell might have a gradient between the graphic color and a plain color and the third cell will have a plain color. That would look nice. Thanks Abbas |
#2
|
||||
|
||||
You'll need GD or something like that to create the image on the fly I think.
|
#3
|
|||
|
|||
Not on the fly?? I have already designed some headers with categories. Cant' I simply hack vB to show that instead of the Text for the Categories?
Thanks! |
#4
|
||||
|
||||
You can use something like <img src="{imagesfolder}/categories/$forum[forumid].gif"> then name the images according to the forum ID's. So for forumid=4, 4.gif will show up, etc.
|
#5
|
|||
|
|||
Thanks for helping Firefly, but where do I put the tag you mentioned:
<img src="{imagesfolder}/categories/$forum[forumid].gif"> I'm a newbie so I really appreciate your patience! Thanks |
#6
|
||||
|
||||
forumhome_forumbit_level1_nopost
|
#7
|
|||
|
|||
ok, this is what I see in the template you've mentioned above:
---------- <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a> <br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td> </tr> ---------- Do I insert that code below, or replace some code with the one you've provided? Thanks againg -Abbas |
#8
|
|||
|
|||
Hello??
Anybody else that can help? Thanks -Abbas |
#9
|
||||
|
||||
Well I would say replace.. but if it messes up you can always use the original template for it....
---------- <tr id="cat"> <td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a> <br><smallfont color="#000000">$forum[description]</smallfont></td> </tr> ---------- === ---------- <tr id="cat"> <td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><img src="https://vborg.vbsupport.ru/images/categories/$forum[forumid].gif"> </a> </td> </tr> ---------- something like that |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|