Web Gallery integration Print E-mail
(23 votes)

Core Design Web Gallery plugin offers to you the integration with your favorite Gallery extensions (components, plugins). Allowed integrations:

Joomla! 1.5Joomla! 2.5

  • cdwebgallery, by default.
    Plugin default integration.
  • directory
    Loads all images from specified directory.
    Available for Membership Full users.
  • remote
    Loads images from external page (without thubnails creation).
    Available for Membership Full users.
Joomla! 1.5

Phoca Gallery

Plugin marks example:

{webgallery integration="phocagallery"}CATEGORY_ID{/webgallery}

By CATEGORY_ID I mean your Phoca category ID. Need more categories? Just separate the CATEGORY_ID option by comma. Example:
{webgallery integration="phocagallery"}8,12,23{/webgallery}

 

Notes:

  • The some settings are based on Phoca Gallery settings:
    - titles (description)
    - width
    - height
    - thumbnail format (quality)
    - watermark.
  • The following themes don't work:
    - "single"

Directory

Plugin marks example:

{webgallery integration="directory"}PATH_TO_THE_IMAGE_DIRECTORY{/webgallery}

PATH_TO_THE_IMAGE_DIRECTORY = relative path from Joomla! root directory without trailing slashes at start (end). Example:
{webgallery integration="directory"}images/stories/gallery{/webgallery}

 

Notes:

  • The following settings are not allowed:
    - titles (descriptions)
  • The following themes don't work:
    - "single"

 

JoomGallery

Plugin marks example:

{webgallery integration="joomgallery"}CATEGORY_ID{/webgallery}

By CATEGORY_ID I mean your Phoca category ID. Need more categories? Just separate the CATEGORY_ID option by comma. Example:
{webgallery integration="joomgallery"}8{/webgallery}

Notes:

  • The some settings are based on JoomGallery settings:
    - titles (description)
    - width
    - height
    - thumbnail format (quality)
    - watermark.
  • The following themes don't work:
    - "single"

 

Remote

Plugin marks example:

{webgallery integration="remote"}YOUR IMAGES{/webgallery}

By "YOUR IMAGES" we mean the ordinary HTML code to display the images (read How to setup? article).