I have my PostNuke site set up at a different URL from my domain name, and I'm using a redirect to get to the site...
in the email that gets sent out during registration - the website address listed is the shortcut, not the real URL, even though in my PN setup page i have the website...
how can I change the URL on this message to the original site, I don't want people linking to the shortcutted page, in case I move it onto the real domain.
Thanks!
-mAtt-
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
email when registering
-
-
Check .modules/NS-NewUser/user.php (search for _WELCOMETO). You could change the text of the message that goes out there.
The language file is ./modules/NS-NewUser/lang/eng/global.php . You could change some of those constants to change the body of the email as well. (Not all of the constants apply to the email). -
I've tried this fix? Any other ideas... I just can't figure out where in the user.php file i should change?
-
What fix did you try?
$message is the variable that holds the text for the body of the message that is sent when a user registers. When I told you to search for _WELCOMETO, that gets you to the line that assembles the message from the different constants and variables.
If it were me, I'd change the reference to $siteurl to your real URL. In other words, hard-code the URL text instead of getting it from the variable. -
thank you - thats what I was looking for - i'm new to this PHP editting stuff, so didn't want to go to crazy without checking first
i'll post back if it fails again ;)
