i need help with navigation

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

i need help with navigation

Post by Ollie »

Picture1.jpg
see where it says Board Index in the picture, well i want to change that so its called Forum
and also before the Board Index(Forum) i want another link called home linking up with the portal.php page
any help would be great cheers

-Ollie
Last edited by Ollie on 03 May 2010, 15:37, edited 1 time in total.

Re: i need help

Post by cisco007 »

you guys really need to start reading the forum rules, specially this one!

rules.php#rule1b

Re: i need help with navigation

Post by Ollie »

sorry i now updated the post, is that ok.... and could you help me solve my question please?

Re: i need help

Post by Steve »

what portal are you using ?
try finding this in language/en common.php

Code: Select all

	'PORTAL'   	 	 	 => 'Portal',
for the board index
Open language/en/common.php
find:

Code: Select all

	'FORUM_INDEX'			=> 'Board index',
replaceing Board index to what ever you like.

Re: i need help with navigation

Post by Ollie »

i got the board index changed to Forum
but i cant find the portal code in the file
the portal im using is simple portal, located here viewtopic.php?f=8&t=354

Re: i need help with navigation

Post by cisco007 »

as far as the link in the overall_header.html find:

Code: Select all

<li class="icon-home">
after add:

Code: Select all

<a href="portal.php" title="HOME" >HOME</a> &bull; 

Re: i need help with navigation

Post by Steve »

if your using the simple potral that should be in there some where, try at the very bottom of the common.php file ;)

Re: i need help with navigation

Post by Ollie »

ahh yes found it, my bad looking soz, i done it but the link is not showing before Forum
its not even on their at all

Re: i need help with navigation

Post by Steve »

Did you refresh the template in admin control panel for the style ?

Re: i need help with navigation

Post by Ollie »

i refreshed and got it to work sorry to be a pain abput my noob skills with phpbb just started wit it the other day
and cheers and thanks for your help