Quote:
Originally Posted by AlexisMedia
The main CSS file said at the top that it was obsolete and for reference only though?
--------------- Added [DATE]1292642898[/DATE] at [TIME]1292642898[/TIME] ---------------
I also don't want to add something to the nav bar itself but rather images below it? Would I still edit the nav bar file then?
|
Well silly rabbit is this vB4 or vB3? If it says that your inside a vBulletin 4 control panel however posting in the vBulletin 3 General discussion area

.
If you want the images on all pages then yes at the bottom of the navbar template otherwise you could do a quick mod to display a custom template let's say at the forumhome above forums hook location a snippet of the code would be this:
Code:
$template_hook['forumhome_above_forums'] .= $templater->render();
Edit: and if that's the case (you on vB4 not vB3) then you would add the new definitions to the additional.css template not where I originally said.
Reference:
Quote:
Remember you can use html, div w/ css id's or classes by pasting those definitions at the bottom of the Main CSS screen where it has the two input boxes.
|
So in vBulletin 4 it would be done this way:
Quote:
Remember you can use html, div w/ css id's or classes by pasting those definitions in the additional.css template.
|