Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • juansolos Friend
    #200686

    Hi,
    i anderstand it is not possible for a job seeker to have several resumes.
    But we can create several file fields to allow seeker to upload several reumes in pdf.

    Is it a way to hide empty fields?

    Regards

    Thanh Nguyen Viet Friend
    #546907

    Hello,

    To hide empty fields in view resume page, please try to use solution below:
    Open the file:
    components/com_jajobboard/views/jaresumes/tmpl/jaview.php

    Find the code line:
    [PHP]$input = rendfield($this->item, $field, false, true, true);[/PHP]

    And add this code after it:
    [PHP]if ($field->field_type==’FILE’ && empty($input) ) {
    continue;
    }[/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 9 years, 8 months ago.

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