PDA

View Full Version : Problem in email notifications.


txino
12-21-2012, 04:36 PM
When a user subscribes to a topic. Receiving the email notice that there are new messages, you receive an email with a wrong URL.

Example.

A new theme has been created.

http://www.inforbets.com/http://www.inforbets.com ....

Appears twice the url of the forum, click on the link logically gives an error message and access the.

What should I change the admin panel to correct the error. Thank you very much for your help.

ForceHSS
12-21-2012, 06:14 PM
do you have a .htaccess file if not add one to fix the url problem
also what do you have in the url settings in the admin panel

txino
12-23-2012, 02:58 PM
Sorry but I can not find.

In that part of the administration panel exactly?.

ForceHSS
12-23-2012, 10:17 PM
admincp/settings/options/Site Name / URL / Contact Details/Forum URL.
Post what you have in there, then login to your FTP and see if you have a .htaccess file in the root directory

txino
12-24-2012, 04:36 PM
My .htaccess file

# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName inforbets.com
AuthUserFile /home/inforbet/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/inforbet/public_html/_vti_pvt/service.grp

admincp/settings/options/Site Name / URL / Contact Details/Forum URL

Forum Name: InforBets
Forum URL: http://www.inforbets.com
Always use Forum URL as Base Path: No


Thank you very much for your help.

ForceHSS
12-24-2012, 06:43 PM
Always use Forum URL as Base Path = Yes

Stefan118
12-24-2012, 11:00 PM
I have had the same problem.

It actualy has nothing to do with the htaccess file...
There is a setting wrong in your language file.
Go to ACP --> Languages and Phrases --> Search Phrase
Search for the first line in your received email.
You will find 2 phrases.
The URL link in there is not good.

This is what I have:
Dear $touser[username],

$bbuserinfo[username] has just replied to a thread you have subscribed to entitled - $threadinfo[prefix_plain]$threadinfo[title] - in the $foruminfo[title_clean] forum of $vboptions[bbtitle].

This thread is located at:
$threadlink

Here is the message that has just been posted:

txino
12-25-2012, 07:07 PM
Stefan118 thank you very much.

That was my problem, I changed the language and you're all right.