autogallery image plugin help
-
I’m trying to use the autogallery image plugin by Kyrre Baker. I’m having problems following the supplied setup instructions which I have included below:
==============================================
Installation:1. Upload to foo.bar/wp-content/plugins/
2. Activate in WordPressUsage:
1. Drop Your images into
/[images-root]/[article-id]/
2. Insert “gallery” with <!–gallery–> in Your article.Files with “prefix” (-) is thumbnails and files widhout “prefix” is linked.
Example:
/[images-root]/[article-id]/
150-picture_one.jpg
picture_one.jpg
==============================================
Settings in lines 16 – 19 Read and change before use!(extracted from autogallery.php)
==============================================
// Settings start$usehostname = “yes”; // If You want to use the hostname in image-URLs set to yes.
$image_root = “/files/”; // Set this to Your image-root.
$thumbnail_prefix = “^(150|thumbs|thumb)\-“; // Your thumbnail-prefixes as “regexp”
$allowed_files = “(jpg|png|gif)”; // Allowed files as “regexp”.// Settings end
==============================================Could someone help me figure out how to configure this plugin to work? What does the author mean by “Drop Your images into
/[images-root]/[article-id]/”?Also, how should “$image_root = “/files/”; // Set this to Your image-root.” be setup?
My WP installation is on the root directory. Any and all feedback is much appreciated!
Thanks,
-SS
- The topic ‘autogallery image plugin help’ is closed to new replies.