• midori

    (@midori)


    A few modifications I made in my installation of this plugin:

    • changed the three occurences of $curpath
      $curpath = rtrim(dirname($_SERVER['PHP_SELF']), "wp-admin");
    • changed the paragraph displayed by adding an id (mymood) for styling purposes
    • changed $files[$n] = substr($file, 0, -4); for if (basename($file, $imgtype) != "noicon") { $files[$n] = basename($file, $imgtype); }

    http://wordpress.org/extend/plugins/current-mood/

  • The topic ‘[Plugin: Current Mood] Some modifications…’ is closed to new replies.