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:

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

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'