@shughey
10 years, 7 months ago
I’ll work on this tomorrow. Too late tonight to avoid mistakes.
Thanks.
Which file do I put this in?
Worked!!! Thanks!!!
Thanks, I’ll work on it.
shanebp,
I appreciate your suggestion but I’ve no idea where to begin with this. Am I supposed to add the code to bp-core, or where?
I am searching for the same, just a redirect after logging in to the groups page, nothing else.
Thanks
10 years, 8 months ago
@buddyboss,
I’m having the same problem so I tried using your fix but something is wrong. I don’t have:
elseif ( bp_is_user_forums() ) : bp_get_template_part( 'members/single/forums' );
I have:
elseif ( bp_is_user_forums() ) : locate_template( array( 'members/single/forums.php' ), true );
Using WP 3.8.1 and Buddypress 1.9.2