This topic has 1 reply, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #8287
     jaybini
    Participant

    Which file i can edit the profile tabs ? I want to change the class ‘seven columns ‘ to ‘eight coumns’

    I want to make them categories for example
    “About me” tab opens 5 tabs (No fields just contain the 5 categories)
    base,interests ,physical, .. (each one has its own fields)
    “Looking For” opens 3 tabs (No fields just contain the 3 categories)
    basic info , Your Dream Match and interests (each one has its own fields)

    #8349
     Abe
    Keymaster

    Hi, This function is rendering those columns, Add it in sweetdate-child/functions.php and modify it as you need

    COPY CODE
    
    	function kleo_bp_profile_tabs()
    	{
    			global $bp_tabs;
    
    			echo '<div class="seven columns">';
    			new BpMembersTabs($bp_tabs);
    			echo '</div>';
    	}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The topic ‘Profile Tabs’ is closed to new replies.

Log in with your credentials

Forgot your details?