XFileSharing Pro - Email Recipient Not Working

Message
Author
th3hotcake
Posts: 51
Joined: Apr 07, 2009 7:24 pm

Email Recipient Not Working

#1 Postby th3hotcake » Apr 15, 2009 6:31 am

When files are uploaded to my site and they enter an email address, it sends the user a blank email without the links.

Can this be fixed? Thanks.

Regards

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Apr 15, 2009 10:34 pm

It's a bug, sorry.

Here's quick fix:
in Templates/confirm_email_user.html replace

Code: Select all

<TMPL_IF status_OK>
with

Code: Select all

<TMPL_UNLESS error>
and replace

Code: Select all

</TMPL_IF>
with

Code: Select all

</TMPL_UNLESS>

th3hotcake
Posts: 51
Joined: Apr 07, 2009 7:24 pm

#3 Postby th3hotcake » Apr 16, 2009 10:49 am

Thanks pilgrim.