The older version (older than 1.1) of the CB will allow you to remove the button easily by:
1. Log-in and access the back-end administrator interface, usually www.yoursite.com/administrator.
2. Select Component > Community Builder > Tab Management
3. Select the "Menu" in the list of Tab Manager.
4. In the Parameter column, remove the value in the "First Menu Name" and save it blank.
5. Done and the button is gone!
CB VERSION 1.1 and 1.2
The Author (Joomlapolis) has fixed the problem and forced every user to subscribe for the documentation to find out the clue on how to fix it. In version 1.1 and above, you will see the "Menu" in the Tab Manager has changed to follow:

Now let me solve the problem for you. Get ready to locate the CB files:
1. Locate the file "cb.menu.php" in the component/com_comprofiler/plugin/user/plug_cbmenu directory.
2. Open it with any text editor such as Notepad or other HTML editors.
3. Search the word "about" to go to the position as shown on the print screen as follow:

4. On the line "$firstMenuName = $params->get('firstMenuName', '_UE_MENU_CB');", delete the line as highlighted in red: _UE_MENU_CB
* as shown in the image above.
5. Save the file and that's it!
Enjoy!

Thank you saved me a lot of time... :)
ReplyDelete