Duplicate navbar

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
NevesProjects
Registered User
Posts: 50
Joined: Sun Feb 10, 2019 7:11 am
Contact:

Duplicate navbar

Post by NevesProjects »

Hi
can someone tell me in what file in prosilver I can duplicate the navbar and place it under the one already there in order to add more links.
because i can't add any links to the original because it expands

Thanks
Visit http://nevesprojects.com/ for all HTML5 Game Downloads
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Duplcate navbar

Post by Lumpy Burgertushie »

if you just want to add a new line where you can put your links open navbar_header.html and find this:
<ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar">
on a new line right above it, put this: <br />
then put your links on that new line.

or, if you really want a whole new navbar then create a new file and name it navbar2.html

put this in the file:

Code: Select all

<div class="navbar" role="navigation" style="margin-top:4px">
	<div class="inner">


your links, yourlinks  etc. etc


	</div>
</div>
save it to your template folder.

open overall_header.html, find:
<!-- INCLUDE navbar_header.html -->

on a new line below it, put:
<!-- INCLUDE navbar2.html -->


save and upload back.

purge the cache and refresh your browser.

done.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
NevesProjects
Registered User
Posts: 50
Joined: Sun Feb 10, 2019 7:11 am
Contact:

Re: Duplicate navbar

Post by NevesProjects »

WOW Lumpy Burgertushie
I have been playing with this for days
and you just gave me code to do it in 5 minutes :D

Thank you so much
Visit http://nevesprojects.com/ for all HTML5 Game Downloads
Post Reply

Return to “[3.2.x] Styles Support & Discussion”