monpelaud
Member
Posted 9 months ago #
Hi,
Flags are not displayed with multi-blogs wordpress!
I think there is a bug in file: "/includes/Utility.php".
ligne 257:
"&imagearray=/wp-content/plugins/digital-and-analog-clock-widget/flags/".$Clock_Background_Image_var1['imagearray'].".gif";
should be replaced by
"&imagearray=".PLUGINDIR."/digital-and-analog-clock-widget/flags/".$Clock_Background_Image_var1['imagearray'].".gif";
Best Regards
http://wordpress.org/extend/plugins/digital-and-analog-clock-widget/
Andrew2006
Member
Posted 9 months ago #
Thanks for your interest to our clock plugin.
WP Clock widget not have been tested with multi-blogs wordpress software yet.
Can you give me link to this software or link to your blog where clock not work properly.
We will try fix this problem ASAP.
monpelaud
Member
Posted 9 months ago #
Thanks for your reply,
With the modification described above (ligne 257) WP Clock widget works fine with multi-blogs wordpress.
It's a path issue.
Currently WP Clock widget search flags images in:
http://monblog.com/wp-content/plugins/digital-and-analog-clock-widget/flags/fr.gif
with multi-blog wordpress the right path is:
http://my_blog.com/my_subdomain/wp-content/plugins/digital-and-analog-clock-widget/flags/fr.gif
To fixe this bug you should replace /wp-content/plugins/ by ".PLUGINDIR." in /includes/Utility.php, ligne 257.
Best regards
Andrew2006
Member
Posted 9 months ago #
I understand.
it will work in wordpress ?
Give me please link on your (multi wordpress version) software - I setup and test for both (wordpress and multiple wordpress)
Andrew2006
Member
Posted 9 months ago #
Flag bug fixed. Please reload new version plugin from repository.
monpelaud
Member
Posted 9 months ago #
Many thanks, the new version of the plugin works fine.
Andrew2006
Member
Posted 9 months ago #
thanks you too :)
Any suggestions, bug fixing are appreciated.
Welcome :)