12
As I already said, great work. Since your module can manage multiple layout have you considered to use scriptaculous for content swap?
Have a look for "Effect.divSwap"
here.
I changed it to use
Effect.toggle(nodeList.item(i), 'appear', {queue:{position:'end',scope:'menuScope',limit:2}});
instead:
Effect.SlideUp(nodeList.item(i),{queue:{position:'end',scope:'menuScope',limit:2}})
for some divs that I wanted to swap and looks very flashy. I don't know how cross-browser it is but i'm gonna test it.
With this kind of navigation XOOPS could reach the glossy design of other cms.
In my opinion, XOOPS + mytabs + multimenu + scriptaculous & Effect.divSwap and a good layout is the ultimate cms .
Don't follow me. I'm lost too.