Replies
- Brajesh Singh on September 24, 2015 at 7:43 am in reply to: How to delete Primary site of multinetwork, not original prime site's network #561
Hi R.O.
Are you refrerring to the WP Multi Network plugin by John James Jacoby? - Brajesh Singh on September 23, 2015 at 9:32 pm in reply to: BP Xprofile Member Type Field: feedback and radio buttons #558
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.
- Brajesh Singh on September 23, 2015 at 9:27 pm 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
That code should get you started I hope 🙂
- Brajesh Singh on September 23, 2015 at 8:39 pm 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. 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?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.
- Brajesh Singh on September 22, 2015 at 8:30 pm in reply to: "Rate Limit User Activity" Breaks "Activity as Wire" and Notifications #547
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 - Brajesh Singh on September 22, 2015 at 2:44 pm 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. Hi Jay,
You are most welcome. Did that solve the issue?- Brajesh Singh on September 22, 2015 at 9:19 am in reply to: [Resolved] notifications with custom post types using the notify author plugin #542
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