Replies
- chris on September 19, 2018 at 11:30 am in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17457This reply has been marked as private.
- chris on September 18, 2018 at 5:25 pm in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17453
Hi Brajesh,
Shall i hold off on working on our site? Let me know if there is anything else you need. Many thanks!
Chris
- chris on September 18, 2018 at 12:58 pm in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17452
last bit of info…We also did add this custom bit of code to block access to wp-admin for all but admin
add_action( ‘init’, ‘blockusers_init’ );
function blockusers_init() {
if ( is_admin() && ! current_user_can( ‘administrator’ ) &&
! ( defined( ‘DOING_AJAX’ ) && DOING_AJAX ) ) {
wp_redirect( home_url() );
exit;
}
} - chris on September 18, 2018 at 12:47 pm in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17451This reply has been marked as private.
- chris on September 18, 2018 at 2:15 am in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17441This reply has been marked as private.
- chris on September 18, 2018 at 2:07 am in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17440This reply has been marked as private.
- chris on September 17, 2018 at 9:26 pm in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17437This reply has been marked as private.
- chris on September 17, 2018 at 9:03 pm in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17432This reply has been marked as private.
- chris on September 15, 2018 at 2:41 pm in reply to: [Resolved] buddypress users who create topics – Topics not showing in their Forum topic men #17386This reply has been marked as private.
- This reply has been marked as private.