BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    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: 24985
    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: 24985
    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: 24985
    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: 24985

    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: 24985
    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: 24985
    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: 24985

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    Brajesh Singh on in reply to: BuddyPress Multi Network Setup #539

    BuddyPress should be network activated. I haven’t tested the per site configuration with multisite & bp multi network, can’t say much about that.

  • Keymaster
    (BuddyDev Team)
    Posts: 24985
    Brajesh Singh on in reply to: BuddyPress Multi Network Setup #537

    Hi Milo,
    Sorry about the confusion.

    1. If you want to have a separate domain for the second site the first thing you need to do is use a Multisite Domain mapping plugin and configure the mapping. Check if it works properly by visiting the second domain. Most of the domain mapping plugin will also give you the option to force redirect to your new domain when accessed directly(the sub site). So, That should fix your two instance issue.

    2. once you are done with that, just enable Multisite network plugin and activate BuddyPress. Visiting the dashboard/settings will lead to make it work as earlier.

    What I am trying to say is the only thing you need to think is about configuring Domain mapping plugin to work properly(setting up DNS etc). This multi network plugin does not have any special requirement or any issue whether you use domain mapping or not.