+ Reply to Thread
Results 1 to 3 of 3

Thread: prevent listings without pictures

  1. #1
    Senior Member
    Join Date
    Nov 2016
    Posts
    109

    prevent listings without pictures

    How can I prevent listings without pictures from appearing in featured box ?
    Screenshot_4.jpg

  2. #2
    You can change sql query a bit. Open the file: ftp://plugins>>listings_box>>rlListingsBox.class.php
    find the method: getListings and code:

    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    also in includes > classes > rlListings.class.php > public function getFeatured

    find:
    PHP Code:
    Only registered members can view the code
    replace with:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread