I edited my page.tpl.php to include an image map header. the image and map work fine on all pages, but the jQuery highlighting features only work on certain pages. for example they do not work on admin pages or user profile pages - but it does work on the main page.

Thank you for your help and for the wonderful module.

Comments

akolahi’s picture

Still having this issue. Any ideas?

akolahi’s picture

Category: support » bug

Changing to a bug report as it looks like it might be a code issue...

WorldFallz’s picture

Status: Active » Fixed

Actually, that was by design to keep the admin, user, and edit/add pages light (free from unnecessary js). It completely slipped past me that one might want to use the image map as a header image. I'll make the change in the next release.

In the mean time, you can edit jq_maphilight.module and change line 14 to:

  if (($available !== FALSE)) {

That should make the plugin available on all pages. If you have any more issues, post back.

Thanks for the feedback!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

WorldFallz’s picture

Committed to both d5 and d6 dev snapshots on 10/11/08.

WorldFallz’s picture

Status: Closed (fixed) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.