-
AuthorPosts
-
environc Friend
environc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
February 21, 2013 at 2:04 am #185146HI,
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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
February 22, 2013 at 3:42 am #484212Yes, Applications should not be deleted from Jobseeker or Employer.
environc Friendenvironc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
March 31, 2013 at 9:18 am #488374That’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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 2, 2013 at 3:42 am #488532Dears,
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 Friendenvironc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
April 2, 2013 at 1:55 pm #488591Hi 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 Friendenvironc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
June 25, 2013 at 10:05 am #496861Hi, 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
June 26, 2013 at 4:17 am #496970I 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
June 27, 2013 at 3:55 am #497086I have done this for you. Pls check again and let me know if it helps.
environc Friendenvironc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
June 27, 2013 at 11:14 am #497157Hi Hero, thanks. Now jobseekers can delete their applications. But employers still can’t delete applications from jobseekers. Regards
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
environc Friendenvironc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
June 28, 2013 at 8:37 am #497269Hi Hero, thanks I checked it and it looks great.
August 15, 2013 at 4:33 am #502287HeRo,
Can you get back to me regarding the same issue please… I have replied to your email and sent you another support ticket. -
AuthorPosts
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