Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • environc Friend
    #186338

    Hi,

    Employer view applicants is showing an incorrect icon for dox. The same icon was showing in jobseeker resume but I followed this post and it’s now fixed. The problem still exists in employer’s account when employer views applicant resumes.

    Regards

    HeR0 Friend
    #488413

    HI,

    Did you try to follow step by step with applications layout?
    – Open file componentscom_jajobboardviewsjaapplicationstmpljaempllist.php (myapplications.php) and find

    $ext = strtolower(substr($value, -3, 3));
    replace it to

    $ext = strtolower(JFile::getExt($value));
    <blockquote>The problem still exists in employer’s account when employer views applicant resumes.</blockquote>

    environc Friend
    #488594

    Hi,

    With this change even other icons that were showing before are not showing anymore.

    Regards

    HeR0 Friend
    #488676

    Sorry, my mistake. In the application layout, you could find

    $ext = strtolower(substr($item->attachment, -3, 3));
    So you need change substr function by JFile::getExt .

    $ext = strtolower(JFile::getExt($item->attachment));
    <em>@environc 367219 wrote:</em><blockquote>Hi,

    With this change even other icons that were showing before are not showing anymore.

    Regards</blockquote>

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

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 11 years, 7 months ago.

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