View Full Version : Move Forum Name
NTMID8
08-16-2011, 12:36 PM
OK, how do I move the forum name as seen next to the blue arrow to above my donation bar as seen where the red arrow is?
Hmm, should I actually move it above the breadcrumb?
duketxboy
08-16-2011, 11:05 PM
good questions im trying to do the same lol
RobbieZ
08-17-2011, 03:30 AM
You need to move the two modifications not the forumname! Thats their positioning as programmed by the coders.
Valters VSa - PayPal Donate positioning would need discussing over at his thread and your other mod looks like New Album Picture by Atakan KOC which is also discussed about positioning on forumhome in the threads.
Alecsmith
08-17-2011, 04:37 AM
I edited navbar file to move Forum part just above welcome message.
I moved selected code
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
Just below
{vb:raw ad_location.global_below_navbar}
setishock
08-17-2011, 06:33 AM
The really down and dirty way to move anything on the forum home page is to just add position statements to the object and put that in the additional.css. It's a lot less complicated than moving chunks of code that may have variables that have to be re-registered.
In this case I have to go along with RobbieZ. Best to ask the coders of the mods you use how to move them around.
NTMID8
08-17-2011, 12:17 PM
I have it situated. I decided to leave the Donate Bar where it was though I did add a line break in the Navbar template just below the breadcrumb.
I changed the hook in Atokan's plugin to $template_hook['forumhome_above_forums'] to move the Random Pictures where I wanted them and then added another line break just below the welcome message in the ForumHome template.
RobbieZ
08-18-2011, 05:16 AM
Excellent, Glad you got it sorted =)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.