<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>to make visible or not tab&lt;app&gt;</title> 
  <pubDate>Fri, 10 Apr 2026 17:02:20 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7954</link> 
  <atom:link rel="self" type="application/rss+xml" title="to make visible or not tab&lt;app&gt;" href="https://bugs.horde.org/ticket/7954/rss" /> 
  <description>to make visible or not tab&lt;app&gt;</description> 
 
   
   
  <item> 
   <title>Hello,



Actually dimp&#039;s sidebar and tabbar are showed even</title> 
   <description>Hello,



Actually dimp&#039;s sidebar and tabbar are showed even thought we don&#039;t want tabbar (tabingo, tabkronolith, etc.) but we want menuingo, menukronolith etc.



So may I suggest a few modifications that works forme ?



dimp/conf/conf.xml

+ &lt;configboolean name=&quot;showtab&quot; required=&quot;false&quot; desc=&quot;Should we use

  a custom function to display the tabbar? &quot;&gt;false&lt;/configboolean&gt;



dimp/templates/index/index.inc

&lt;?php if (!empty($application_folders) || !empty($site_menu)): ?&gt;

+ &lt;?php if ($conf[&#039;hooks&#039;][&#039;showtab&#039;]==&#039;true&#039;): ?&gt;

       

&lt;?php foreach ($site_menu as $key =&gt; $menu_item): if ($menu_item == &#039;separator&#039;) continue; ?&gt;

        &lt;li&gt;

         &lt;a id=&quot;tab&lt;?php echo $key ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $menu_item[&#039;icon&#039;] ?&gt;&quot; alt=&quot;&lt;?php echo $menu_item[&#039;text&#039;] ?&gt;&quot; /&gt;&lt;?php echo $menu_item[&#039;text&#039;] ?&gt;&lt;/a&gt;

        &lt;/li&gt;

&lt;?php endforeach; ?&gt;

+ &lt;?php endif; ?&gt;

 

dimp/index.php 

 

 /* Add the site specific javascript now. */

if (!empty($site_menu)) {

    foreach ($site_menu as $key =&gt; $menu_item) {

        if ($menu_item == &#039;separator&#039;) {

            continue;

        }

		$js_code[] = &#039;DimpCore.clickObserveHandler({ d: $(\&#039;menu&#039; . $key . &#039;\&#039;), f: function() { &#039; . $menu_item[&#039;action&#039;] . &#039; } })&#039;;

+        if ($conf[&#039;hooks&#039;][&#039;showtab&#039;]==true) {

			$js_code[] = &#039;DimpCore.clickObserveHandler({ d: $(\&#039;tab&#039; . $key . &#039;\&#039;), f: function() { &#039; . $menu_item[&#039;action&#039;] . &#039; } })&#039;;

+			}

    }

} 



</description> 
   <pubDate>Thu, 05 Feb 2009 16:06:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7954#t52301</link> 
  </item> 
   
  <item> 
   <title>You can customize the DIMP interface through CSS.</title> 
   <description>You can customize the DIMP interface through CSS.</description> 
   <pubDate>Fri, 06 Feb 2009 23:29:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7954#t52369</link> 
  </item> 
   
  <item> 
   <title>&gt; You can customize the DIMP interface through CSS.



Yes..</title> 
   <description>&gt; You can customize the DIMP interface through CSS.



Yes... by putting $conf[css_files] = &#039;custom.css&#039;  



Then dimp/themes/custom.css

	

.activeTab {

    display: none;

}

#hometab {

    display: none;

}

#tabingo {

    display: none;

}



#tabtransfert {

    display: none;

}

#tabpasswd {

    display: none;

}

#tabkronolith {

    display: none;

}

#tabnag {

    display: none;

}



</description> 
   <pubDate>Tue, 10 Feb 2009 09:56:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7954#t52441</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
