|
RS2 Gallery installed, but no component in backend by SRD
[June 15, 2013, 10:48:26 AM] you must provide a description by kasix [May 24, 2013, 11:48:59 PM] Fatal error: by mailtobala04 [May 17, 2013, 04:36:20 PM] Backend Items (Images) don't work by bauchinj [May 15, 2013, 04:18:55 PM] Permissions issue: a user can upload images in other user galleries by guidocx84 [May 11, 2013, 05:17:44 PM] Payment after loggin by mirjam [May 11, 2013, 03:02:56 PM] image titles without dashes by mirjam [May 11, 2013, 02:57:48 PM] Batch Upload Fails by mirjam [May 11, 2013, 02:52:08 PM] |
A small FAQ that will grow with questions that we find in the forums. From the release after 2.1.1 onward, a help document will be available again through the Control Panel of RSgallery2. (It is already implemented in SVN 985 for Nightly Build users.)
and some questions about how to use RSG2:
Questions on RSGallery2 v3.x on Joomla 1.6+: Can I migrate my images from RSGallery2 2.x on Joomla 1.5.x to RSGallery2 3 on Joomla 1.6? How do I upgrade RSG2? To upgrade:
What are the system requirements? You need Joomla 1.5.x, PHP 5, all the Joomla! requirements and one of three graphics libraries: GD2, ImageMagick or Netpbm.
Yes RSG2 works with Joomfish. Here you can find the Content Element files (see Notes on the zip file for the versions used).
I can't upload large images or zip files. PHP has a number of settings that limit file uploads. You will need to ask your hosting provider to change these settings in the file php.ini. If you are hosting your own site, please read the PHP manual on Handling File Uploads and Common Pitfalls. The following are suggested minimums: max_execution_time: 300 The last three should be higher than the largest zip file you want to upload.
My batch uploads are incomplete. See previous question. Increase max_execution_time until it works. The slower your server or the larger the file, the higher this number will need to be. You can also set it to 0 which is infinity. However if you have a PHP script with a looping bug anywhere on your server, the web server process will need to be manually killed.
Error: GD2 doesn't support reading image type jpeg The PHP version you are using does not have GD2 support. You need to ask your hosting provider to enable GD2. If they don't offer GD2 they should offer a different graphics library like ImageMagick or Netpbm. You can switch to one of these in the RSG2 configuration. If you are hosting your own site and using linux, recompile PHP with GD2 support. If you are using windows, add this line to php.ini: extension=php_gd2.dll If you have problems enabling GD2, google for help or install ImageMagic or Netpbm.
How do I translate RSG2 to my language? We have a forum dedicated to this topic. How do I get to the RSGallery2 control panel? Go to the backend of your Joomla! installation and select Components -> RSGallery2.
How do I set my configuration?
What does Batch upload mean?
How do I create a gallery?
How do I upload single images?
How do I batch upload images? Zip-file: Look at the red message below the browse field. It says something about the upload limit. Make sure that when you pack your files in a zip-file, the file does not exceed this size. Now we are at step 2 of the Batch upload process. RSGallery2 has uploaded the zip-file, unpacked it and is now displaying the images. You can delete images by checking the appropriate boxes, if you decide you don't want to upload that certain image. You can also enter description and titles (if you do not enter a title, the name of the file will be used as the title, minus the extension) and in which category the images have to go (if you selected this in the previous step). FTP: Upload the files to a certain ftp location on your server (location within the FTP base path mentioned). Go back to the RSGallery2 control panel and select the radiobutton next to 'FTP-path'. Enter the FTP-path in the field next to this, don't forget starting and trailing slash. After that, select in which Gallery you want the picture to end up in the drop down menu next to Specify Gallery, or select 'No, specify gallery per image in step 2'. Either way, press Next in the toolbar. RSGallery2 will start to upload the images. This can take a while. Now we are at step 2 of the Batch upload process. RSGallery2 is now displaying the images. You can delete images from, if you decide you don't want to upload that certain image, change titles (if you do not enter any, the name of the file will be used as the title, minus the extension) and in which category the images have to go (if you selected this in the previous step). There are images missing, what can I do?
The slideshow isn't working, what can I do?
Why is my zipfile filesize limited?
How do I delete/ edit/ move images? Deleting images: Select an image by checking the box in front of it and click Delete in the Toolbar. Multiple images can be checked. Editing images: The image title and filename form a link: click the image that you want to edit. Here you can change the name and discription of the image as well as which gallery it belongs to, its order and if the image is published or not. Click save when you want to keep your changes or Cancel to disregard them. Moving images: Select an image by checking the box in front of it and select the gallery you want to move the image to in the dropdown menu next to "Copy/Move", that says Select Gallery. Now click the button Move To.. Where can I find more information on user rights/ACL? (applies only to RSGallery2 v3.x on Joomla 1.6+) Back to top |