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

Thread: Count Listing Visits

Hybrid View

  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,169
    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
    [QUOTE=Rudi;23585]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
    /QUOTE]

    Hi Rudi, I meant this code does not work anymore. I want the visit count to add up when user refresh the listing. I used this code in 4.8.1 and it worked. Everytime user refresh the listing, the visit count go up. But I tried this code again in 4.9.1, the visit count stop working.

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,169
    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

+ Reply to Thread