Page 1 of 1

i need help with navigation

Posted: 03 May 2010, 17:24
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

Re: i need help

Posted: 03 May 2010, 17:34
by cisco007
you guys really need to start reading the forum rules, specially this one!

rules.php#rule1b

Re: i need help with navigation

Posted: 03 May 2010, 17:39
by Ollie
sorry i now updated the post, is that ok.... and could you help me solve my question please?

Re: i need help

Posted: 03 May 2010, 17:41
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

Posted: 03 May 2010, 17:50
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

Posted: 03 May 2010, 17:52
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

Posted: 03 May 2010, 17:53
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

Posted: 03 May 2010, 18:02
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

Posted: 03 May 2010, 18:10
by Steve
Did you refresh the template in admin control panel for the style ?

Re: i need help with navigation

Posted: 03 May 2010, 18:16
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