Support Forums / Script repository / Archives / 04-24-2007 / Add a HOME Link to user inface *

Topie: Add a HOME Link to user inface *
January 17th, 2006 03:59 PM
Sheilat Could someone please tell me how to put a home button on site, next to register, accounts etc, so my members can click on it to take them to the front page again
thanks sheila
January 17th, 2006 04:44 PM
Ady Go into your Custom Templates, Page Header, and replace this code:

Quote:
<span class="SmallText"><a href="register.php?boardid={boardid}">Register</a> | <a href="profile.php?boardid={boardid}">My Account</a> | <a href="search.php?boardid={boardid}">Search</a> | <a href="members.php?boardid={boardid}">Memberlist</a> | <a href="faq.php?boardid={boardid}&show=faq">F.A.Q.</a> | <a href="control/admin.php?boardid={boardid}" target="_blank">Control Panel</a></span>


With this:

Quote:
<span class="SmallText"><a href="index.php?boardid={boardid}">Home</a> | <a href="register.php?boardid={boardid}">Register</a> | <a href="profile.php?boardid={boardid}">My Account</a> | <a href="search.php?boardid={boardid}">Search</a> | <a href="members.php?boardid={boardid}">Memberlist</a> | <a href="faq.php?boardid={boardid}&show=faq">F.A.Q.</a> | <a href="control/admin.php?boardid={boardid}" target="_blank">Control Panel</a></span>

[Edited by Catchow]
January 17th, 2006 07:22 PM
seb_thib_55 I just use my logo/banner :)
January 17th, 2006 09:56 PM
Catchow Script added

*Note to Ady. . . when a script stretches the page like this one did please use the quote code rather than the code code.
January 18th, 2006 08:48 AM
Sheilat Thank you so much. I will go and do it now. Thanks again for all the advice and help I have recieved since joining.
Sheila
January 18th, 2006 11:14 AM
Ady
Quote:
Catchow wrote:
Script added

*Note to Ady. . . when a script stretches the page like this one did please use the quote code rather than the code code.


Sorry, will do in the future.
January 18th, 2006 11:55 AM
Catchow No problem Ady. It took us quite a while to figure that out and you are still kinda new.
January 22nd, 2006 09:02 PM
lucylane What a great code. Thanks a lot.
February 18th, 2006 04:20 AM
Sheilat Ann. what a great site you have started. I have just registered there
Sheila
February 19th, 2006 11:25 AM
Sheilat Ady
Thanks again for the help with the home button, so much easier.
Also what a fabulous site you have.

Sheila xox
April 2nd, 2006 11:18 AM
Koyana Nuva
Quote:
Ady wrote:
Go into your Custom Templates, Page Header, and replace this code:

Quote:

<span class="SmallText"><a href="register.php?boardid={boardid}">Register</a> | <a href="profile.php?boardid={boardid}">My Account</a> | <a href="search.php?boardid={boardid}">Search</a> | <a href="members.php?boardid={boardid}">Memberlist</a> | <a href="faq.php?boardid={boardid}&show=faq">F.A.Q.</a> | <a href="control/admin.php?boardid={boardid}" target="_blank">Control Panel</a></span>


With this:


Quote:
<span class="SmallText"><a href="index.php?boardid={boardid}">Home</a> | <a href="register.php?boardid={boardid}">Register</a> | <a href="profile.php?boardid={boardid}">My Account</a> | <a href="search.php?boardid={boardid}">Search</a> | <a href="members.php?boardid={boardid}">Memberlist</a> | <a href="faq.php?boardid={boardid}&show=faq">F.A.Q.</a> | <a href="control/admin.php?boardid={boardid}" target="_blank">Control Panel</a></span>


How to add Extra Links to User Inface

Copy and paste this Snippet right next to the last link.


[To open in New Window]
Quote:

| <a href="[b]YOUR LINK URL HERE" target="blank">[B]NAME OF LINK HERE</a>


[Open in same window]
Quote:

| <a href="[b]YOUR LINK URL HERE">[b]NAME OF LINK HERE</a>