Add CB icon to the Administrator > Components dropdown menu.
If you don't mind a hack, and don't mind doing this again after you update CB, then press any key to continue:
1. Create folder "administrator/components/com_comprofiler/images/"
2. Download the
cb16x16.png icon image file
and save it to "administrator/components/com_comprofiler/images/"
3. Update your Database by running this query command:
[code:1]UPDATE jos_components SET `admin_menu_img` = '../administrator/components/com_comprofiler/images/cb16x16.png' WHERE `name` = 'Community Builder' AND `parent` = 0;[/code:1]
After the steps above, your menu should look like this: