changing "home" link [message #7221] |
Tue, 12 November 2002 16:55 |
curtis
Messages: 29 Registered: November 2002
Karma: 0
|
Junior Member |
|
|
I would like to change URL for the "home" link in the upper right corner to my website home page (since the user can get to the forums index with the links on the left or with the "go to" pop up). Do I change the URL in the php files in the themes folder?
If so, which one do I pick to use as a test for the default, unregistered user's forum index page?
If not, which files should I be tinkering with?
I assume once the changes are made and uploaded I should rebuild the theme for them to take effect.
Thanks.
[Updated on: Tue, 12 November 2002 16:56] Report message to a moderator
|
|
|
Re: changing "home" link [message #7222 is a reply to message #7221] |
Tue, 12 November 2002 17:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Modify the url in the approriate file, which can be found in the thm/default/tmpl/ folder.
FUDforum Core Developer
|
|
|
|
Re: changing "home" link [message #7224 is a reply to message #7223] |
Tue, 12 November 2002 17:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You are editing the compiled file which is WRONG. You should be editing a .tmpl file, which is the source from which the compiled files are generated. {ROOT} is the 'special' string that gets replaced with the URl of your forum.
FUDforum Core Developer
|
|
|
slow on the uptake [message #7227 is a reply to message #7224] |
Tue, 12 November 2002 20:15 |
curtis
Messages: 29 Registered: November 2002
Karma: 0
|
Junior Member |
|
|
Hey, I'm slow on the uptake, but now it all makes sense to me! Thank you. Found and changed all that I needed in usercp.tmpl and feel like a genius. Can't tell you how much I appreciate all your work!
|
|
|