Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • planbfotografie Friend
    #147382

    i don´t want to use applying for the moment.

    How can i disable this function?

    Anonymous Moderator
    #328517

    Hi there,

    I am afraid that this is a default feature of JA Job Board and there is no ready-made option to disable applying function yet.

    If you want to disable by all means, please follow below steps to remove the code for displaying this form:

    1. Open file “componentscom_jajobboardviewsjajobstmpljaview.php”
    2. Find the following code and remove
    <?php if(getCurrentUserType() != JBEMPLOYER_USER && ((isset($this->app_list[$item->id]) && $jbconfig[‘posts’]->get(‘allow_apply_several_time’,0))||(!isset($this->app_list[$item->id])))) {?>
    <!– Form: Apply Job–>
    <a name=”apply-job-<?php echo $this->item->id?>”></a>
    <div id=”app_err_<?php echo $this->item->id; ?>”></div>
    <div id=”applyjob_<?php echo $item->id; ?>” <?php if (!JRequest::getVar(‘app_postback’)) {?>style=”display:none”<?php } ?>>
    <fieldset>
    <h2><?php echo JText::_(‘Your Application’); ?> <span style=”color: red; font-size: 70%; font-weight: normal;”>( <?php echo JText::_(‘Please send the most recent resume’)?> )</span></h2>
    <?php include(dirname(__FILE__).DS.’applytojob.php’);?>
    </fieldset>
    </div>
    <?php }?>

    Hope this helps.

    planbfotografie Friend
    #328527

    i did so, applying is turned of, there is still a button “apply” but the button won´t work.

    The most problem i have is, that i have to translate and i can´t find some variables in the Backend.
    Do i have to translate some of the displayed text in the hardcoded .php-files?

    Anonymous Moderator
    #328660

    Hi there,

    JB has its own language file, en-GB/en-GB.com_jajobboard.ini. You can translate any words by editing this file.

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

This topic contains 4 replies, has 2 voices, and was last updated by Anonymous 14 years, 10 months ago.

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