Replies
- Brajesh Singh on November 8, 2023 at 4:30 am in reply to: [Resolved] auto follow featured members #50840
Hi Tosin,
Thank you for the question.I will suggest adding a check for is_user_loggdin() or when using wp_get_current_user() test if the relevant object was returned before proceeding further.
It should work fine. The count_user_posts is a bit slow and being called for all featured users is a performance penalty.
Overall, the code can be simplified a lot.
Regards
Brajesh Hi Rik,
That would be very strange. I assume there is something causing it on your setup as this is not the expected behaviour.I will suggest disabling custom code/plugins and recheck.
Regards
BrajeshPlease use the complete url with http://yoursite.com/members/me/profile.
Regards
Brajesh- Brajesh Singh on November 6, 2023 at 12:30 pm in reply to: [Resolved] Mediapress lightbox arrows #50835
Thank you Nik
- Brajesh Singh on November 6, 2023 at 12:27 pm in reply to: Display more member cards in a single row in member directory loop #50834
Hi Fabian,
Thank you for the question.
If you are using BuddyBoss, you can use the following css.#buddypress .grid.bp-list>li.item-entry { flex: 0 0 25%; min-width:unset; }
That will show 4 cards per row. To show 5, change 25% to 20% and so on.
It will affect all list. If you want to apply only to members list, you can use the following instead.
#buddypress #members-dir-list .grid.bp-list>li.item-entry { flex: 0 0 25%; min-width:unset; }
Hope that helps.
Regards
Brajesh - Brajesh Singh on November 6, 2023 at 12:10 pm in reply to: Update roles based on member types #50833
Hi,
Thank you for the question.Since you are using Member Types pro, you can map member types to roles and it will update the role. In order to do that, Please edit your member types and enable member types to role update for each.
For more details, Please see https://buddydev.com/docs/buddypress-member-types-pro/assigning-wordpress-roles-based-buddypress-member-types/
Regards
Brajesh Hi Rik,
As @michaelm has suggested, BuddyPress has a special meaning for slug ‘me’ if used with directory url. If a user is logged in, It points to them.Example:- your site has a directory at http://example.com/members/
Then the http://example.com/members/me/ will point to the logged user home page and http://example.com/members/me/profile to their profile.
Regards
Brajesh- Brajesh Singh on October 30, 2023 at 8:29 am in reply to: [Resolved] Upload image directly from camera? #50806
You are welcome.
- Brajesh Singh on October 30, 2023 at 8:29 am in reply to: BuddyBlog Pro and “justified gallery” plugin #50805
Hi,
I am sorry for the delayed reply.
We have tested it and it is working great with Jusified gallery.Regards
Brajesh - Brajesh Singh on October 30, 2023 at 8:20 am in reply to: [Resolved] How edit an activity buddypress with an attachment mediapress ? #50804
Hi,
I am sorry. Our plugin does not support editing media in the activity.Regards
Brajesh