Favourites Create PDF Email Print

How to remove the site name in the e-mail subject?

Author:
Lucato
Date added:
Saturday, 30 May 2009
Last revised:
Sunday, 07 June 2009
Hits:
1372
Rating:
 
Vote for this:
Good - Bad
favoured:
0 Favour

Answer

If you wonder how to remove the site name in the subject that is added right after my text inserted in the "AR_YOUAREINVITEDON=" in your language ini file, here is the answer:

It is definied in the controler.php file at yoursite/com_alpharecommend. If you check the line 140 you will find the variable $SiteName at: $subject = JText::_'AR_YOUAREINVITEDON' ) . " " . $SiteName; Just remove it (shown in red).

Category

Tags for this item

Goto Top