BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi R.O.
    Are you refrerring to the WP Multi Network plugin by John James Jacoby?

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Maelga,
    Thank you for asking.

    1. My plugin stores the member type and not the member type label. Member type label have display significance, but under the hood it is the actual member type that matters. The plugin should handle the display properly in most of the case.

    If you want to display in in standard way, you can get the registered member type object and then fetch the singular/plural labels.

    About the radio, are you referring to the member type plugin? I am sorry but I haven’t provided a way for that, you will need to edit that plugin and replace select/option with input type radio. That will do it for now. In future, i will be happy to add an option to show it as radio or select box.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: [Resolved] Open question: member profile vs account #557

    Hi Maelga,
    Thank you for asking. It is a little tricky and I was able to move all the profile editing/avatar uploading under account settings section for one of the members earlier( Steve had asked me about it).

    Here is link to that code

    http://pastebin.com/9NZMs6je

    That code should get you started I hope 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: [Resolved] BuddyPress Activity Shortcode Load More #555

    Sorry about that.
    Sometimes, the free support may not get attention due to other priority work. I hope you understand that. I will look into it again today.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: Auto Loader #551

    Hi,
    Can you please upgrade to 1.0.1 and see if that works. i noticed that your theme is using BuddyPress theme compat and that might be the reason. Have upgraded the plugin on wp.org repo. Please upgrade and let me know if that fixes or not?

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: Auto Loader #549

    Hi Kelsey,
    Welcome back to Buddydev forums.

    I just had a look at your activity page and I see a lot of javascript errors. Please fix them.

    Your tweet blender plugin is not loading js files and there are a few more error. Please try to fix the js errors and then check if it is working ?

    This plugin uses javascript to detect the location of the end of activity and since javascript in browser is a single threaded scripting language, An error before the code will cause any following code to stop execution. That’s what is happening(My guess) here.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Steve,
    Thank you for posting.
    I was not aware of the issue but these plugins may conflict. Both deal with the activity updates in different way and there is a possibility of conflict.

    I will look into it and get a solution by tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: [Resolved] Anonymous Plugin with rtMedia (conflict) #545

    Hi Sebastian,
    This is a problem at the end of RT Media.

    Anonymous activity does not do any sql query directly. All we do is filter
    ‘bp_has_activities’ and pass a meta_query argument. BuddyPress handles the rest. Please ask the RT Media guys to look into it, most probably thy are doing direct query/filtering on the activities which is conflicting with the activity meta query.

  • Keymaster
    (BuddyDev Team)
    Posts: 24706
    Brajesh Singh on in reply to: BP Magic Sidebar login #543

    Hi Jay,
    You are most welcome. Did that solve the issue?

  • Keymaster
    (BuddyDev Team)
    Posts: 24706

    Hi Rosie,
    Thank you for asking. this plugin already does that. There is no need to do anything extra. It will notify for all post types.

    Hope that clarifies it.

    PS: I see you have marked it resolved, I hope you got that before my post 🙂

    Thank you
    Brajesh