Results 1 to 4 of 4

Thread: Fix list for initial release version 1.3

  1. #1
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts

    Fix list for initial release version 1.3

    Hi all,

    As and when I come across any errors, I will post fixes here

    First off lets me kick off with a few small behind the scenes php errors

    In your functions.php file (changes are highlighted in bold)
    change:
    // Rewrite the actual action
    function ft_ad_loop_meta() {
    global $post;
    if ( is_singular( APP_POST_TYPE ) )
    return;
    ?>
    to:
    // Rewrite the actual action
    function ft_ad_loop_meta() {
    global $post, $cp_options;
    if ( is_singular( APP_POST_TYPE ) )
    return;
    ?>

    In your single-ad_listings.php file (fix courtesy of Holon - thank you!)
    on lines 224 and 226 respectively change:
    'caller_get_posts' => 1,
    'post__not_in' => $do_not_duplicate,
    'orderby' => rand,) );
    to:
    'ignore_sticky_posts' => 1,
    'post__not_in' => $do_not_duplicate,
    'orderby' => 'rand') );
    (needs quotes around the the word 'rand')

    These fixes will not have any visible or resulting impact, but they do require fixing.

    It goes without saying - ALL fixes will be implemented on the next update.

    Thank you
    Sarah
    Last edited by talent; July 15th, 2013 at 10:50 AM.
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  2. #2
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  3. #3
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts

    Step images when listing an ad

    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


  4. #4
    Veteran bleem's Avatar
    Join Date
    Feb 2012
    Posts
    1,571
    Thanks
    103
    Thanked 205 Times in 180 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. The Following User Says Thank You to bleem For This Useful Post:

    talent (August 8th, 2013)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 1.2 Version Release
    By naweedshams in forum Help Using JobRoller
    Replies: 18
    Last Post: December 4th, 2010, 11:36 AM
  2. Version 3.0.5 Release Date?
    By kplunk in forum Report ClassiPress Bugs
    Replies: 15
    Last Post: November 17th, 2010, 04:22 PM
  3. Next Version Release
    By jatkerr in forum Help Using JobRoller
    Replies: 33
    Last Post: October 1st, 2010, 12:35 PM