D-Mack Media Forums

Full Version: Site link in email message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where does the component get the site link that's generated at the bottom in the email? This should not be autogenerated. For example, my site is located in a subdirectory I don't necessarily want users to know about. I have a permanent 301 redirect from the main domain name to the subdirectory and it's generally not visible (at least in the address bar). I'd like to explicitly enter the site url I'd like linked.
Figured out how to fix it:

In configuration.php, just fill in the below line with your site:

var $live_site = "http://www.example.com";


It's optional as 1.5 automatically identifies your installation site (good or bad) and I guess that' how RecommendFriends is identifying the site.

Still, would be MUCH easier if there was just a field to specify the site url in the configuration of RecommendFriends.
Reference URL's