I'm wondering if I need to change this:
|
Code:
|
define("_ASREGISTERED","Don't have an account yet? You can <a href=\"modules.php?name=Your_Account\">create one</a>. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.");
define("_MENUFOR","Menu for"); |
To this:
|
Code:
|
define("_ASREGISTERED","Don't have an account yet? You can <a href=\"modules.php?name=Forums&file=profile&mode=register\">create one</a>. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.");
define("_MENUFOR","Menu for"); |
There are two instances of it in the language\lang-english.php seperate from the one that looks like this:
|
Code:
|
modules.php?name=$module_name&op=new_user\ |
Which I changed, but I wanted to make sure that I don't need to change the others, because they are creating an account.
Thanks for your help
