[SOLVED] Integrating Swipebox with CMSMS Gallery
Posted: Fri Sep 13, 2013 11:43 pm
Cms Version: 1.11.7
Installed Modules:
CMSMailer: 5.2.1
CMSPrinting: 1.0.4
FileManager: 1.4.3
MenuManager: 1.8.5
FormBuilder: 0.7.3
ModuleManager: 1.5.5
News: 2.12.12
Search: 1.7.8
ThemeManager: 1.1.8
TinyMCE: 2.9.12
Gallery: 1.6.1
Bootstrap: 2.3.2
Hello,
I am trying to figure out how to integrate swipebox, http://brutaldesign.github.io/swipebox/ with Gallery. The goal is to allow the website admin to simply upload photos to the Gallery directory so they automatically display using swipebox as the feature for viewing the photos on pc and mobile devices.
I am also using bootstrap 2.3.2 with a fluid, responsive layout. Each row of photos in the Gallery is wrapped in I don't know how to code the logic in the gallery template to check for # of photo's and then to output a new div class="row-fluid"></div> for every 6 photos returned.
Please advise....
Thanks!
Installed Modules:
CMSMailer: 5.2.1
CMSPrinting: 1.0.4
FileManager: 1.4.3
MenuManager: 1.8.5
FormBuilder: 0.7.3
ModuleManager: 1.5.5
News: 2.12.12
Search: 1.7.8
ThemeManager: 1.1.8
TinyMCE: 2.9.12
Gallery: 1.6.1
Bootstrap: 2.3.2
Hello,
I am trying to figure out how to integrate swipebox, http://brutaldesign.github.io/swipebox/ with Gallery. The goal is to allow the website admin to simply upload photos to the Gallery directory so they automatically display using swipebox as the feature for viewing the photos on pc and mobile devices.
I am also using bootstrap 2.3.2 with a fluid, responsive layout. Each row of photos in the Gallery is wrapped in
Code: Select all
<div class="row-fluid"></div>
Please advise....
Thanks!