6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7954] to make visible or not tab<app>
*
Your Email Address
*
Spam protection
Enter the letters below:
.___..___.__ .___.__. | [__ [__)[__ | | | [___| [___|__|
Comment
> Hello, > > > > Actually dimp's sidebar and tabbar are showed even thought we don'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 > > + <configboolean name="showtab" required="false" desc="Should we use > > a custom function to display the tabbar? ">false</configboolean> > > > > dimp/templates/index/index.inc > > <?php if (!empty($application_folders) || !empty($site_menu)): ?> > > + <?php if ($conf['hooks']['showtab']=='true'): ?> > > > > <?php foreach ($site_menu as $key => $menu_item): if ($menu_item == > 'separator') continue; ?> > > <li> > > <a id="tab<?php echo $key ?>"><img src="<?php echo > $menu_item['icon'] ?>" alt="<?php echo $menu_item['text'] ?>" /><?php > echo $menu_item['text'] ?></a> > > </li> > > <?php endforeach; ?> > > + <?php endif; ?> > > > > dimp/index.php > > > > /* Add the site specific javascript now. */ > > if (!empty($site_menu)) { > > foreach ($site_menu as $key => $menu_item) { > > if ($menu_item == 'separator') { > > continue; > > } > > $js_code[] = 'DimpCore.clickObserveHandler({ d: $(\'menu' . $key . > '\'), f: function() { ' . $menu_item['action'] . ' } })'; > > + if ($conf['hooks']['showtab']==true) { > > $js_code[] = 'DimpCore.clickObserveHandler({ d: $(\'tab' . $key . > '\'), f: function() { ' . $menu_item['action'] . ' } })'; > > + } > > } > > } > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers