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.

Customising the CMS /

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

Solution for an inline Image-Gallery


Go to End


1003 Views

Avatar
karl_

Community Member, 1 Post

9 September 2013 at 9:07pm

Edited: 09/09/2013 9:10pm

Using Silverstripe 3.x

I want to show an inline Gallery in a Page like this:

### content ###
#img1 img2 img3#
### content ###

The Images should be uploaded via the cms and the gallery could be everywhere in my content.

I discouvered that i could do it with Shortcodes and render a page with

SSViewer('xx.ss')

but after some time I figured out that this page has lost reference to the uploaded images.

Any idea how to do this or workaround the SSViewer redirect?