vBulletin Skins, Styles and TemplatesDiscuss How can I edit the forum category headers? in the vBulletinSetup Information forums; I am looking to do a simple change to my template at the site ( Coventry City Forum )
I want to have an image blended in to each Categories ...
For the first one, depending on the look you're trying to achieve, you could probably just set the background image in the Main CSS. Not sure about your second goal, that might require some kind of custom work.
Your best bet is to go to vbulletin.org and find a theme that has images in the category bg like that, download the them and view the code. From there you can edit to work for you on your theme.
Your best bet is to go to vbulletin.org and find a theme that has images in the category bg like that, download the them and view the code. From there you can edit to work for you on your theme.
i just sggested the same on a tutorial brandon posted someone asked how to integrate with vB, finding the same elements in other skins, installing them and copy and paste code is the easiest way and you learn at the same time.
I don't know that I've ever seen a skin with different icons in the Category header. Might be a little tough to do since it's all generated by a loop. You could try using conditionals to display a specific image for each category id, but what I would do is name the images with the category id number, then have the img src include the variable for category id.