Submitter
SUPPORT TOPIC File Information
- Submitted: Jun 01 2007 02:11 PM
- Last Updated: Jul 26 2007 10:01 AM
- File Size: 1.29K
- Views: 4010
- Downloads: 398
Previous Versions
Download EG_PicInfo.1.1 (final)
EG_PicInfo1.1 has been superseded by EtogalExtenderSuitV1. It creates the new table (separate to etogal), creates a form to automatically enter details and displays them beside the intended picture.
This snippet places the additional fields created and entered with the etogal_editfields snippet at the top of the page, above the ZOOMed picture in an etoGal gallery.
It can also be used to add the title and description ABOVE the Zoomed picture when browsing with one picture on a page.
It assumes that you have already installed and populated EtoGal.
To use...
Download the file, copy the text and paste in in as a new snippet. Save it as [[EG_PicInfo]].
You will then need to create an chunk that will display the data, those who have used etogal_editfields can use their existing template, those needing to display their title and desctiption, will need to save a new chunk with code similar to the following...
Save as chunk...{{EG_PicInfo}}
{title}<br />
{descr}<br />
End Chunk Code.
Once you have this, you can add the snippet to etogal in 1 of 2 ways.
1) Add [!EG_PicInfo!] to the top of the page (above etogal) in the galleries that you want the additional info to be displayed.
2) To add to ALL galleries at once, add this line to the etogal snippet...
(line 458 of version1.1beta3 )
$returnstring.=$etomite->runSnippet(EG_PicInfo);
Additional info: you can adjust the way the data is presented by setting the .singlePic{} class in your CSS.
See in action Here
This snippet places the additional fields created and entered with the etogal_editfields snippet at the top of the page, above the ZOOMed picture in an etoGal gallery.
It can also be used to add the title and description ABOVE the Zoomed picture when browsing with one picture on a page.
It assumes that you have already installed and populated EtoGal.
To use...
Download the file, copy the text and paste in in as a new snippet. Save it as [[EG_PicInfo]].
You will then need to create an chunk that will display the data, those who have used etogal_editfields can use their existing template, those needing to display their title and desctiption, will need to save a new chunk with code similar to the following...
Save as chunk...{{EG_PicInfo}}
{title}<br />
{descr}<br />
End Chunk Code.
Once you have this, you can add the snippet to etogal in 1 of 2 ways.
1) Add [!EG_PicInfo!] to the top of the page (above etogal) in the galleries that you want the additional info to be displayed.
2) To add to ALL galleries at once, add this line to the etogal snippet...
(line 458 of version1.1beta3 )
$returnstring.=$etomite->runSnippet(EG_PicInfo);
Additional info: you can adjust the way the data is presented by setting the .singlePic{} class in your CSS.
See in action Here
Other files you may be interested in ..
- 248 Total Files
- 19 Total Categories
- 50 Total Authors
- 131,658 Total Downloads
- TripTracker Gallery Latest File
- Dean Latest Submitter












