You are not logged in.
You can post links like google.com which will be rendered as text but you will not be able to post messages that contain complete URLs like www.google.com
Thank you for your understanding!Pages: 1
I want to insert the deactivation url in each and every application email that an employer receives so that he can easily deactivate the ad without searching for the confirmation email. Can anyone tell me how to do this?
Thanks in advance!
Offline
Hi,
Try this:
In includes/class.Postman.php find
public function MailApplyOnline($data)in that function below (line 68) before
if ($data['attachment_filename'] != '')insert:
$data['deactivate_url'] = BASE_URL . "deactivate/" . $data['id'] . "/" . $data['auth'] . "/";You can actually enter it almost anywhere in that function I guess.
Good Luck
100% Free Job Listings Canada
Get it now! Free Job Listings Template for jobberBase
Check it out: Job Listings Template demo
Offline
It will probably work on all versions.
If you do not believe me, go to your _includes/class.Postman.php
You can find this line used in other places in that file already, so just reuse it where you need it.
100% Free Job Listings Canada
Get it now! Free Job Listings Template for jobberBase
Check it out: Job Listings Template demo
Offline
It will probably work on all versions.
If you do not believe me, go to your _includes/class.Postman.php
You can find this line used in other places in that file already, so just reuse it where you need it.
Hi hobo
I tried as you advised but it does not work.
Don't I need to modify emails_en.xml file in templates\default\_translations\_emails ?
Pls help
Offline
Pages: 1