Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Bruno,
    Yes, the user id is same for all of them. bbPress and BuddyPress uses the user account offered by WordPress core.

    PS:- If you can specify the question, I may be able to specify exact functions to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Upload Page – Limit tabs/user only #29013

    Hi Shannon,
    Welcome to BuddyDev.

    Thank you for using MediaPress.

    I am assuming you are using our shared gallery/global gallery addon to allow everyone to contribute to a gallery.

    1. I am sorry, Currently, there is no such shortcode. It is still doable with a few lines of code.
    Please let me know if you are using global gallery addon and I will be able to assist with some code.

    2. I haven’t tried it but setting a gallery private should take care of it. Private gallery uploads inherits the status by default. until made public explicitly, the private media is only visible to the uploader.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Simon,
    Thank you.

    yes, you may use the shortcode like this

    
    [bpmtp-members-list member_type="business"]
    
    

    Please see this page for details

    https://buddydev.com/docs/buddypress-member-types-pro/listing-users-based-buddypress-member-types/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Torben,

    Please upgrade to 2.0.6

    Let me know if that fixes it or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Torben,
    Hope you are doing well.

    Please upgrade to 2.0.6. It should be fixed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Force Profile Photo #29006

    Hi,
    Thank you for clarifying.
    Force profile photo does not have any effect on registration or non logged in user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Sam,
    I do not think we have that kind of functionality. Currently, it has option for filtering components(user/groups), limiting the number and some order by option.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Force Profile Photo #29002

    Hi,
    Thank you for using the plugin.

    You are most probably logged in as site admin. Please try logging as a non admin user and check.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] RECENT VISITOR PLUGIN ERRORS #28999

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

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] RECENT VISITOR PLUGIN ERRORS #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