Replies
- calu on August 5, 2020 at 10:15 pm in reply to: [Resolved] Problem with 'Make a WordPress site Private code' #32110
My question is, would it be possible to change this code, to make BP pages private, not WP pages in general?
- calu on July 28, 2020 at 8:53 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #31995
Hi Brajesh, thanks for the update, I can confirm that the issue is solved.
Regards
Carsten - calu on July 28, 2020 at 5:05 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #31982This reply has been marked as private.
- calu on July 28, 2020 at 3:11 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #31980
Until then I’m testing the Custom listing of Recent Visitors code snippet, but I’m not getting any output from it. Can you confirm that it’s still supposed to work?
Thanks
/* custom Recent visitor code to list it anywhere for logged in user */ $visitors = visitors_get_recent_visitors(get_current_user_id(), 5);//pass the user id for which we are retriving and how many we want foreach( (array) $visitors as $visitor_id ){ echo bp_core_get_userlink( $visitor_id );//display the name of the //bp_core_get_user_displayname( $visitor_id ); //use it to fetch the user display name //bp_core_get_user_domain( $visitor_id ); //use it to get user profile url //bp_core_fetch_avatar( array('item_id'=> $visitor_id, 'height'=>25, 'width'=> 25)); //fetch user avatar }
- calu on July 28, 2020 at 2:11 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #31979This reply has been marked as private.
- calu on July 27, 2020 at 4:28 pm in reply to: [Resolved] Recent Visitors shortcode creating issues in Blocks #31970
Hi Brajesh, I appreciate that, I’ve got this answer from my theme developer, to whom I addressed the issue first.
‘If it always appears before the content wherever you place it – then it’s the way Shortcode is returning its content. Which would have to be fixed at the source’
Regards
Carsten - calu on July 20, 2020 at 9:38 am in reply to: Logout Redirect to Mainsite for Multisite/BuddyPress confusion #31839
When I deactivate the plugin, I’m redirected to home page per default, which I assume is main site, so what does the plugin actually do?
- calu on July 20, 2020 at 9:33 am in reply to: Logout Redirect to Mainsite for Multisite/BuddyPress confusion #31838
Hi Brajesh, thanks for the clarification, so the logout is for multisite only?
Should I then additionally use ‘Logout redirect’ for single site?
Regards
Carsten - This reply has been marked as private.
- This reply has been marked as private.