+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Remove category from listing URL

  1. #11
    [QUOTE=Rudi;30335]Hello,

    Go to ftp > includes > classes > reefless.class.php > public function url > case 'listing':

    remove:
    PHP Code:
    Only registered members can view the code
    /QUOTE]

    Hello Rudi,

    I need do the same thing but there is not the code like
    $url .= $categoryPath in public function url > case 'listing'

    Version 4.8.1
    May be it was in the previous versions?

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

    In 4.8.1 you need to remove:

    PHP Code:
    Only registered members can view the code

  3. #13
    Thanks a lot Rudi!
    Please, One more question about forming Listing Title, how can I disable adding first main category to title?

  4. #14
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Go to includs > classes > rlCommon.class.php > public function adaptValue > below the line case 'select':

    replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; March 19, 2021 at 09:40 AM.

  5. #15
    Thanks Rudi! You are number 1⃣

+ Reply to Thread