Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • environc Friend
    #185146

    HI,

    Since I updated to the latest JA Job Board, there’s no longer the function to delete applicant in View Applications (index.php/application/view-applicants). There’s only “Details” link to view application details.

    Regards

    HeR0 Friend
    #484212

    Yes, Applications should not be deleted from Jobseeker or Employer.

    environc Friend
    #488374

    That’s fine but now employers cannot delete jobs with applications. This is the message when employer tries to delete job: “You cannot delete ‘JobName’ job because this job has application(s). Please Firstly, Delete All Applications Of ‘JobName’. How do I get employers to delete jobs that have applicants?

    Regards

    HeR0 Friend
    #488532

    Dears,

    You could enable Delete application function. Open file com_jajobboardviewsjaapplicationstmplmyapplications.php and remove comment tags :

    <!--
    <br />
    <img title="<?php echo JText::_('DELETE'); ?>" src="<?php echo JURI::base().'components/com_jajobboard/images/icon_delete.gif' ?>" alt="<?php echo JText::_('DELETE'); ?>" />
     
    <a onclick="return confirm('<?php echo JText::_('ARE_YOU_SURE_TO_DELETE_THIS_APPLICATION', TRUE)?>')" href="<?php echo JRoute::_('index.php?option=com_jajobboard&view=jaapplications&layout=myapplications&task=jobseeker_remove&cid='.$item->id.'&Itemid='.JRequest::getInt('Itemid')); ?>">
    <span style="vertical-align: top !important;"><?php echo JText::_('DELETE'); ?></span>
    </a>
    -->

    To


    <br />
    <img title="<?php echo JText::_('DELETE'); ?>" src="<?php echo JURI::base().'components/com_jajobboard/images/icon_delete.gif' ?>" alt="<?php echo JText::_('DELETE'); ?>" />
     
    <a onclick="return confirm('<?php echo JText::_('ARE_YOU_SURE_TO_DELETE_THIS_APPLICATION', TRUE)?>')" href="<?php echo JRoute::_('index.php?option=com_jajobboard&view=jaapplications&layout=myapplications&task=jobseeker_remove&cid='.$item->id.'&Itemid='.JRequest::getInt('Itemid')); ?>">
    <span style="vertical-align: top !important;"><?php echo JText::_('DELETE'); ?></span>
    </a>

    However, this featured is not working smoothly yet. We will try to improve it in the future.
    Hope this helps.

    environc Friend
    #488591

    Hi Hero,

    This files is for jobseeker to delete his applications. But I want employer to delete applications so that employer can delete his jobs (and it doesn’t actually remove applications). Is there another way employer can delete jobs with applicants? I tried the same code in /com_jajobboard/views/jaapplications/tmpl/jaempllist.php (employers view of applications and it doesn’t work as well).

    Regards

    environc Friend
    #496861

    Hi, still not able to delete applications. From the jobseeker side, I uncommented the above code but when I click the delete, I get a confirmation box and click OK but nothing happens. As for employers, there’s still no delete function. Regards

    HeR0 Friend
    #496970

    I have checked on the demo site and it works.Could you please pm me the jobseeker and employer account then i can check further ?

    Moreover, I tried to access to ftp for checking code function but i could not, so please pm me your site info including jobseeker/ employer / super account and ftp info and tell me exactly what function you want to activate again then i will help you out.

    HeR0 Friend
    #497086

    I have done this for you. Pls check again and let me know if it helps.

    environc Friend
    #497157

    Hi Hero, thanks. Now jobseekers can delete their applications. But employers still can’t delete applications from jobseekers. Regards

    HeR0 Friend
    #497253

    @environc, really sorry for this mistake. I updated it. Pls check again.

    environc Friend
    #497269

    Hi Hero, thanks I checked it and it looks great.

    darrylb Friend
    #502287

    HeRo,
    Can you get back to me regarding the same issue please… I have replied to your email and sent you another support ticket.

    HeR0 Friend
    #502312

    @darrylb, please follow up the ticket in our support system.

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

This topic contains 13 replies, has 3 voices, and was last updated by  HeR0 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum