Plugin Directory

Changeset 384579


Ignore:
Timestamp:
05/13/2011 08:07:26 PM (15 years ago)
Author:
simpleviewer
Message:

fix v2.1.3 readme

Location:
wp-simpleviewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-simpleviewer/tags/2.1.3/readme.txt

    r384575 r384579  
    21212. Upload the complete plugin folder into your WordPress blog's `/wp-content/plugins/` directory.
    22223. Activate the plugin through the 'Plugins' menu in WordPress
    23 4. WP-SimpleViewer requires the `/wp-content/uploads/` folder. If this folder is not present, create it and give it write permissions (777).
     234. If the the `/wp-content/uploads/` folder does not exist, create it and give it write permissions (777) using an FTP program.
    2424
    2525= Requirements =
     
    2929* WordPress Version 2.8 or higher.
    3030* PHP version 5.2.0 or higher.
     31* The '/wp-content/uploads/' folder must exist and have full access permissions (777).
    3132* PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension).
    32 * Active theme must call the [wp_head] (http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file.
     33* Active theme must call the [wp_head](http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file.
    3334
    3435= Compatibility =
    3536
    3637WP-SimpleViewer is not compatible with the following WP plugins. Please disable these plugins when using WP-SimpleViewer:
    37 * [Fluency Admin] (http://deanjrobinson.com/projects/fluency-admin/)
    38 * [WP-Minify] (http://wordpress.org/extend/plugins/wp-minify/)
    39 * [jQuery ColorBox] (http://wordpress.org/extend/plugins/jquery-colorbox/)
    40 * [jQuery Lightbox] (http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/)
     38* [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/)
     39* [WP-Minify](http://wordpress.org/extend/plugins/wp-minify/)
     40* [jQuery ColorBox](http://wordpress.org/extend/plugins/jquery-colorbox/)
     41* [jQuery Lightbox](http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/)
    4142
    4243= Upgrading from v1.5.4 =
  • wp-simpleviewer/trunk/readme.txt

    r384572 r384579  
    21212. Upload the complete plugin folder into your WordPress blog's `/wp-content/plugins/` directory.
    22223. Activate the plugin through the 'Plugins' menu in WordPress
    23 4. WP-SimpleViewer requires the `/wp-content/uploads/` folder. If this folder is not present, create it and give it write permissions (777).
     234. If the the `/wp-content/uploads/` folder does not exist, create it and give it write permissions (777) using an FTP program.
    2424
    2525= Requirements =
     
    2929* WordPress Version 2.8 or higher.
    3030* PHP version 5.2.0 or higher.
     31* The '/wp-content/uploads/' folder must exist and have full access permissions (777).
    3132* PHP DOM extension is enabled (this is the default, however some web hosts may disable this extension).
    32 * Active theme must call the [wp_head] (http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file.
     33* Active theme must call the [wp_head](http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head) function in it's header.php file.
    3334
    3435= Compatibility =
    3536
    3637WP-SimpleViewer is not compatible with the following WP plugins. Please disable these plugins when using WP-SimpleViewer:
    37 * [Fluency Admin] (http://deanjrobinson.com/projects/fluency-admin/)
    38 * [WP-Minify] (http://wordpress.org/extend/plugins/wp-minify/)
    39 * [jQuery ColorBox] (http://wordpress.org/extend/plugins/jquery-colorbox/)
    40 * [jQuery Lightbox] (http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/)
     38* [Fluency Admin](http://deanjrobinson.com/projects/fluency-admin/)
     39* [WP-Minify](http://wordpress.org/extend/plugins/wp-minify/)
     40* [jQuery ColorBox](http://wordpress.org/extend/plugins/jquery-colorbox/)
     41* [jQuery Lightbox](http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/)
    4142
    4243= Upgrading from v1.5.4 =
Note: See TracChangeset for help on using the changeset viewer.