NameSilo

[Resolved] Phpbb 3...help needed...2 hours on!

Spaceship Spaceship
Watch

fried-chicken

Established Member
Impact
5
phpbb 3.......help needed.....2 hours on!

hi,

Its very late now and my heads in bits.

I am trying to add ONE simple link to a nav bar on my phpbb forum.

I've been trying now for about 2 and thought i had it, but for some reason i just cant manage it!!

I am trying to add a link to the main website,not the forum index, to the nav bar by the side of the login / register links.

I am using phpbb 3.0.2 and using the "4poziomSEO" skin.

the forum can be found at here

any help would be great!!!!


------------------------------
a link in my sig will be offered as a thank you!!!!!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
i have not used phpbb3 ... but in phpbb2 i would go to template folder >>> then the folder under which the template is - in your case (4poziomSEO - i think) then look for overall_header.tpl thats where you will see the at the top/nav bar of your forum.

btw: SEO's all hate session strings (or at least that what i have been told)
sid=0c98335d5e946283bf31f432953a416d

i hope that helps.

i downloaded the template...

look for file called overall_header.html

Code:
<li>		<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}"><b> {L_SEARCH}</b></a><!-- ENDIF --> 	 </li>

then after that add

Code:
<li>		<a href="www.WHATEVER-SITE-NAME-YOU-WANT.COM"><b> WHAT TEXT YOUR WANT</b></a>	 </li>

doing the above will add "WHAT TEXT YOUR WANT" (hyperlinked to www.WHATEVER-SITE-NAME-YOU-WANT.com) after the "SEARCH" in your nav bar.

best of luck.
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back