Replies
- Brajesh Singh on May 23, 2019 at 5:24 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types, : Image. #23151
No Problem.
Glad you resolved it.Regards
Brajesh - Brajesh Singh on May 23, 2019 at 5:24 pm in reply to: [Resolved] WordPress Username Availability Checker + Restrict Usernames Comparability #23150
Hi Mocha,
Here is the error I see
https://i.imgur.com/jX1NCTW.pngAre you using it on multisite? I tested on normal WordPress site and it is generating the error as expected.
Thank you
BrajeshPS:- I could not test with ‘mod’ as I got the error that minimum 4 letters are required for username.
- Brajesh Singh on May 23, 2019 at 5:08 pm in reply to: [Resolved] Buddypress Anonymous Activity #23149
Hi Nic,
We have got this working. We will release it over the weekend and you may utilize this.Regards
Brajesh Hi Carsten,
Please share a screenshot.
Is it some kind of user notification? We do not show that? On the Gallery tab, we show gallery count.Regards
Brajesh- Brajesh Singh on May 22, 2019 at 11:31 am in reply to: [Resolved] BuddyPress Xprofile Custom Field Types, : Image. #23135
Also,
Just to be sure I tested the image uploaded with a subscriber account and the field is allowing delete.Please make sure you are using the xprofile custom field types by us and the theme is not hiding checkbox.
Regards
Brajesh - Brajesh Singh on May 22, 2019 at 11:19 am in reply to: [Resolved] BuddyPress Xprofile Custom Field Types, : Image. #23134
Hi,
I do see your point and I can see the issue happening for multi types some of the time.I am still not sure of the actual issue though.
Question 1:- Which field type are you using? We don’t offer any mobile/phone field type
Question 2:- Are you using any other profile field related plugin/code?
Regards
Brajesh Please modify the activate.php template file in yourtheme/buddypress/members and then modify the text to say that you might have already activated the account.
There is a function to check if a user account is active
bp_is_user_active( $user_id)Since you don’t have access to user id, you won’t be able to use it there.
Regards
BrajeshHi,
We do have a plugin that allows it.I will ask one of our team members to pack and release it on Friday/Monday.
Thank you
Brajesh- This reply has been marked as private.
Hi Simon,
I am sorry, I had not seen that.If the media is there in the gallery but not available on Bulk edit, It means the media does not have their post parent setup in importing.
Here is what we are using to query media on that view
mediapress()->the_media_query = new MPP_Media_Query( array( 'gallery_id' => $post_id, 'per_page' => -1, 'nopaging' => true ) );It queries all media whose post_parent is set to the gallery is.
When you imported media and gallery, can you please verify the post parent was setup for media.
Also, if there is a staging site, Please share me FTP, I can troubleshoot a bit faster that way.
Thank you
Brajesh