Hi,
Id like to add a feature to my site where I have 5 custom selected Important cloned pages featured on the homepage or in the sidebar of other cloned pages. I know I could add a checkbox to the cloned page template and list the 5 latest pages that has that checkbox checked. But what will happen then is that all authors on the site will just check it each time to get their article featured in more places.
Therefore I was thinking if it is possible to have a separate template called Settings or whatever, where I could list all cloned pages and have a checkbox next to them. Then I could check the pages that I would like to feature.
cheesypoof once showed me a great technique where I could feed cloned pages into a dropdown of another template with a snippet file and using opt_values='somefile.html' dynamic='opt_values', but I can't really figure out how to do that in this instance, since I would need checkboxes.
A problem could be that I have a lot of cloned pages, so loading them all into a settings page might not be a very good idea. It could be slow, and hard to navigate. Another idea might be to use repeatable regions, again in a settings template, and feeding it ID's or page_names? But I'm not sure if it is possible to then display the page titles and images associated with these ID's then?
Any ideas would be appreciated, if it isn't possible with Couch then that is ok too. I can always do it the manual way be hardcoding it into the HTML files.
Id like to add a feature to my site where I have 5 custom selected Important cloned pages featured on the homepage or in the sidebar of other cloned pages. I know I could add a checkbox to the cloned page template and list the 5 latest pages that has that checkbox checked. But what will happen then is that all authors on the site will just check it each time to get their article featured in more places.
Therefore I was thinking if it is possible to have a separate template called Settings or whatever, where I could list all cloned pages and have a checkbox next to them. Then I could check the pages that I would like to feature.
cheesypoof once showed me a great technique where I could feed cloned pages into a dropdown of another template with a snippet file and using opt_values='somefile.html' dynamic='opt_values', but I can't really figure out how to do that in this instance, since I would need checkboxes.
A problem could be that I have a lot of cloned pages, so loading them all into a settings page might not be a very good idea. It could be slow, and hard to navigate. Another idea might be to use repeatable regions, again in a settings template, and feeding it ID's or page_names? But I'm not sure if it is possible to then display the page titles and images associated with these ID's then?
Any ideas would be appreciated, if it isn't possible with Couch then that is ok too. I can always do it the manual way be hardcoding it into the HTML files.