Προς το περιεχόμενο

Joomla Plugin "Easy eXtended Gallery"


Dangelo

Προτεινόμενες αναρτήσεις

Καλησπέρα Insomniacs....

 

βρήκα το παραπάνω plugin το οποίο και θέλω να χρησιμοποιήσω στην σελίδα μου.

Αυτό που θέλω να κάνω είναι να μπορώ να βάλω μια Photo Gallery σε ορισμένα post του site μου. Το παραπάνω λέει πως το κάνει αυτό. Το θέμα είναι πως δεν μπορώ να καταλάβω πως στα κομμάτια γίνεται....

Οι οδηγίες του λένε ταβ παρακάτω (μετα το install):

(Είναι αρκετά μεγάλο κείμενο οπότε κλικ στο Spoil...:P)

 

 

Version 1.5.0.3 - 2 october 2007 - Ogier Nicolas

 

�Easy eXtended Gallery is a mambot script for Joomla! 1.0.x that displays picture galleries on content item. It is intended to provide a very simple way to set up online photo albums: just put your pictures in a directory, call it in your article and enjoy !!!! That is what it's all about !

 

It is massively configurable though, and you can tune the layout just as much as you want to match your exact template's design : there is some textarea in the administration mambot where you can define your own css style. Several cool features are also included, while keeping in mind that the program aims to be as simple as possible. Thumbnail are automaticaly generated and cached on the server to reduce the server charge.

 

EXG generates compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and the GD2 image manipulation librarie.

 

EXG is free for use (distributed under the GPL license), very easy to set up and manage... It makes you just a few clicks away from getting your photo album on the web.

How to used EXG on your article ?

 

{gallery directory=directory_name&vars=values}

 

"Gallery" is the default call name, but you can used your own.

An another call method is

 

{gallery}directory_name&vars=values{/gallery}

 

Vars can be omit.

Variables list :

 

for boolean parameters you can used 0/1 or no/yes value.

&width :

thumbnails width in pixel, example : &width=100 for 100px

&height :

thumbnails heigh in pixel, example : &height=80 for 80px

&type :

thumbnail type : 0 normal, 1 shadow, 2 reflexion under thumbnail

&galheader :

show gallery header : title and page number. (0/no, 1/yes)

&galdesc :

show gallery description (0/no, 1/yes)

&description :

show the description text in popup window (0/no, 1/yes)

&caption :

show the caption thumbnail (0/no, 1/yes)

&background :

background color for thumbnail and the gallery background. value in hexadecimal, without the first #, like : &background=FFFFFF for #FFFFFF. Don't used color name (black...)

&cross :

cross thumbnail from the center to generate square thumbnails

&name :

gallery name. You must use "_" instead of normal spaces.

&widthgal :

gallery width, like &width=100%

&switch :

insert a breakpage if there is to much thumbnails on a page. (0/no, 1/yes)

&number :

define the thumbnails numbers to switch. (more than 3)

&debug :

enable the verbose mode. (0/no, 1/yes)

&one :

show only the first one thumbnail for each gallery. (0/no, 1/yes)

&motor or &script:

specify the number of AJAX script used to popup window.

0: lightbox and slimbox without any ajax call (if there are allready in the template for example)

1: lightbox (prototype.js)

2: slimbox (mootools)

3: greybox

4: thickbox (jquery)

5: popup new window

6: greybox, alternative call

7: smoothbox (mootools) a thickbox like.

Don't used incompatible AJAX script in gallery on the samepage.

Thumbnails captions and Pictures descriptions

 

An XML file can personnalize captions and pictures descriptions for each gallery. This file must be in the images directory, and must be called �EXG_descriptions.xml�.

 

<?xml version="1.0" encoding="iso-8859-1"?>

<jos_exg>

<titre>gallery name</titre>

<descriptiongal><![CDATA[ text to describle the gallery ]]></descriptiongal>

<image>

<fichier>filename.jpg</fichier>

<legende><![CDATA[ caption of the thumbnail]]></legende>

<description><![CDATA[ Picture description ]]></description>

</image>

</jos_exg>

<![CDATA[...]]> can be omit. You can't used HTML tag because the function parse all the text into HTMLentities

incoding text language (iso-8859-1 for french) is to define whith your language (like utf-8 for example).

You just have to repeat the <image></image> block for each picture.

If a picture, presents in the repertory, is not indicated in file XML then its filename will be used as caption.

More details

 

Vous trouverez toutes les options disponibles et les explications dans ce document au format PDF (151 ko). (you can find more technical features in this PDF, but only in french, i haven't got the time to translate it in english)

Licence :

 

This mambot is under General Public Licence, and Creative Common Licence share alike (no sell, no change the licence). If you modify it, inform me please, other people coulf need your improvements.

 

This work is licenced under a

 

 

Αν ξέρει κάτι κάποιος plz ας μου πει κάτι... επίσης όποια άλλη πρόταση για module - component για photo gallery δεκτη...

 

Ευχαριστώ....

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

το Easy eXtended Gallery είναι mambot

 

αφου το εγκαταστησεις , πηγαινε mambot-->site mambot

 

βρες το Easy eXtended Gallery και ενεργοποίησε το (publish)

 

 

 

μετά όπου θες να βάλεις τη gallery γράφεις

 

{gallery}directory_name&vars=values{/gallery}

 

directory_name = το όνομα του folder που έχει τις φωτογραφίες

vars= διαφορες ρυθμισεις

 

> for boolean parameters you can used 0/1 or no/yes value.
&width :
thumbnails width in pixel, example : &width=100 for 100px
&height :
thumbnails heigh in pixel, example : &height=80 for 80px
&type :
thumbnail type : 0 normal, 1 shadow, 2 reflexion under thumbnail
&galheader :
show gallery header : title and page number. (0/no, 1/yes)
&galdesc :
show gallery description (0/no, 1/yes)
&description :
show the description text in popup window (0/no, 1/yes)
&caption :
show the caption thumbnail (0/no, 1/yes)
&background :
background color for thumbnail and the gallery background. value in hexadecimal, without the first #, like : &background=FFFFFF for #FFFFFF. Don't used color name (black...)
&cross :
cross thumbnail from the center to generate square thumbnails
&name :
gallery name. You must use "_" instead of normal spaces.
&widthgal :
gallery width, like &width=100%
&switch :
insert a breakpage if there is to much thumbnails on a page. (0/no, 1/yes)
&number :
define the thumbnails numbers to switch. (more than 3)
&debug :
enable the verbose mode. (0/no, 1/yes)
&one : 
show only the first one thumbnail for each gallery. (0/no, 1/yes)
&motor or &script:
specify the number of AJAX script used to popup window.
0: lightbox and slimbox without any ajax call (if there are allready in the template for example)
1: lightbox (prototype.js)
2: slimbox (mootools)
3: greybox 
4: thickbox (jquery)
5: popup new window
6: greybox, alternative call
7: smoothbox (mootools) a thickbox like.

ο φάκελος λογικά πρέπει να είναι στο images/stories

 

πχ

εχεις το φακελο summer2007

 

images/stories/summer2007

 

θα γράψεις

{gallery}summer2007&width=100&height=80 :{/gallery}

 

 

πολύ καλό είναι το Simple Image Gallery (αυτό χρησιμοποιεί το insomnia)

περισσότερα gallery plugin εδώ

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...