Topic: Change "Home" Link
I want to change the "Home" link in the forums to go directly back to my main site page. How can I do that? I need a full walk-through because I don't know CSS, PHP, or anything.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Change "Home" Link
I want to change the "Home" link in the forums to go directly back to my main site page. How can I do that? I need a full walk-through because I don't know CSS, PHP, or anything.
1) open up your include/functions.php
2) look for the generate_navlinks function.
3) find the home link in there
4) change it to whatever you want it to be
5) save the file
6) upload the file
7) refresh your browser
Now, I'm trying to add a "Gallery" link beside the home link. I did what I thought and it didn't work. Please help!
Muddy,
Did you know that in the board description you can use html, so you could add all the links you want without messing with any files.
Muddy,
Did you know that in the board description you can use html, so you could add all the links you want without messing with any files.
I'm not talking about the board discription. I'm talking about the links, Home | Userlist | Rules, etc. How can I add a Gallery link between Home and User list?
1) open up your include/functions.php
2) look for the generate_navlinks function.
3) find the XXXX link in there
4) change/add whatever you want
5) save the file
6) upload the file
7) refresh your browser
Gary13579 wrote:1) open up your include/functions.php
2) look for the generate_navlinks function.
3) find the XXXX link in there
4) change/add whatever you want
5) save the file
6) upload the file
7) refresh your browser
Once again, I'm trying to ADD a link, not modify one!
?
But that's where you add the link. He said "change/add whatever you want".
Rickard plz add the Hebrew translate file of 1.1.5 and 1.2 to the site
Benny, stop posting in the wrong tppics give rickard a chance and 1.2 language packs are not being uploaded yet since 1.2 has not been released
Can someone modify the functions.php code and post the code here with http://www.offroadoutpost.com/gallery linking to "Gallery", which is a link between "Home" and "User list" links?
find (about line 180):
$links[] = '<a href="index.php">'.$lang_common['Home'].'</a> | <a href="userlist.php">'.$lang_common['User list'].'</a>';
replace with
$links[] = '<a href="index.php">'.$lang_common['Home'].'</a> | <a href="http://www.offroadoutpost.com/gallery">Gallery</a> | <a href="userlist.php">'.$lang_common['User list'].'</a>';
Exactly what I was looking for! Thank you!
PunBB Forums → PunBB 1.2 discussion → Change "Home" Link
Powered by PunBB, supported by Informer Technologies, Inc.