Skip to Content Skip to Menu

Request not to show "new message"

  • todwart
  • todwart
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
7 years 8 months ago #292325 by todwart
Request not to show "new message" was created by todwart
Hello,

i created a menu item with "uddeIM PMS component", it's working fine but i don't want the tab "new". I only want the default tabs "inbox, outbox, trash". Which lines and where have i to comment out?


Thanks

Please Log in or Create an account to join the conversation.

  • todwart
  • todwart
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
7 years 8 months ago #292357 by todwart
Replied by todwart on topic Request not to show "new message"
Under "components\com_uddeim\includes.php" comment out the following lines:

if ($uddeaction=="new") {
echo "<li class='uddeim-activemenu'><span>";
if ($config->showmenuicons==1 || $config->showmenuicons==2)
echo "<img src='".$pathtosite."/components/com_uddeim/templates/".$config->templatedir."/images/menu_new.gif' alt='"._UDDEIM_COMPOSE."' />";
if ($config->showmenuicons==0 || $config->showmenuicons==1)
echo _UDDEIM_COMPOSE;
echo "</span></li>\n";
} else {
echo "<li>";
echo "<a href='".uddeIMsefRelToAbs("index.php?option=com_uddeim&task=new&Itemid=".$item_id)."'>";
if ($config->showmenuicons==1 || $config->showmenuicons==2)
echo "<img src='".$pathtosite."/components/com_uddeim/templates/".$config->templatedir."/images/menu_new.gif' border='0' alt='"._UDDEIM_COMPOSE."' />";
if ($config->showmenuicons==0 || $config->showmenuicons==1)
echo _UDDEIM_COMPOSE;
echo "</a>";
echo "</li>\n";
}

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum