BuddyDev

Search

[Resolved] RECENT VISITOR PLUGIN ERRORS

Tagged: 

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #28998

    Hi,
    We do record all visits, including duplicate visits.

    1. You can use visitors_get_profile_visit_count($user_id) to see/display total visits
    2. You can visitors_get_recent_visitors() It returns an array of objects with following property for each object

    id
    user_id
    visitor_id
    visit_count
    visit_time

    The property visit_count contains how many times the visitor has visited the user.

    Please feel free to adapt.

    Since the UI for this is not available, If you are not comfortable with code, You may use our cusotmization service.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #28999

    Also, Please open your own topic in future. That will help us serve you better.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 2
    sosyal on #29025

    Hi

    in which file should I do these operations? so which file should I look to change the codes.

    I couldn’t find opening a new topic. so I wanted to write under a similar topic. Thank you for your help.

    Regards,

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #29046

    Hi,
    1. You will find the “New topic” button at the top of this page
    https://buddydev.com/support/forums/

    You can also scroll and will find the form at the bottom to create new topic there.

    2. You should do it in your theme or a custom plugin.
    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved