File Upload in Folder View

6 posts by 3 authors in: Forums > CMS Builder
Last Post: April 27, 2023   (RSS)

By gkornbluth - December 12, 2022

Hi Phil,

I've been using RoyslSlider for managing my photo albums with CMSB.

https://codecanyon.net/item/royalslider-touchenabled-jquery-image-gallery/461126

Here's a recipe in the CMSB CookBook that describes the code necessary for that implementation.

http://www.thecmsbcookbook.com/recipedetail.php?535

Instead of putting the images in different folders, I created records in a multi record editor for each photo group and upload all the images for that group.

I display the groupsbased on the code in this recipe:

http://www.thecmsbcookbook.com/recipedetail.php?74

I suppose you could use one of the info fields to identify which group (year) an image belongs to and sort them that way, to eliminate re-uploading all the images

Hope that gives you some ideas,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By pacolvin - December 12, 2022

Jerry,

Thanks for the suggestion.  Based on what you shared, I may try the multi record editor and then use Bootstrap Accordions to group the years for the uploads.

Thanks!

Phil

By gkornbluth - December 12, 2022

Hi Phil,

Could you follow up with how you finally accomplish this?

Thanks,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

By pacolvin - December 12, 2022

Sure.  It may be a while as I have some other projects, but I'll post what I did and how.

Phil

By Codee - April 27, 2023

Hi Phil,

If I am understanding correctly (my favorite phrase before answering my spouse's questions), you could provide pre-determined searches and attach them to buttons/links on the html/php pages.  For example, I have a client that has a LOT of faq pages. These faqs do have different audiences and different categories. So a pre-determined search for faqs created for doctors (audience is #2) might have the url of

https://greatwebsite.com/faqs.php?audience=2

and clicking on the link/button brings up the faqs only relegated to that audience.  I hope that helps in some way. It saves my clients a lot of hassle and uses cmsb's built-in functionality without customized solutions.