anybody know how to remove the "Community" tab? - Joomla! Forum - community, help and support
hi, know how remove "community" tab @ user profile page when using cb?
hi, red!
open com_comprofiler/plugin/user/plug_cbmenu/cb.menu.php. for:
and comment out (with /* in front , */ @ end). remove credits link altogether. (as basic php , cb noob), can't swear won't affect else in long run!
hth,
john mc
open com_comprofiler/plugin/user/plug_cbmenu/cb.menu.php. for:
code: select all
$firstmenuname = $params->get('firstmenuname', '_ue_menu_cb');
$firstsubmenuname = $params->get('firstsubmenuname', '_ue_menu_about_cb');
$firstsubmenuhref = $params->get('firstsubmenuhref', $ue_credits_url);
$secondsubmenuname = $params->get('secondsubmenuname', '');
$secondsubmenuhref = $params->get('secondsubmenuhref', '');
and comment out (with /* in front , */ @ end). remove credits link altogether. (as basic php , cb noob), can't swear won't affect else in long run!
hth,
john mc
Comments
Post a Comment