Replies
- Brajesh Singh on April 2, 2018 at 3:15 am in reply to: Ajax registration – form has gone whacky #14210
Hi Diana,
I am sorry for the inconvenience.I am looking at the site now and will have more details soon.
Thank you
Brajesh - Brajesh Singh on April 2, 2018 at 3:13 am in reply to: [Resolved] Correct add class to Buddypress Register Popup #14209
Please link to the site. It is most probably a javascript error for the close button.
For the Fields, I will suggest moving the fields to secondary groups,. BuddyPress will only show the primary group fields in the form.
Thank you
Brajesh - Brajesh Singh on April 2, 2018 at 3:11 am in reply to: [Resolved] How to remove buddypress user from all groups #14208
Sorry about this. 3rd party plugin support, specially ones that we don’t use is tricky.
I hope that the original plugin developers will assist you with proper action.
The part of code
groups_remove_data_for_user( $user->ID );Is guaranteed to remove the user from all groups but it seems I am not using the correct hook to attach to.
Regards
Brajesh - Brajesh Singh on April 2, 2018 at 3:08 am in reply to: [Resolved] BP profile visibility redirec option. #14207
Hi Julia,
Please do mark a topic as resolved when it is fixed. It helps us manage the support better.I am looking at your other issue now.
Thank you.
Brajesh - Brajesh Singh on April 2, 2018 at 3:06 am in reply to: [Resolved] BP-Member Type Default Type,with member type generator and hidden profile fields #14205
Hi Billy,
Glad that you resolved it over the weekend.
Thank you for being a valuable member here.Best Regards
Brajesh - Brajesh Singh on April 2, 2018 at 3:05 am in reply to: [Resolved] Gallery Directory Pagination Issues #14204
Hi Keith,
Is there any chance that you have set the directory as home page?The directory pagination seems to be working for me normally but when I am setting the MediaPress Gallery directory as home, It does not break for that page.
Can you please confirm the above?
Thank you
Brajesh Please visit Single Media and then click on edit link. You will find the upload cover button there for video/audio/doc types.
The screen you were showing earlier was bulk edit media screen , currently it does not have that functionality.
Regards
Brajesh- Brajesh Singh on March 30, 2018 at 11:06 am in reply to: [Resolved] Buddy Blog and Google Maps #14175
Hi Daniel,
Please download the plugin from here.
https://github.com/buddydev/buddyblog-google-map-fieldand change the api Key as mentioned earlier. After that, you just need to activate this plugin and It will add the map field.
Regards
Brajesh - Brajesh Singh on March 30, 2018 at 11:03 am in reply to: [Resolved] [BUG] Uploading on Mobile not working (HTML5 Shim Not Working?) #14174
Marking it as resolved. Please feel free to reopen in case there is any issue.
- Brajesh Singh on March 30, 2018 at 8:34 am in reply to: Buddypress filter by wp defaut post category #14172
Hi clyn,
The problem can be broken into two parts:-1. Saving category data in activity or activity meta table when the post activity is created.
2. Adding the categories filter in the activity dropdown.
The first part involves decision:- will you have multiple categories per post? if yes, meta will be the right place to store category association otherwise category table.
Once you have accomplished it, filtering activity will be a simple task by filtering on bp_after_has_activities_parse_args
Best Regards
Brajesh