View Single Post
  #1 (permalink)  
Old 01-07-2003, 03:31 PM
IACOJ IACOJ is offline
Moderator
 
Join Date: Nov 2002
Posts: 737
Forum Registration Hack
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&amp;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
Reply With Quote