Replies
- Brajesh Singh on August 19, 2016 at 4:57 am in reply to: Lightbox gallery is not showing all images #5147
Hi Serge,
It is a bug. we will be fixing it in our next update(early next week or this weekend).Apologies for the delayed reply.
Thank you
Brajesh - Brajesh Singh on August 19, 2016 at 4:56 am in reply to: Assign Member Type based on BuddyPress xProfile field value #5146
Hi Lavish,
1. No
2. Yes, I will post a tutorial this week
3. yes, Please find the code below.function buddydev_update_forum_display_role( $role, $user_id ) { $member_type = bp_get_member_type( $user_id, true );//please fetch only one if( $member_type ) { $role = $role .'/' . $member_type; } return $role; } add_filter( 'bbp_get_user_display_role', 'buddydev_update_forum_display_role', 200, 2 );Hope that helps.
- Brajesh Singh on August 19, 2016 at 4:45 am in reply to: [Resolved] How to Add Meta Data (Upload Time) to Lightbox using PHP #5145
Hi Simon,
Thank you for the kind words. I am glad I was able to help. There is no need to do anything in return. Your kind words already made our day 🙂 Hi Denis,
I am sorry I forgot to reply.I tested 1.1.5 again with the settings and It is working fine for me. Is your permalink set to show the single post on user profile?
I tested when the permalink was not set to profile.
- Brajesh Singh on August 19, 2016 at 4:33 am in reply to: [Resolved] Embed external web page into WordPress Page or Post #5143
Hi Dandy,
Apologies for the delayed reply.Please put that code in some javascipt file. Your theme may have a javascript file. If it is not, Then you can create one and load it on bp_enqueue_scripts action.
Hope that helps.
Regards
Brajesh - Brajesh Singh on August 19, 2016 at 4:32 am in reply to: [Resolved] How can i add custom fields to buddypress groups? #5142
Hi Arvind,
Please take a look at this
https://wordpress.org/plugins/buddypress-groups-extras/It is not exactly what you are looking for but it is the nearest available thing.
Hope it helps.
Brajesh
- Brajesh Singh on August 19, 2016 at 4:30 am in reply to: [Resolved] BuddyPress Non Editable Profile Fields #5141
Hi Sheryanne,
Thank you for posting.The plugin allows superadmins to edit the fields by default. So any user with superadmin capability can edit other user’s profile field without any issue.
If you want to allow it for other capability level, Please change this line
https://github.com/buddydev/bp-non-editable-profile-fields/blob/master/bp-non-editable-field.php#L59
Hope that helps.
Regards
Brajesh - Brajesh Singh on August 19, 2016 at 4:24 am in reply to: [Resolved] BP Auto Activate Autologin Redirect – new members not showing on site #5140
Hi Paul,
Which version of the BP Autoactivate Auto Login are you using?Is it the plugin in question?
https://buddydev.com/plugins/bp-auto-activate-auto-login/If yes, IO tested with the latest version and It is working fine.
And here is the logic behind the online/recently active members:-
BuddyPress stores the last active time of a logged in user on wp_head action which is used to display users as logged in/recently active. This plugin does not do anything to stop that.
Please let me know and hopefully we will be able to help.
Thank you
Brajesh - Brajesh Singh on August 17, 2016 at 1:23 pm in reply to: [Resolved] Embed external web page into WordPress Page or Post #5132
Hi Dandy,
You may put the following code in your post editor(in text mode)<a href="#" onclick="javascript:window.open('https://code.org/starwars', 'Title Here', 'resizable,scrollbars,status, height=500,width=500' ); return false;">Open</a>Hope that helps.
- Brajesh Singh on August 17, 2016 at 1:18 pm in reply to: BuddyPress Ajax Registration – keep loading after hitting register #5131
Hi Brandon,
Thank you.I have updated on your site. Please check if it is fixed now.
Thank you
Brajesh