• 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/

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter monpelaud

    (@monpelaud)

    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

    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)

    Flag bug fixed. Please reload new version plugin from repository.

    Thread Starter monpelaud

    (@monpelaud)

    Many thanks, the new version of the plugin works fine.

    thanks you too 🙂
    Any suggestions, bug fixing are appreciated.
    Welcome 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Digital and analog clock widget] Flags not displayed’ is closed to new replies.