Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
How to filter out menu items without images Forum is locked
(1 viewing) 1 Guest
Joomla 1.5 Modules
Go to bottom
TOPIC: How to filter out menu items without images
#470
How to filter out menu items without images 2 Years, 11 Months ago  
Hi, I'm using this module to display a secondary menu for my mainmenu.

I would need to remove all menu items from the outputted list that don't have a menu image assigned to them. Since this module is attached to my mainmenu I can't just unpublish or delete menu items.

For example I have now 6 items in my menu, and only one item has menu image. As result it outputs 5 empty <li> -elements, which is not good.

Is there a way to fix this? I've already tried to modify helper.php but I didn't get it to work.

Help would be great!
 
Logged Logged
  The topic has been locked.
#473
Re:How to filter out menu items without images 2 Years, 11 Months ago  
Why don't you use it with a different menu so that you won't have to filter?
 
Logged Logged
  The topic has been locked.
#476
Re:How to filter out menu items without images 2 Years, 11 Months ago  
Creating separate menu would just make things complicated. And this module is attached to my mainmenu so I can't unpublish or delete items.

I actually found a way to filter out the items. It's core hack in helper.php but it does the trick:

In mod_j15mainmenuimages\helper.php line 45:

Code:

$itemParams = $items->getParams($row->id);
if($itemParams->get('menu_image') != -1) {
$menu->addNode($row);
// record loaded parents
$ids[$row->id] = true;
}



I think this feature could be implemented in the next update (if there's going to be one), since it's useless to print empty <li> -elements?
 
Logged Logged
  The topic has been locked.
#479
Re:How to filter out menu items without images 2 Years, 11 Months ago  
Great, we'll include this in the code.
 
Logged Logged
  The topic has been locked.
Go to top

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!

Sponsors

Login Form






Lost Password?
No account yet? Register

Pagerank
Generated in 1.16665 Seconds