Hello -

This module appears to be exactly what I was after and then a LOT more! I do have a couple of newbie questions that I hop eyou can help out with.

The first issue is when using the Zen theme I have configured primary links via the menu which is generating a menu bar across the top, above the content area just above the breadcrumbs. How do I turn this into the lucid menu? I don't want the lucid menu in the content area which is where the block config wants me to place it, I want it up there where the default menu is that I can't turn off. Is there a way to apply lucid customizations to this default menu outside of the primary links?

My second questions is where to apply the customizations to begin with. Should all of the code I want go in the customizations box reachable from the blocks config? The documentaiton and demo read as if I were coding the html and want me to add code into the html, in my case drupal is generating the html, where do I include the customization code?

Thanks for taking the time, I really look forward to using this module.

Dave Voelker

Comments

canadrian’s picture

Hey there,

I'm largely as confused by this module as you are, but I'll offer what I can. I, too, wish that you could replace the primary links using this module, but that doesn't appear to be the case; it seems it only works with blocks, and those blocks will only go in the block regions defined by your theme. Also, yes, the customizations do to into the module config pages. It appears the module maintainer has actually taken some stand-alone scripts that someone else wrote, and turned them into a Drupal module (which is awesome, why reinvent the wheel). However, the documentation does appear to be for the standalone scripts, not for the module exactly. You want to find the parameters section of the docs and use those SetBlahBlahBlah parameters. Unfortunately, it looks like you and I and everyone will just have to fiddle around with the params and try to figure out how to get the effects we want. :)

Ashraf Amayreh’s picture

Yes, you need to enter these params in the configuration page for the block.

Some global configuration params could also be set in the module's setting page. Some params are already globally set, so you could check them out for examples.

Yes, I've used an external script with minimal changes to provide the required functionality. I'm afraid that the script wasn't perfect, that's why I'm unable to solve most bug reports since they deal with this script rather than my module, although it's working well for a good number of users.

Currently, I'm looking for a new script to embed within the module that is open source and highly customizable to everyone's needs. I've tried that before and ended up with the current module. But I'm looking for an even better one but unfortunately without much luck. I'm also EXTREMELY compressed in time, but I will get to this ASAP. I could have delayed releasing this module, but I thought that it may provide the needed functionality for some users. Thanks :-)