+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Count Listing Visits

  1. #1

    Count Listing Visits

    Hello Guys,
    Do you know anything about how works the Count Listing Visits?
    count per person, ip, view?
    Thanks
    Last edited by Marina Charalampous; May 20, 2014 at 10:23 AM.
    MandAcyads
    CarMarketCy.com

  2. #2
    Hello Marina,

    Count Listing Visits works by IP. Count will be increased after one day if you come back on this listing.

    Thanks.

  3. #3
    Ok thanks
    Can you change that settings?
    make more "sensitive"
    Quote Originally Posted by Dmitry View Post
    Hello Marina,

    Count Listing Visits works by IP. Count will be increased after one day if you come back on this listing.

    Thanks.
    MandAcyads
    CarMarketCy.com

  4. #4
    Hello Marina,

    Do you want to add the count each time when user will be updated or go on listing?

    Thanks.

  5. #5
    Hello,

    How can I get the visits to count each time someone go to a listing, instead of limit the visits by IP?

    Thanks!

  6. #6
    interested

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    If you need to count listing visits each time the listing is opened
    go to ftp > includes > classes > rlListings.class.php > public function countVisit($id)

    replace this code:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; August 27, 2018 at 12:28 PM.

  8. #8
    [QUOTE=Rudi;23585]If you need to count listing visits each time the listing is opened
    go to ftp > includes > classes > rlListings.inc.php > public function countVisit($id)

    replace all the code inside with:

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

    hello Rudi

    there are no such file rlListings.inc.php in the directory classes also i tried t add it to rlListings.class.php but it doesn't work

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    sorry, it was a typo, the file is rlListings.class.php

    I've checked it again on my end and it works fine,

    maybe you did something wrong

  10. #10
    Quote Originally Posted by Rudi View Post
    sorry, it was a typo, the file is rlListings.class.php

    I've checked it again on my end and it works fine,

    maybe you did something wrong
    ok what code should i remove to add the new code ?

+ Reply to Thread