In pnlogin.php I wanted to change the link to user.php for a New user to go directly to the registration page INSTEAD of going to the basic user page that has Login, Registration, and whatever. This confused my unregistered users.
I changed it to this:
define('_LOGINBLOCK_ASREGISTERED',' Log in Problems? New User? Sign Up!');
And it worked for a short while. However, when I went in to optimize (I don't understand PostNuke's/Xanthia's caching, compiling, store to database, etc YET), whatever I did caused the link to revert back to just user.php. I have gone crazy clearing cache, dleeting compiled templates/pages, etc
I must be missing something basic. The same thing happened when I changed the greeting message to change the word Register and to change the link from user.php to user.php?op=check_age&module=NewUser
I would be so grateful if someone could explain what I am missing, or tell me what post to read. (I can't find anything when I try searching here, sorry)
