This topic has 1 reply, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #3738
     gideon1210
    Participant

    How do you change the name on the looking for tab in the main profile body i no the bottom one if under user profile but it doesnt change the main one

    #3764
     SQadmin
    Keymaster

    Hi,
    Read this topic that shows you how to handle those tabs:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
    Your code should be something like:

    add_action('after_setup_theme','kleo_my_actions');
    function kleo_my_actions()
    {
        global $bp_tabs;
    $bp_tabs['looking-for'] = array(
        'type' => 'cite',
        'name' =>  __('Looking for new name', 'kleo_framework'),
        'group' => 'Looking for',
        'class' => 'citetab'
    );
    }
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?