BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] User Role Error Posting Images #501

    Hi JC,
    Welcome to BuddyDev forums.

    That message is not generated by MediaPress. Also, MediaPress does not use any role. It checks for the capability of current users.

    Is there any chance that you are using Zero Spam comment plugin?

    I see this message listed in their faq

    https://wordpress.org/plugins/zero-spam/faq/

    Please let me know if the above applies to you.

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Advice on buddypress social login #497

    Hi Ime,
    We had one( Facebook Connect Plus ) which did import all the fields. I have stopped its development due to lack of time and interest of the community.

    I believe wpmudev has a plugin(Ultimate Facebook) that you can buy for $19 and that is known to import the fields etc.

    We will work on our own again in next few months when we have a few more developers as part of our team.

    If the Bp force Profile does not work, i do have a ready to use code(I did it for a client few months ago ) and I will be happy to provide it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Network User Role #496

    Hi Jay,
    You are most welcome.

    Since Password protected blogs are not part of WordPress, I believe The Multisite Privacy is protecting it. can you tell me if that plugin says it is BuddyPress compatible? Also, are you comfortable with phpmyadmin? If yes, check for wp_bp_user_blogs and see if there are entries resent there?

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Advice on buddypress social login #492

    Hi Ime,
    Welcome back. It good to have you again 🙂

    I am sorry but I might have missed it, does the plugin allows importing from social network?

    Also, do you want to force users to complete their profile before they can use the site? If forcing is fine, you may give this plugin a try
    https://wordpress.org/plugins/bp-force-profile/ (If It does not work, I can supply you the code)

    If importing from social network is important, then please let me which plugin you are using and if that supports it or not. I may have some more suggestion based on that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: Network User Role #491

    Hi Jay,
    Thank you for asking. Sorry, I could not reply on the weekend.

    On a multisite, if a user is part of one site, they don’t get any role on other sites. So, The strategy we need to put is something that can check for user types on al sites.

    Two possible options:-

    1. Paid solution:- Check if multisite privacy supports capability/roles, if yes, Hopefully Andrea’s Network roles plugin
    http://wpebooks.com/network-roles/ can be used to assign teacher a role and allow this roile access to all blogs without new registration.

    2. If the Multisite privacy plugin provides a filter/action we can simply hook to that. The strategy should be in the User Edit page add an extra meta field that identifies the user as teacher. Since this meta is globally available, use it to check for the user and granting access to student blog.

    If you can check the multisite privacy code and Let me know, I can provide code for the 2nd option.

    Hoe that helps.

    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitors v1.2.9 seems to be broken #486

    You are most welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitors v1.2.9 seems to be broken #484
  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitors v1.2.9 seems to be broken #482

    Ok, Found the problem in 1.2.8 I passed the visitor object instead of the visitor_id. In our component screen function it was still visitor_id. Fixed it. Uploading in 2-3 minutes.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitors v1.2.9 seems to be broken #481

    Confirmed, It is a bug only if we enable the add screen. Looking at it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on in reply to: [Resolved] Recent Visitors v1.2.9 seems to be broken #478

    Oops,
    That’s looks like some serious bug. Looking at it now.

    thank you