Image Gallery Config | |
|
Admin Access | |
To access administration, go to Home Page and, on the Menu, click on "Admin (click!)". |
Sections: Tiki Admin Panel | |
You will access the Sections Tiki Admin Panel , as shown in this graphics:
|
Image Galleries | |
Image Galleries
- |
Home Gallery (main gallery) | |
In the above graphic, the home gallery is set to "Rick's Pix". The home gallery is the default gallery displayed when visitors simply click the menu "Image Galleries" without expanding the menu, or when as the "top page" in your Tiki site if you set the Tiki system home page to be an Image Gallery.
- |
Galleries features | |
ThumbnailsGenerating thumbnails for image galleries (and File galleries) requires a php extension: either GD or Imagick. If thumbnails are not working, check tiki-admin.php?page=gal to ensure tiki has detected one or the other, if not these need to be installed and then restart apache.
Use database to store imagesUse directory to store imagesChoose Storage Location: You can decide for images to be stored either in the database, or in a folder on your webserver. Storing images in your database is OK for small images, but a folder is recommended for a high volume site or when your images are relatively large. Note the trailing forward slash in the path entered in the above graphic, but also here in red. Be warned, if you want to restrict access to the images, you have to choose a folder that is not browsable (not inside the document root of your webserver). /home/cogley/www/uploads/tikiimg/rm/
# Partial .htaccess file sample. # # Override PHP.ini variables, which can be viewed using PHPinfo: #to upload 30M files php_value upload_max_filesize "30M" php_value post_max_size "32M" php_value max_execution_time 300 php_value max_input_time 300 #other params interesting (NOT for file upload specifically) php_value memory_limit "32M" php_value session.cache_expire 20000 php_value session.gc_maxlifetime 20000 php_value session.cookie_lifetime 20000 # Zero means unlimted request body size: LimitRequestBody 0 More info on limit about uploaded files can be found File Galleries Config Troubleshooting Tip: If you encounter random errors and webserver crashes, you may have updated your apache, but forgot to update/recompile your graphics library. The apache error log will give you some hints.. Library to use for processing images
Uploaded images names must match regex
Uploaded images names cannot match regex
- Now, take a look at the bottom half of the Image Galleries admin panel, as shown in this graphic:
|
Remove images in the system gallery... | |
This is a link for removing images in the system gallery, which are "orphaned" and not used in Wiki pages, blogs or articles. A useful function for space-saving in the database.
- |
Gallery listing configuration | |
Here you can control the display of fields in the Gallery Listings.
- |
Image galleries comments settings | |
Here you can make settings regarding to comments.
- |
Shadowbox | |
New feature in introduced in TikiWiki 1.10
More documentation
Related Information
Useful Links
|