Closed (fixed)
Project:
Special menu items
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2009 at 08:15 UTC
Updated:
2 Jun 2010 at 10:26 UTC
Hi,
Thanks for the module - exactly what I was looking for.
One suggestion:
In my case, I don't want to use '--------' as separator. This is also not flexible enough for others I guess. So why not use a theme function there so that other developers can easily override the output instead of changing codes of this module.
:)
Comments
Comment #1
ajcrm125 commentedI agree on both accounts. This module was exactly what I was looking for, but with in the absence of CSS control, I can't control how my 'nolink' menu iems are displayed. The module hardwires the text to be surrounded by span tags. It would be nice to be able to define what CSS tags to surround the text and then I can customize through my theme.
Comment #2
tamerzg commentedIn newest release we added CSS classes to "nolink" and "seperator" links. Also settings page is added, in where it is possible to change text displayed for seperator as well as HTML tags for both seperator and nolink items.
Comment #4
NPC commentedI'd like to add that it is even possible to specify two tags for nolink items - I am using to achieve the "sliding-door" technique for rounded background of the menu items, and the logic of the module closes the tags correctly - thank you very much for great work!