Closed (outdated)
Project:
Imagemenu
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 16:02 UTC
Updated:
27 Jun 2018 at 17:33 UTC
Jump to comment: Most recent
Comments
Comment #1
j. ayen green commentedAdditional info: this problem only seems to happen in conjunction with Paths being used.
Comment #2
j. ayen green commentedWhat I had thought was the problem originally was not. I was getting retrieval on the children of some items but not others. It turns out, for example, that I had a page with an alias of 'Consulting' with two children. The children would not appear. I did some displaying inside the module to find the problem.
The module retrieves the children based on the url query string = the path in the parent entry. The problem was that the query string was coming back "node/111" even though the node has an alias, so the db select was coming back empty.
I've fixed it in my copy temporarily by doing the drupal call to retrieve the path's alias. If there is an alias, I have the select statement retrieve based on path = '%s' OR path = '%s' ($path,$alias) and it works fine. This needs to be incorporated into the code.
Comment #3
j. ayen green commentedComment #4
marcus_clements commentedI'll look into this for the next release
Comment #5
buzzman commentedany updates on this? bumping
Comment #6
Drupality commentedIm also interested in this. Since this module isnt working with url aliases, its kinda useless :I
Also it would be quite nice, if the JS preload change will be included as well. I think both are important.
Comment #7
pobster commentedClosing as D6.x is now unsupported.