-
AuthorPosts
-
cssbox Friend
cssbox
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
November 25, 2012 at 7:16 pm #182581In mail “Send mail to employer when having new application” we have link:
“Click below link to confirm that you read the JobSeeker’s application: Confirm”When I click this link, browser will open blank page. Is it ok? I think It should show short information: Thank you for your confirmation…
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
November 26, 2012 at 3:56 am #474195Hi Cssbox,
I checked and could not find Click below link to confirm that you read the JobSeeker’s application: Confirm in Send mail to employer when having new application email template.
Regards,
cssbox Friendcssbox
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
November 26, 2012 at 5:33 pm #474263You can’t find because this text and link is in php code: components/com_jajobboard/models/jaapplications.php
function applicationMailToEmployer…
[PHP]$mail = get_EmailTemplate($arr_link, $emailTemplate, $application->message);
$mail->content = $mail->content . ‘<br/>Click below link to confirm that you read the JobSeeker’s application:<br/><a href=”‘ . JURI::root() . ‘index.php?option=’ . JBCOMNAME . ‘&view=jaapplications&tmpl=component&task=sendMailAsRead&cid=’ . $app_id . ‘” >Confirm</a>’;[/PHP]Unfortunately when employer click link from email, JobSeeker will not get e-mail after confirm by employer.
It should get this confirmation because I checked 2 checkbox (in application form):
NOTIFY_VIA_EMAIL_WHEN_MY_APPLICATION_IS_SUCCESSFULLY_SENT and NOTIFY_VIA_EMAIL_WHEN_MY_APPLICATION_IS_REVIEWEDHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
November 27, 2012 at 4:28 am #474340Hi Cssbox,
Seems that it’s a bug. I reported to DEV team, they shall fix this soon. You can follow issue athttp://pm.joomlart.com/browse/JAJBJ25-244
Regards,
1 user says Thank You to HeR0 for this useful post
May 19, 2015 at 6:44 pm #571133Hi
I belive this is better with :Click below link to confirm that you read the JobSeeker’s application: in the email template.
and
[PHP] $mail->content = $mail->content . ‘<a href=”‘ . JURI::root() . ‘index.php?option=’ . JBCOMNAME . ‘&view=jaapplications&tmpl=component&task=sendMailAsRead&cid=’ . $app_id . ‘” >’.JText::_(“CONFIRM”).'</a>’;[/PHP]
The confirmation still doesn’t work.Thanks
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by bebekmed 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum