Hi all,
For those who, like me, use extended characters common to many foreign languages, it is necessary to make a little change in the module's code to allow it. It is explained in the FAQs at plugoo.com but not for this module.
To make the change you have to edit the file /joomla_install_path/modules/mod_plugoo.php
Change line 22 from:
| Code: |
<param name="movie" value="<?php echo $plugoo_swf; ?>" /><param name="allowScriptAccess" value="always" /> <param name="wmode" value="transparent" />
|
To:
| Code: |
<param name="movie" value="<?php echo $plugoo_swf; ?>" /><param name="allowScriptAccess" value="always" />
|
In other words, just remove the "<param name="wmode" value="transparent" />" from the end of the line.
That's it.
Hope this might help someone.
Cheers
Post edited by: airton, at: 2008/03/19 22:22