Difference between revisions of "Setting Up Photo Galleries"

(Additional photo options)
(Goal)
Line 1: Line 1:
==Goal==
+
==Overview==
Primary objective of this article is to explain how to enable, and configure photo galleries at your site. Please read it completely to understand all available options
+
  
===Accessing the configuration options===
+
The primary objective of this article is to explain how to enable and configure photo galleries on your site. Please read it completely to understand all of the available options.
Navigate to site backend, and from Components dropdown menu, select JomSocial->Configuration
+
  
[[File:jsconfigmenu.png]]
+
==Accessing the Configuration Options==
  
Locate the Photo Gallery settings and make sure that photo galleries are enabled (they are enabled by default)
+
Navigate to site Backend and from the '''Components''' dropdown menu, select JomSocial > Configuration.
  
[[File:Enablephotos.png ]]
+
[[File:jsconfigmenu.png]]<br/><br/>
  
===Other options explained===
+
Locate the Photo Gallery settings and make sure that photo galleries are enabled (they are enabled by default).
* '''Photo Creation Limit''' - Number of total photos user can upload, regardless on number of albums. This is global setting, not per album. Set to 0 to allow unlimited number of photos
+
* '''Photo Pagination Limit''' - Number of photos to be displayed in album before it gets paginated. Default value is 100 and can not be set to 0
+
* '''Show Photo Map''' - Choose wither to show photo map by default
+
* '''Show Photo Gallery Slider''' - Since JomSocial 2.4, photo album can show nice jQuery album scroller
+
* '''Maximum Upload Size''' - Define Maximum filesize of images your users can upload. Make sure that is not bigger then '''upload_max_filesize''' defined in your php.ini or your users will be misleaded that they can upload 10MB file for example, while this directive restrict it in php.ini to just 8MB
+
* '''Delete Original Photo''' - If you're running low on space at your server or you simply don't need to keep original photos uploaded, you can enable this option. It will also remove the '''download''' option in the single photo view because original photo will be deleted, and no download link will work.
+
* '''ImageMagick Path (optional)''' - JomSocial by default use GD2 for processing the images. If your server support ImageMagick, you can enter the absolute path to it here.This information however, must be obtained from the hosting provider. The advantages of using ImageMagick over GD2 is lower resource usage as well as supporting animated .gif images.
+
* '''Automatically set as album cover''' - If you want the first image uploaded in the album to automatically be set as album cover, enable this option.
+
* '''Rotate photos automatically''' - Enable this if you want photos to be rotated automatically. This can work only if photo contains proper orientation data
+
* '''Image Output Quality''' - select the quality of resized photos.
+
  
===Additional photo options===
+
[[File:Enablephotos.png ]]<br/><br/>
====In template settings====
+
Default JomSocial templates have option to show latest photos on frontpage to public or registered members as well as hiding it completely. <br />
+
Please navigate to Components->JomSocial->Templates and open the template that is currently in use at the site<br />
+
locate this option
+
* '''Show new photos''' - This option control the visibility of latest Photos box on frontpage
+
====In Layout Settings====
+
Navigate back to JomSocial Configuration and find the Frontpage options under layout Pane
+
* '''Frontpage Recent Photos''' - is an option which will determine how many recent photos will be shown in the Latest Photos box on frontpage.
+
  
=====Note on llatest Photos box=====
+
==Other Options Explained==
This area only show images from albums that are marked with '''Public''' privacy option.
+
  
====In Anti Spam settings====
+
'''Photo Creation Limit''' - Number of total photos a user can upload, regardless of the number of albums. This is a global setting, not per album. Set to 0 to allow an unlimited number of photos.
Under '''Anti Spam''' pane in jomSocial configuration, you can set how many photos users can upload daily. This is a global setting and applies to total number of uploaded photos. It is not ''per album'' setting.
+
'''Photo Pagination Limit''' - Number of photos to be displayed in an album before it gets paginated. Default value is 100 and cannot be set to 0.
 +
'''Show Photo Map''' - Choose whether to show photo map by default.
 +
'''Show Photo Gallery Slider''' - From JomSocial 2.4 forward, the Photo Album can show a nice jQuery album scroller.
 +
'''Maximum Upload Size''' - Define the maximum file size of the images your users can upload. Make sure that is not bigger than the '''upload_max_filesize''' defined in your php.ini or your users will be misled into believing they can upload a 10MB file, for example, when it is restrict to 8MB in the php.ini.
 +
'''Delete Original Photo''' - If you're running low on space on your server or you simply don't need to keep original copies of the photos uploaded, you can enable this option. It will also remove the '''download''' option in the single photo view because the original photo will be deleted and no download link will work.
 +
'''ImageMagick Path (optional)''' - JomSocial by default uses GD2 for processing the images. If your server supports ImageMagick, you can enter the absolute path to it here.This information, however, must be obtained from the hosting provider. The advantages of using ImageMagick over GD2 is lower resource usage as well as the ability to support animated .gif images.
 +
'''Automatically set as album cover''' - If you want the first image uploaded in the album to automatically be set as album cover, enable this option.
 +
'''Rotate photos automatically''' - Enable this if you want photos to be rotated automatically. This can work only if the photo contains proper orientation data.
 +
'''Image Output Quality''' - Select the quality of the resized photos.
 +
 
 +
==Additional Photo Options==
 +
 
 +
===Template Settings===
 +
 
 +
Default JomSocial templates have the option to show the latest photos on the Frontpage to public or registered members as well as hiding it completely.
 +
 
 +
Navigate to Components > JomSocial > Templates and open the template that is currently in use at the site.
 +
Locate the option '''Show new photos''' - This option controls the visibility of latest Photos box on the Frontpage.
 +
 
 +
===Layout Settings===
 +
 
 +
Navigate back to the JomSocial Configuration page and find the Frontpage options under Layout pane.
 +
'''Frontpage Recent Photos''' - This option determines how many recent photos will be shown in the '''Latest Photos''' box on Frontpage.
 +
 
 +
{{alert|<strong>Note:</strong> The Latest Photos box only shows images from albums that are marked with the '''Public''' privacy option.|alert-info}}
 +
 
 +
===Anti-Spam Settings===
 +
 
 +
Under the '''Anti Spam''' pane in JomSocial Configuration, you can set how many photos users can upload daily. This is a global setting and applies to total number of uploaded photos. It is not a "per album" setting.
  
 
===See Also===
 
===See Also===
* [[Creating Albums]]
+
[[Creating Albums]]
* [[Uploading Photos]]
+
[[Uploading Photos]]

Revision as of 10:12, 8 March 2013

Overview

The primary objective of this article is to explain how to enable and configure photo galleries on your site. Please read it completely to understand all of the available options.

Accessing the Configuration Options

Navigate to site Backend and from the Components dropdown menu, select JomSocial > Configuration.

Jsconfigmenu.png

Locate the Photo Gallery settings and make sure that photo galleries are enabled (they are enabled by default).

Enablephotos.png

Other Options Explained

Photo Creation Limit - Number of total photos a user can upload, regardless of the number of albums. This is a global setting, not per album. Set to 0 to allow an unlimited number of photos.
Photo Pagination Limit - Number of photos to be displayed in an album before it gets paginated. Default value is 100 and cannot be set to 0.
Show Photo Map - Choose whether to show photo map by default.
Show Photo Gallery Slider - From JomSocial 2.4 forward, the Photo Album can show a nice jQuery album scroller.
Maximum Upload Size - Define the maximum file size of the images your users can upload. Make sure that is not bigger than the upload_max_filesize defined in your php.ini or your users will be misled into believing they can upload a 10MB file, for example, when it is restrict to 8MB in the php.ini.
Delete Original Photo - If you're running low on space on your server or you simply don't need to keep original copies of the photos uploaded, you can enable this option. It will also remove the download option in the single photo view because the original photo will be deleted and no download link will work.
ImageMagick Path (optional) - JomSocial by default uses GD2 for processing the images. If your server supports ImageMagick, you can enter the absolute path to it here.This information, however, must be obtained from the hosting provider. The advantages of using ImageMagick over GD2 is lower resource usage as well as the ability to support animated .gif images.
Automatically set as album cover - If you want the first image uploaded in the album to automatically be set as album cover, enable this option.
Rotate photos automatically - Enable this if you want photos to be rotated automatically. This can work only if the photo contains proper orientation data.
Image Output Quality - Select the quality of the resized photos.

Additional Photo Options

Template Settings

Default JomSocial templates have the option to show the latest photos on the Frontpage to public or registered members as well as hiding it completely.

Navigate to Components > JomSocial > Templates and open the template that is currently in use at the site.
Locate the option Show new photos - This option controls the visibility of latest Photos box on the Frontpage.

Layout Settings

Navigate back to the JomSocial Configuration page and find the Frontpage options under Layout pane.
Frontpage Recent Photos - This option determines how many recent photos will be shown in the Latest Photos box on Frontpage.
Note: The Latest Photos box only shows images from albums that are marked with the Public privacy option.

Anti-Spam Settings

Under the Anti Spam pane in JomSocial Configuration, you can set how many photos users can upload daily. This is a global setting and applies to total number of uploaded photos. It is not a "per album" setting.

See Also

Creating Albums
Uploading Photos