if drupal is installed in a subfolder, the path to the loading.gif image won't work, so for line 92 of imageflow.module, i've added drupal_get_path:

$output = "\n".'

Loading images
Only local images are allowed.
'."\n";

thanks for a great mod :)

Comments

George2’s picture

whoops!

  $output =  "\n".'<div class="drupalimageflow" id="imageflow"><div id="loading"><b>Loading images</b><br /><img src="'. drupal_get_path('module', 'imageflow') .'/loading.gif" width="208" height="13" alt="loading" /></div><div id="images">'."\n";
jamesbenison’s picture

Status: Active » Closed (won't fix)

Closing out obsolete issue.