Topic: page break in email activation (Read 1754 times)
I crack Photoshop!
Posts: 3
26 credits Members referred : 0
« on: Aug 29, 2006, 07:25:56 pm »
Hi Olaf, I've been having a lot of visitors getting their activation email truncated mid-url. Most have no clue to copy and paste the whole string into an email. Can there be a page break printed to the email after it requests to click on the link? So it would be like this:
Here's the snippet from teh access_user_class file (line 599):
$msg[29] = "Hello ".$this->user_full_name.",\r\n\r\nto activate your request click the following link:\r\n".$host.$this->login_page."?ident=".$this->id."&activate=".md5($this->user_pw)."&language=".$this->language."\r\n\r\nkind regards\r\n".$this->admin_name;
Thanks! Melody
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Aug 29, 2006, 08:56:04 pm »
Hi Melody,
I see you're back at webdigity...
You can't use a kind of break to have this link working over two rows.
I know about this problem and I'm busy to create html templates for the emails this way its possible to have this long URL's
in the meantime its possible to cut of the link and using a form to enter the "code" in a text field, but maybe you can wait until the new version is released (I hope in 2-3 weeks)
I crack Photoshop!
Posts: 3
26 credits Members referred : 0
« Reply #2 on: Aug 29, 2006, 10:10:59 pm »
I tried a <br> but it didn't work. It messed up the class file. I took it out. I will just try putting some instructions that people can hopefully read and follow untill you finish the update. Thanks :-)
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
I tried a <br> but it didn't work. It messed up the class file. I took it out. I will just try putting some instructions that people can hopefully read and follow untill you finish the update. Thanks :-)
yes add some text that maybe its need to copy paste the url...
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=3879