Christoph Posted September 24, 2014 Posted September 24, 2014 Hi there, I need some help with creating galleries. I have a really simple Blog running on PW, using just 3 fields: title, bodycopy and images. The client wants to write some small posts and add some images. All of the content is put together in the bodycopy field that uses the CKEditor. All is good so far, but if the clients wants to add a gallery, for example 4 thumbnails in a row, and I have no idea how to accomplish that. I know it'd be easy to create a gallery from all images within the images field, but then to client looses control over where to put this gallery (before the text, after the text, or in between). She could manually put in all the single thumbs of the images, but that's really inconvenient. So, basically, I need some tipps on how to embed a gallery between some chunks of text that are managed with on CKEditor field.
adrian Posted September 24, 2014 Posted September 24, 2014 http://modules.processwire.com/modules/process-hanna-code/ will let you create the gallery using your own php code and the client can simply type: [[imagegallery]] Alternatively, check out PageTableExtended: https://processwire.com/talk/topic/7459-module-pagetableextended/ 2
kongondo Posted September 24, 2014 Posted September 24, 2014 And here's an excellent Hanna Code snippet by Diogo that lets you choose which images in a page to display https://processwire.com/talk/topic/1182-module-image-tags/?p=40015 2
pwired Posted September 24, 2014 Posted September 24, 2014 If you want to add a picture slider I can recommend bxslider. It is easy to use in processwire. Bxslider is responsive and has all the parameters to fine tune it to your wish. http://bxslider.com/examples
Christoph Posted September 24, 2014 Author Posted September 24, 2014 Thanks a lot for your quick replys, guys! Will check this out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now