Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cssbox Friend
    #182581

    In 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 Friend
    #474195

    Hi 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 Friend
    #474263

    You 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_REVIEWED

    HeR0 Friend
    #474340

    Hi 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,

    bebekmed Friend
    #571133

    Hi
    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

Viewing 5 posts - 1 through 5 (of 5 total)

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