Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • environc Friend
    #185020

    Hi,

    Where do I remove Search Resume and Featured Employer tabs from employer Buy Package. In my job board, employers don’t search resumes and don’t become featured employers at this stage.

    Regards

    HeR0 Friend
    #483857

    Hi Environc,

    Open file componentscom_jajobboardviewsjapoststmplselectplan.php and try to remove code block as

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


    Hope this help.

    Regards

    environc Friend
    #483957

    Hi Hero,

    I tried this before but I ended up with the wrong content under the tabs (please check screenshots).

    Regards


    1. Untitled2
    2. Untitled3
    HeR0 Friend
    #483973

    Hi Evironc,

    Sorry for missing, you need to remove 2 package ( Search Resumes, Featured Employer ) in that file or disable in package manager in Jobboard backend.

    Regards

    environc Friend
    #484068

    Hi Hero,

    Thanks. What I want to do is remove Search Resume and Featured Employer for the moment. That means employer cannot be featured and cannot search resumes. Later, when the business changes, I might want these features. I have removed unpublished these items from employer menu. Now on the Buy Package page, the tabs Search Resume and Featured Employer are still there. When I commented out the <li> of these items, the tabs were OK, but the second (Posting Credit) tab had content from Search Resume as in the screenshot in my previous post.

    Regards

    HeR0 Friend
    #484105

    Dear,

    In selecplan.php file, find

    $aTabs = array('postingplan', 'resume', 'featured');
    and edit to

    $aTabs = array('postingplan');
    That mean you do not disable 2 package Search Resumes, Featured Employer in backend.
    Hope this help.

    Regards

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

This topic contains 6 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