i need help with navigation
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!
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!
i need help with navigation
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.
Re: i need help with navigation
sorry i now updated the post, is that ok.... and could you help me solve my question please?
- Steve
- 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
what portal are you using ?
try finding this in language/en common.php
for the board index
Open language/en/common.php
find:
replaceing Board index to what ever you like.
try finding this in language/en common.php
Code: Select all
'PORTAL' => 'Portal',
Open language/en/common.php
find:
Code: Select all
'FORUM_INDEX' => 'Board index',
Re: i need help with navigation
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
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
as far as the link in the overall_header.html find:
after add:
Code: Select all
<li class="icon-home">
Code: Select all
<a href="portal.php" title="HOME" >HOME</a> •
- Steve
- 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
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
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
its not even on their at all
- Steve
- 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
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
and cheers and thanks for your help