Quote from: islander at Jul 14, 2010, 09:08 AM
I am using the following on a page:
[!easy2?gid=`3`!]
[!easy2?gid=`4`!]
[!easy2?gid=`5`!]
[!easy2?gid=`6`!]
[!easy2?gid=`7`!]
[!easy2?gid=`8`!]
[!easy2?gid=`9`!]
[!easy2?gid=`10`!]
[!easy2?gid=`11`!]
To display the title and contents of several sub-folders.
- I dont know if there would be a better way to call this, simular to showonly=`images`, but would give a layout similar to the above?
There is
showonly=`folders`, but i believe it is not what you’re up to.
I think your calls will do the trick.
Quote from: islander at Jul 14, 2010, 09:08 AM
- I would like the folder description to show below the title, but I cant figure out what the call is to add to which template?
1. Snippet call: &gal_desc=`1`
2. Re-arrange template: gallery.htm
Move this part to some where else.
<div class="e2gdir" [+easy2:desc_class+]>
<div class="e2gtitle">[+easy2:title+]</div>
<div class="e2gdesc">[+easy2:cat_description+]</div>
</div>
Quote from: islander at Jul 14, 2010, 09:08 AM
Or have image summaries display somewhere (in Alt tag or next to title when image is displayed)? (I think I am just missing what the call is to add to the templates?) Edit: Looking at the templates, I see the call, but I dont think that they are working?
- For the galleries using Jquery/Prototype/Mootools, we need to add the call to the script via our base template? or is E2G supposed to be calling these into the header?
The last 2 answers rely on the gallery’s library’s config (glib), not on the template.
Check the includes/configs/libs.config.easy2gallery.php of the last revision (246), see how i’ve done it for
floatbox:
, 'glibact' => 'class="floatbox" data-fb-options="doSlideshow:false group:'.$show_group.' type:img caption:#description_'.$fid.'"'
the
caption takes the id=’description’ from the thumbnail.htm
<div id="description_[+easy2:id+]" style="display: none;">
<span style="color: gray;">[+easy2:description+]</span>
</div>
So you can change how your chosen javascript slideshow able to do the same (please refer to their sites), perhaps by different way.
Just change the file, or make a new array selection.