-
AuthorPosts
-
kdy4092 Friend
kdy4092
- Join date:
- January 2013
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
January 23, 2013 at 10:48 pm #184318Hi,
I am trying to view the job seeker’s resume who has applied to my job, but I cannot find their resume anywhere…
Also I tried on your demo but it seems there is no way to do this..
Maybe only I do not know how to do this…Please advise me for this. Thank you.
David
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 24, 2013 at 2:52 am #480960Hi Kdy,
That feature is not available in current version. Please open file components/com_jajobboard/views/applications/tmpl/jaemplist.php.
Find
<span class="apply-subject">
<span id="apps_title_<?php echo $item->id ?>" class="application-title <?php echo (intval($item->read) > 0) ? 'application_read' : 'application_unread'?>"><?php echo $item->subject; ?></span>
<br />
<?php echo JText::_('APPLY_FOR_JOB')?>: <i><a href="<?php echo JRoute::_('index.php?option='. JBCOMNAME .'&view=jajobs&layout=jaview&cid[]='.$item->job_id.'&alias=' . $alias . '&Itemid=' . $Itemid)?>" id="goto_job_<?php echo $item->job_id; ?>"><?php echo $item->job_id_title; ?></a></i>
</span>
and replace to
<span class="apply-subject">
<span id="apps_title_<?php echo $item->id ?>" class="application-title <?php echo (intval($item->read) > 0) ? 'application_read' : 'application_unread'?>"><?php echo $item->subject; ?></span>
<br />
<?php echo JText::_('APPLY_FOR_JOB')?>: <i><a href="<?php echo JRoute::_('index.php?option='. JBCOMNAME .'&view=jajobs&layout=jaview&cid[]='.$item->job_id.'&alias=' . $alias . '&Itemid=' . $Itemid)?>" id="goto_job_<?php echo $item->job_id; ?>"><?php echo $item->job_id_title; ?></a></i>
<?php if($item->user_id){
$resume = getResumeFromUserId($item->user_id);
if(isset($resume->id) && $resume->id > 0){
?>
<br />
<?php echo JText::_('RESUME_DETAILS')?>: <i><a href="<?php echo JRoute::_('index.php?option=com_jajobboard&view=jaresumes&layout=jaview&cid[0]='. $resume->id . '&Itemid=' . $Itemid)?>"><?php echo $resume->title ?></a></i>
<?php
}
}
?>
</span>We will apply this in next version. Thank you for reporting.
Regards
1 user says Thank You to HeR0 for this useful post
-
AuthorPosts
This topic contains 2 replies, has 2 voices, and was last updated by HeR0 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum