Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
-
Author
-
serviceorder_2004
ParticipantThis is the code which i put in functions.php
COPY CODEadd_filter('header_profile_dropdown', 'my_profile_link'); function my_profile_link($links) { $links[] = '<li><a href="http://www.855date.com/v3/members/kate/egifts/" rel="nofollow">eGifts</a></li>'; $links[] = '<li><a href="http://www.855date.com/v3/members/admin/following/" rel="nofollow">My Favorite</a></li>'; $links[] = '<li><a href="' . bp_loggedin_user_domain().'profile/edit">Edit profile</a></li>'; return $links; }serviceorder_2004
ParticipantHello Radu,
1- I need a small help with the drop down profile menu i added the egifts and my favorite menu under the drop down list by using code:COPY CODEadd_filter('header_profile_dropdown', 'my_profile_link'); function my_profile_link($links) { $links[] = '<li><a href="http://www.855date.com/v3/members/kate/egifts/" rel="nofollow">eGifts</a></li>'; $links[] = '<li><a href="http://www.855date.com/v3/members/admin/following/" rel="nofollow">My Favorite</a></li>'; $links[] = '<li><a href="' . bp_loggedin_user_domain().'profile/edit">Edit profile</a></li>'; return $links; }But these two menu are only redirecting to the specific link not to the logged in user account how can i make this to redirect only to the user profile egifts tab or following tab which is renamed as my favorite.
2. Also please tell me how can i reorder this menu.
Thank you -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)