Jump to:

10376 Posts in 2191 Topics by 1708 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: 66912 Views
  • UncleCheese
    Avatar
    4085 Posts

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

    I don't believe Thickbox allows you to put content by the navigation, but you could probably put something together using the example i gave you with a little bit of HTML in it.

  • sylinteri
    Avatar
    Community Member
    5 Posts

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

    i install Gallery 0.2.3, now I can get the thumbnails to work, but when I click on the thumbnails, no light box pops up, just a standard enlarge same frame i´d like remo shadow box it´s coll but the link is broken. Where i find this remo site link

  • UncleCheese
    Avatar
    4085 Posts

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

    That module is outdated. Use ImageGallery. More info in the DataObjectManager forum.

  • sylinteri
    Avatar
    Community Member
    5 Posts

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

    Thanks it,s work, my client dont want sub navigation in the gallery, how i do that
    www.sylinteri.fi/silver

  • UncleCheese
    Avatar
    4085 Posts

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

    Just remove the <% control Albums %> block in your mysite/templates/Layout/ImageGalleryPage_album.ss

  • sylinteri
    Avatar
    Community Member
    5 Posts

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

    Thanks but where is <% control Albums %>

  • UncleCheese
    Avatar
    4085 Posts

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

    It's in the template I referred to, ImageGalleryPage_album.ss.

    Copy image_gallery/templates/Layout/ImageGalleryPage_album.ss to mysite/templates/Layout/ImageGalleryPage_album.ss, and edit the one in mysite. Remove:

    line 9
       <% if Albums %>
          <div id="Sidebar" class="typography">
             <div class="sidebarBox">
                <h3>$Title</h3>
                <ul id="Menu2">
                <% control Albums %>
                   <li class="$LinkingMode"><a class="$LinkingMode" href="$Link" title="$AlbumName">$AlbumName</a></li>
                <% end_control %>
                </ul>
                <div class="clear"></div>
             </div>
             <div class="sidebarBottom"></div>
          </div>
       <div id="Content">
       <% end_if %>

    and   line 84

    <% if Albums %>
          </div>
       <% end_if %>

  • sylinteri
    Avatar
    Community Member
    5 Posts

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

    Thanks mate but it s wont work ,sub gallery katso kuvia i t still in there what i have to do now.

    66912 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.