in theme_nodehierarchy_action :
$img_path = url(drupal_get_path('module', 'nodehierarchy') ."/images/$name.gif");
create incorrect link, like img src="/?q=sites/example/modules/nodehierarchy/images/view.gif

I think url function has to be removed :
$img_path = drupal_get_path('module', 'nodehierarchy') ."/images/$name.gif";
create correct link, like img src="sites/example/modules/nodehierarchy/images/view.gif

Comments

ronan’s picture

Thanks, I'll investigate as soon as I get a chance.

Ronan

ronan’s picture

Status: Active » Fixed

The latest dev should fix this. Please let me know if it works for you.

Thanks again
Ronan

jptavan’s picture

Version 5.x-1.0 fix this problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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