Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • stellacadente Friend
    #693681

    Hi,

    I’d like to know if there is a way to handle the layout as we do not need all the options but just one.

    SO I’d like to know how to put the middle Tabs as default (as in the following screenshot)
    or to diable the other tabs.

    http://i.imgur.com/CKrFxof.png

    Best regards.

    Luna Garden Moderator
    #694141

    Hi,

    In order to change the layout of Select Plan layout, go to file:
    componentscom_jajobboardviewsjapoststmplselectplan.php

    <blockquote> I’d like to know how to put the middle Tabs as default (as in the following screenshot)</blockquote>
    Find :
    if($this->userType == JBEMPLOYER_USER) {
    $aTabs = array('postingplan', 'resume', 'featured');
    } else {
    $aTabs = array('postresume', 'applyjob');
    }

    change code to:

    if($this->userType == JBEMPLOYER_USER) {
    $aTabs = array( 'resume', 'postingplan','featured');
    } else {
    $aTabs = array('postresume', 'applyjob');
    }

    and look for:

    <li>
    <h3 class="postingplan"><?php echo JText::_('POSTING_PLAN');?></h3>
    </li>
    <li>
    <h3 class="resume"><?php echo JText::_('SEARCH_RESUMES');?></h3>
    </li>
    <li>
    <h3 class="featured"><?php echo JText::_('FEATURED_EMPLOYER');?></h3>
    </li>

    change to:


    <li>
    <h3 class="resume"><?php echo JText::_('SEARCH_RESUMES');?></h3>
    </li>
    <li>
    <h3 class="postingplan"><?php echo JText::_('POSTING_PLAN');?></h3>
    </li>
    <li>
    <h3 class="featured"><?php echo JText::_('FEATURED_EMPLOYER');?></h3>
    </li>

    Luna Garden Moderator
    #750294

    Hi,

    In order to change the layout of Select Plan layout, go to file:
    componentscom_jajobboardviewsjapoststmplselectplan.php

    <blockquote> I’d like to know how to put the middle Tabs as default (as in the following screenshot)</blockquote>
    Find :
    if($this->userType == JBEMPLOYER_USER) {
    $aTabs = array('postingplan', 'resume', 'featured');
    } else {
    $aTabs = array('postresume', 'applyjob');
    }

    change code to:

    if($this->userType == JBEMPLOYER_USER) {
    $aTabs = array( 'resume', 'postingplan','featured');
    } else {
    $aTabs = array('postresume', 'applyjob');
    }

    and look for:

    <li>
    <h3 class="postingplan"><?php echo JText::_('POSTING_PLAN');?></h3>
    </li>
    <li>
    <h3 class="resume"><?php echo JText::_('SEARCH_RESUMES');?></h3>
    </li>
    <li>
    <h3 class="featured"><?php echo JText::_('FEATURED_EMPLOYER');?></h3>
    </li>

    change to:


    <li>
    <h3 class="resume"><?php echo JText::_('SEARCH_RESUMES');?></h3>
    </li>
    <li>
    <h3 class="postingplan"><?php echo JText::_('POSTING_PLAN');?></h3>
    </li>
    <li>
    <h3 class="featured"><?php echo JText::_('FEATURED_EMPLOYER');?></h3>
    </li>

    stellacadente Friend
    #694594

    Hi,

    Sorry, but I’ve made the modification and does not works either.

    stellacadente Friend
    #750315

    Hi,

    Sorry, but I’ve made the modification and does not works either.

    Luna Garden Moderator
    #694760

    That’s strange. It worked on our end.
    PM me your site’s FTP account, we’ll check this issue.

    Luna Garden Moderator
    #750394

    That’s strange. It worked on our end.
    PM me your site’s FTP account, we’ll check this issue.

    stellacadente Friend
    #697285

    Hi,

    I’ve sent you the connection FTP via private message.

    TX

    stellacadente Friend
    #750917

    Hi,

    I’ve sent you the connection FTP via private message.

    TX

    Luna Garden Moderator
    #750987

    I got the your site info, and fixed the problem on your site as my previous solutions, please check it.

    stellacadente Friend
    #704849

    Great!

    Now it’s OK!

    THanks a lot

    stellacadente Friend
    #751512

    Great!

    Now it’s OK!

    THanks a lot

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

This topic contains 12 replies, has 2 voices, and was last updated by  stellacadente 8 years, 6 months ago.

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