Topic: add a go back to... link next login
Sorry to ask again...
How can I do to add a go back to ... link next to login.
I know it's in main.tpl
I tried but it does not work. Where do I exactly have to put that link?
Ludo,
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → add a go back to... link next login
Sorry to ask again...
How can I do to add a go back to ... link next to login.
I know it's in main.tpl
I tried but it does not work. Where do I exactly have to put that link?
Ludo,
you will probably need to add it to the generate_navlinks function in functions.php
Maybe.
It's not so simple as it seems to...
Ludo,
you will probably need to add it to the generate_navlinks function in functions.php
You've got an idea to do that? where exactly in functions.php? Wouldn't it be easier to do that in main.tpl?
Ludo,
no it would be easier to do it neatly in functions.php in the generate_navlinks function
before
return '<ul>'.implode($lang_common['Link separator'].'</li>', $links).'</li></ul>';
add
$links[] = '<li><a href="http://www.mysite.com">Back to ...</a>';
You're right Connorhd.
It works perfectly.
I also added a link "help" next to "login".
I really thank you!
Ludo,
It worked great for me too! Now a question, How do I change the word "HOME" in the menu, to read "FORUMS" ??
I tried simply changing the word in functions.php but when I did, the option is blanked out and displays nothing.
Never mind the last post. I found it had to be changed in the en_common.php file as well as the functions.php file. Worked good.....
update your system to 1.2....
PunBB Forums → PunBB 1.2 troubleshooting → add a go back to... link next login
Powered by PunBB, supported by Informer Technologies, Inc.