lights on.
lights on.
 
Home arrow Forums
JoomLaconic Forums
Welcome, Guest
Please Login or Register.
Lost Password?
Problems with extended characters in Plugoo (1 viewing)
_GEN_GOTOBOTTOM Post Reply Favoured: 0
TOPIC: Problems with extended characters in Plugoo
#53
airton (User)
Fresh
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Problems with extended characters in Plugoo 2008/03/19 22:20  
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
  The administrator has disabled public write access.
_GEN_GOTOTOP Post Reply
Powered by FireBoardget the latest posts directly to your desktop
w3c xhtml validatorW3C CSS validator
JoomLaconic