Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Image Gallery Extension: Testers Needed


Go to End


417 Posts   117786 Views

Avatar
Junglefish

Community Member, 109 Posts

18 October 2010 at 9:36pm

Yep! That is precisely what I needed!

Many thanks,

jf/

Avatar
mewho

Community Member, 13 Posts

30 November 2010 at 12:38am

i love this module, but i have one problem. when i click on the link for the image gallery page in the sidebar, the image gallery loads, but the sidebar only shows the image galleries, not all the categories..here are screenshots to illustrate my point (note that everything is in hebrew, but you should be able to understand the problem...:

http://img602.imageshack.us/img602/411/screenshotay.png

http://img839.imageshack.us/img839/4085/screenshot1is.png

Avatar
UncleCheese

Forum Moderator, 4102 Posts

30 November 2010 at 3:38am

Why not just overload the template to show the albums in the sidebar instead of the galleries?

/themes/your_theme/templates/Includes/ImageGalleryPage_album.ss

<div id="my_sidebar">
<% control Albums %>
<a href="$Link">$FormattedCoverImage $AlbumName</a>
<% end_control %>
</div>

Avatar
mewho

Community Member, 13 Posts

1 December 2010 at 12:58am

this has no effect..i need it to work just as a regular categoy in the sidebar...

Avatar
UncleCheese

Forum Moderator, 4102 Posts

1 December 2010 at 3:39am

I guess I'm not sure what you mean.

Avatar
allanaa

Community Member, 10 Posts

25 February 2011 at 2:29am

I'm running the image gallery and it works great, but when I want to drag and drop reorder my pages I get an error saying "Error Saving Order" and then they revert back to the old location. Any suggestions?

Avatar
pivey

Community Member, 11 Posts

8 April 2011 at 5:34am

Would the gallery module be the right solution for me?
I need to have my users uploaded and add captions to image sliders, which are placed through different page & page types.
Actually, i do not need to generate gallery pages but rather use this module to have easy handling for users.

Could it be done? Or does something similar exist?
Or other approach?

Sorry.. i am quite new to SS

Avatar
bettsaj

Community Member, 46 Posts

17 July 2011 at 1:48am

Edited: 17/07/2011 1:49am

Just installed this module, and have 2 questions.

1. Is this module compatible with SS 2.4, or is it just SS 2.3??

2. i've installed this on SS 2.4, when I try to create a gallery page I get the following error message:

Fatal error: Class 'ImageUploadField' not found in /home/u30chri/public_html/image_gallery/code/ImageGalleryAlbum.php on line 27

Is this purely just because I have this installed on 2.4? Elsewhere on the forum I have posted an issue with the events calendar... could this also be a compatibility issue with 2.4?? I've assume (possibly wrongly) that it was compatible with SS 2.3 and above?

Andy