Results 1 to 7 of 7

Thread: Bugs & Missing Translations found on JobRoller

  1. #1
    Thread Starter
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts

    Bugs & Missing Translations found on JobRoller

    I've finished my website (Elo Criativo) using JobRoller and I'm now posting the bugs and missing translations that I've found. My website is in Portuguese.

    BUG's

    - line #364 on tpl-myjobs.php. The translation function
    PHP Code:
    _e() 
    is pointing to 'wp-post-order' instead of 'appthemes'.

    - line #193 on theme-geolocation.php is referencing the variables, 'latitude' and 'longitude' that are not used on the function context. On this line, 'Latitude' should be replaced for 'postLatitude' and 'Longitude' replaced by 'postLongitude'.

    - line #188 on confirm-job-process.php. All my posts were being attached with an empty file when I didn't upload a logo. Added an
    PHP Code:
    if ($file != '') : 
    before this line and closing after
    PHP Code:
    update_post_meta$post_id'_thumbnail_id'$id ); 
    to solve this problem.

    - line #212 on edit-job-form.php. I was not being able to relist a job when there were no job packs associated. Solution:

    The request that should inform about the relisting (line #212)
    PHP Code:
    echo '<input type="hidden" name="relist" value="true" />'
    is not being read because it is inside the If on line #152
    PHP Code:
    if (sizeof($packs) > || sizeof($user_packs)>0) : 
    To solve this, I just moved the input after the
    PHP Code:
    endif; 
    PHP Code:
    endif;  
    echo 
    '<input type="hidden" name="relist" value="true" />'
    on line #214.


    Missing Translations

    - lines #326 and #327 on theme-emails.php. 'Day' and 'Days' strings are not being translated.

    - line #140 on application-process.php. 'Applicant Name' and 'Applicant Email' strings are not being translated.

    These were minor problems. I'm very pleased with JobRoller. Keep the good work guys!

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,887
    Thanks
    91
    Thanked 807 Times in 721 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Veteran eyecool's Avatar
    Join Date
    Jul 2009
    Location
    United States
    Posts
    454
    Thanks
    6
    Thanked 83 Times in 66 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

    Make everything as simple as possible, but not simpler. - Albert Einstein

  4. #4
    Thread Starter
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Veteran eyecool's Avatar
    Join Date
    Jul 2009
    Location
    United States
    Posts
    454
    Thanks
    6
    Thanked 83 Times in 66 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

    Make everything as simple as possible, but not simpler. - Albert Einstein

  6. #6
    islajobs's Avatar
    Join Date
    Jan 2011
    Location
    Puerto Rico
    Posts
    69
    Thanks
    2
    Thanked 13 Times in 12 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Thread Starter
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HELP BUGS in Jobroller!?!
    By katjaaclass in forum Report JobRoller Bugs
    Replies: 3
    Last Post: January 8th, 2011, 04:56 PM
  2. [SOLVED] add translations to .po file
    By alinimmo in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 29th, 2010, 10:52 AM
  3. Translations
    By the1stco in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: November 28th, 2010, 03:43 AM
  4. WPMU & translations
    By greenlife in forum ClassiPress General Discussion
    Replies: 0
    Last Post: May 12th, 2010, 10:08 AM