+ Reply to Thread
Results 1 to 3 of 3

Thread: Dealer page paging problem

  1. #1
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403

    Dealer page paging problem

    If I go to the merchant's page and browse between the ads I have posted, even if you only have 1 or 2 ads, it will show more pages than you can scroll.
    The Flynax demo has the same problem

    N

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,161
    Hello,

    Go to includes > classes > rlListings.class.php > public function getListings

    find:
    PHP Code:
    Only registered members can view the code
    replace with:
    PHP Code:
    Only registered members can view the code
    then in public function getListingsByAccount find:
    PHP Code:
    Only registered members can view the code
    and replace with:
    PHP Code:
    Only registered members can view the code
    then in public function getRecentlyAdded find:
    PHP Code:
    Only registered members can view the code
    replace with:
    PHP Code:
    Only registered members can view the code
    also in public function getMyFavorite replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; September 29, 2020 at 12:09 PM.

  3. #3
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    Thanks. It is working properly now.

+ Reply to Thread