Closed (fixed)
Project:
Super Nav
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 12:42 UTC
Updated:
14 Apr 2008 at 17:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
ugerhard commentedArgl, sorry, "the path to preload the supernav images is missing" should be "the path to preload the supernav images is".
Comment #2
ugerhard commentedAnother observation: there should probably be a call to
base_path()in there as well for installations that are not in a root directory. This affects line 1289 in supernav.module, too, I think:<script type="text/javascript" src="' . drupal_get_path('module','supernav') . '/jquery.shortkeys.js"></script>.Comment #3
ugerhard commentedHere's a patch against the DRUPAL-5 branch.
Comment #4
ugerhard commentedSorry, the patch in #3 only fixes the mssings base_path() calls, but not the 'images/' problem. Here's a new patch.
Comment #5
solutiondrop commented+1
I applied this patch and no longer get the missing image log entries. So far I have not witnessed anything wrong with the patch. Thanks ugerhard.
Comment #6
chrisshattuck commentedThanks for the patch, ugerhard, and the testing , dividespace. I have applied this patch to the dev in both Drupal 5 and 6.
Thanks!
Chris
Comment #7
chrisshattuck commentedComment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.