Forum Replies Created
-
Boone, Thank you!!! It is working perfectly!
Team, please help! where should I add the following code in home.php file? what do you mean about the end of loop? Thank you!
elseif ( bp_is_user_notifications() ) :
bp_get_template_part( ‘members/single/notifications’ );here is home.php
———–
<div id=”item-body”><?php do_action( ‘bp_before_member_body’ );
if ( bp_is_user_activity() || !bp_current_component() ) :
locate_template( array( ‘members/single/activity.php’ ), true );elseif ( bp_is_user_blogs() ) :
locate_template( array( ‘members/single/blogs.php’ ), true );elseif ( bp_is_user_friends() ) :
locate_template( array( ‘members/single/friends.php’ ), true );elseif ( bp_is_user_groups() ) :
locate_template( array( ‘members/single/groups.php’ ), true );elseif ( bp_is_user_messages() ) :
locate_template( array( ‘members/single/messages.php’ ), true );elseif ( bp_is_user_profile() ) :
locate_template( array( ‘members/single/profile.php’ ), true );elseif ( bp_is_user_forums() ) :
locate_template( array( ‘members/single/forums.php’ ), true );elseif ( bp_is_user_settings() ) :
locate_template( array( ‘members/single/settings.php’ ), true );// If nothing sticks, load a generic template
else :
locate_template( array( ‘members/single/plugins.php’ ), true );endif;
do_action( ‘bp_after_member_body’ ); ?>
</div><!– #item-body –>
Hello Hugo, I am using BuddyPress1.9 and I can not find “BP account screen link” in BP setting? could Hugo/anyone tell me where to find the link? I would like add dynamic profile Link to my main menu item. please help!!!
Hugo, ok, I am in contact with theme author. thank you
Hello Hugo,
1) you are right, it is fine with working theme.
2) what is the meaning of this warning message? is there a Buddypress patch for this?happy thanksgiving!