2 problem
(1) The parameter $url could be detected.
(2) The iFrame address went wrong if the site is not using clean url

I've changed to code so the module would:
(1) automatically detect the path for the module file; and
(2) use Drupal API url() to define iFrame's source path

Comments

dwees’s picture

Assigned: Unassigned » dwees

Patch applied and slightly modified. This should fix some issues other users were having. Also noticed you've improved the theming of the module so that it should work better with translations. Much appreciated. I'm working on improving the JavaScript as well so it works for more users. This should make it into the next release, which will be in a couple of days.

Thanks,

Dave

yookoala’s picture

StatusFileSize
new11.14 KB

Updated the patch to use Drupal API drupal_get_path() to handle the same thing. I used an ugly str_replace() method at the last patch.

good day :P

dwees’s picture

Url functions updated, and patch (mostly) incorporated into latest version which should be available for download in a few hours.

Dave

dwees’s picture

Status: Needs review » Closed (fixed)

Closing issue.

Dave