Jump to:

10394 Posts in 2203 Topics by 1714 members

All other Modules

SilverStripe Forums » All other Modules » Image Gallery Extension: Testers Needed

Discuss all other Modules here.

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Go to End
Author Topic: 67144 Views
  • churika
    Avatar
    Community Member
    29 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    OK I've got all the new versions installed, still no images showing up?

    What exactly do I need to put in my .ss Template to make this stuff show up?

    I still have the same wierd button images under my Photos and Albums tabs in the CMS.

  • churika
    Avatar
    Community Member
    29 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    OK I fixed it.

    $Layout was missing...told ya I didn't understand what I needed to do!

  • churika
    Avatar
    Community Member
    29 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    Uncle Cheese,

    Anyway you could help me fix these button images ?

    (See Attached Photo)

    I think it's something wrong with my DataObjectManager install (r374) because in my events_calendar I get this error under feeds and adding an annoucement.
    <% sprintf(_t('DataObjectManager.NOITEMSFOUND','No %s found'),ICS Feeds) %>

    Attached Files
  • UncleCheese
    Avatar
    4085 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    That's been a lingering bug for months. I can't figure it out. I'm open to any suggestions.

  • churika
    Avatar
    Community Member
    29 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    OK, as long as it's not just me. I thought it was something I was doing wrong.

  • churika
    Avatar
    Community Member
    29 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    I don't seem to be getting any of the styling from /image_gallery/css/ImageGallery.css did I forget to put something in my custom template again?

  • warwick
    Avatar
    Community Member
    13 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    Would I be correct in thinking the Image Gallery has not yet been updated for SS 2.4?

    Currently using the latest version image_gallery-r375 (I have also tested r352) none of the light boxes work and in either IE or firefox.... in IE I get a "jquery is undefined" error

    It appears that is is caused by the moving of the location of Jquery????

  • kuenkuen82
    Avatar
    Community Member
    41 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    warwick, did you find a solution? it could be a conflict with prototype.js try adding

    Requirements::block("jsparty/prototype.js");

    in init() function

    <% control Albums %>
          <% control ImageGalleryPage %>
             <% control GalleryItems(3) %>
                $GalleryItem
             <% end_control %>
          <% end_control %>
    <% end_control %>

    For each album I want to get the first 3 images, the above code only shows the first 3 for the first album. How do I correct this?

    67144 Views
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.