test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • timmieboy Friend
    #200472

    Hello,

    1. Question about job packages. If I would like to have a package where employers can add unlimited amount of jobs for 1 year or 6 months and each job expires when the package ends. How can I set this up.

    2. Is it possible to use packages in the backend that are not enabled. I am asking this because I can’t select a expire date, it is automatically created and sometimes I need a job to expire longer because I made a deal without using the system.

    3. At this moment when I select a package I can select for instance a package of 1 job for 30 days but when I need two of these packages I need to buy them seperately is there a way that I can choose more packages at once.

    Thanks

    Thanh Nguyen Viet Friend
    #545817

    Hi,

    <blockquote>1. Question about job packages. If I would like to have a package where employers can add unlimited amount of jobs for 1 year or 6 months and each job expires when the package ends. How can I set this up.</blockquote>

    I am afraid JA Jobboard does not have option to work that way now.

    <blockquote>2. Is it possible to use packages in the backend that are not enabled. I am asking this because I can’t select a expire date, it is automatically created and sometimes I need a job to expire longer because I made a deal without using the system.</blockquote>

    If you want admin can manually update Job Duration, you can try solution below.
    – Open the file:
    administrator/components/com_jajobboard/views/jajobs/tmpl/form.php

    – Find the code snippet:
    [PHP]<tr>
    <td class=”key”><?php echo JText::_(‘JLANGUAGE’); ?>:</td>
    <td class=”value”><?php echo jaContentLanguage(‘language’, $this->item->language); ?></td>
    </tr>[/PHP]

    – And add this following code before it:
    [PHP]<?php if(!$jbconfig[‘posts’]->get(‘posts_expiry_date_by’, 1) && $this->item->id): ?>
    <tr>
    <td class=”key”><?php echo JText::_(‘Job Duration’); ?>:</td>
    <td class=”value”>
    <input type=”text” class=”inputbox” value=”<?php echo $this->item->job_duration; ?>” id=”job_duration” name=”job_duration” />
    </td>
    </tr>
    <?php endif; ?>[/PHP]

    <blockquote>3. At this moment when I select a package I can select for instance a package of 1 job for 30 days but when I need two of these packages I need to buy them seperately is there a way that I can choose more packages at once.</blockquote>
    Sorry, there is no option to buy many packages at once now. But you can create packages with different values, so user can select appropriate package to buy.

    timmieboy Friend
    #546022

    This works, thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  timmieboy 10 years, 5 months ago.

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