Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Few question related to theme layout #109627
     serviceorder_2004
    Participant

    This is the code which i put in functions.php

    COPY CODE
    
    add_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;
    }
    
    in reply to: Few question related to theme layout #109625
     serviceorder_2004
    Participant

    Hello 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 CODE
    
    add_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

Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?