Forum Replies Created
-
@hnla they can’t accept my comment and i don’t know why. that is why i ask here.
any one?
HI @mercime How can i remove my-posts slug e.g. default url (www.example.com/admin/posts/my-posts/page/2/) i need to create my permalink like this (www.example.com/admin/posts/page/2/)
@mercime 1 more question. how can i show total post of author in profile.
never mind! i’ve just figure it out.
1 more question. how can i show total post of author in profile.Thanks @mercime. it’s work but i need to change permalink. i need to remove buddyblog and change in to posts.
any one ?
but it’s not working in member-header. is there any thing wrong in my code:
<div id="item-buttons"> <?php if ( is_user_logged_in() ) { do_action( 'bp_member_header_actions' ); } else { do_action( 'bp_member_header_actions' ); } ?> </div><!-- #item-buttons -->not working.
@henrywright-1 i need show button only but when user click on any button it required to login or Register to add or send message. same as like this theme Link
@bphelp Thank for your reply. my question is simple. i need to show member header item which include (add friend, send private message etc). which are not showing when user are not login. i need to remove login to see header item button condition . any way to do this.