The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Just trying to figure out how to tweek things...
I want to insert images under my navbar. I see where to edit all the current css styles in my control panel but I can't figure out how to do something such as this. I would expect to create a new div (or group of them) and insert it in the html right under the nav bar. However, I can't find how to play with the html in the control panel and I'm afraid that I'm not supposed to dig into the files directly on the server? Or should I be? How should I go about something like this? I'm using a fresh install of VB4 with no addons or anything as of yet. It's the default theme. Thanks! --------------- Added [DATE]1292641719[/DATE] at [TIME]1292641719[/TIME] --------------- and I'm a dope and just realized this is in the VB3 forum instead of 4. Still looking for answers though and feel free to move the thread to the proper forum ![]() |
#2
|
||||
|
||||
![]()
Nope
![]() AdminCP > Styles & Templates > Style Manager > *Select Edit Templates in the drop down menu Now to add something to the navbar area of your site edit the navbar template ![]() |
#3
|
|||
|
|||
![]()
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? |
#4
|
||||
|
||||
![]() Quote:
![]() 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(); Reference: Quote:
Quote:
|
#5
|
|||
|
|||
![]()
Sorry about the VB3 confusion but I did note my original post about posting in the wrong forum. You might have already been typing your post while I was adding that though...
Ok, sorry for being such a dumb dumb but this is a whole new world to me. Some of it makes perfect sense, some of it... not so much. Where would I place that hook that you wrote exactly? Meaning the code itself... where to I put that in the Control Panel? Where is the additional.css template exactly as well? --------------- Added [DATE]1292644233[/DATE] at [TIME]1292644233[/TIME] --------------- Once I figure the system out I should be able to edit things better but I have to figure out where to put what... |
#6
|
||||
|
||||
![]() Quote:
![]() That was only part of the code and you would need more plus a custom template. The best bet for now is you to edit the template and see what happens when you do ![]() For more info on how to edit styles in vB4 reference the manual here: http://www.vbulletin.com/docs/html?m...rsion=40100602 and click on "Styles & TemplateS" |
#7
|
|||
|
|||
![]()
Ok, well... I hunted down the additional.css file and created a test div named #test
I want to insert this right between these two div's here: Code:
</div><!-- closing div for above_body --> <div class="body_wrapper"> --------------- Added [DATE]1292651484[/DATE] at [TIME]1292651484[/TIME] --------------- remembering that I don't want to insert it into my "above-body" or "body-wrapper" div. Rather, insert a new div between the 2. (if that makes sense to do and I'm not being silly thinking this?) |
#8
|
||||
|
||||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|