i need help with navigation

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
Ollie
BBCoder II
BBCoder II
Posts: 5
Joined: 03 May 2010, 15:47

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, 17:37, edited 1 time in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: i need help

Post by cisco007 »

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

rules.php#rule1b
Ollie
BBCoder II
BBCoder II
Posts: 5
Joined: 03 May 2010, 15:47

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?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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.
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Ollie
BBCoder II
BBCoder II
Posts: 5
Joined: 03 May 2010, 15:47

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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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; 
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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 ;)
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Ollie
BBCoder II
BBCoder II
Posts: 5
Joined: 03 May 2010, 15:47

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
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: i need help with navigation

Post by Steve »

Did you refresh the template in admin control panel for the style ?
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
Ollie
BBCoder II
BBCoder II
Posts: 5
Joined: 03 May 2010, 15:47

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
Locked