Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kdy4092 Friend
    #184318

    Hi,

    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 Friend
    #480960

    Hi 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

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

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

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