+ Reply to Thread
Results 1 to 3 of 3

Thread: Want to disable "random" in featured listing box.

  1. #1

    Want to disable "random" in featured listing box.

    Hello,

    on my site i have got a featured listing box. But it shows the listings randomly. Where can i change this, that it isn`t random anymore and shows the latests featured ads first?

    If i have to change code for this, no problem. Please post the code here and i will change for myself in the files.

    Thanks!

    Best regards,

    Cammie

  2. #2
    Hello Cammie Bradford,

    Open file: ftp://plugins>>listing_box>>rlListingsBox.class.php find method: getListings
    an code:
    PHP Code:
    Only registered members can view the code
    and change or remove : ", RAND()"

    save and check again your box with featured listings.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Hi Viktor,

    thanks. But didn`t work. So i replaced more than this. Now it looks like:

    case 'featured':
    $sql .= "ORDER BY `T1`.`Date` DESC ";
    break;
    And this works for me!

+ Reply to Thread