Can CMSB generate all my pages dynamically?
7 posts by 3 authors in: Forums > CMS Builder
Last Post: September 18, 2009 (RSS)
I have a site I am working on where EVERY page (only 25 or so) are based off of the exact same template. Before I go and make 25 pages and link them up etc. Is there anyway to tell CMSB to use this template and just spill in the content from the different section editors?
If so, how would I handle the coding the navigation?
Thanks
Lenny
Lenny
Hey Monkey! Design
graphic design • web development • blog
--
lenny@heymonkeydesign.com
919•279•3301
--
web: www.heymonkeydesign.com
twitter: @heymonkeydesign
Re: [lterenzi] Can CMSB generate all my pages dynamically?
The simple answer is yes, but the devil is always in the details.
It would be helpful if you could supply some more of those details and let us know exactly what you're trying to accomplish.
Best,
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] Can CMSB generate all my pages dynamically?
Thanks!
Lenny
Hey Monkey! Design
graphic design • web development • blog
--
lenny@heymonkeydesign.com
919•279•3301
--
web: www.heymonkeydesign.com
twitter: @heymonkeydesign
Re: [lterenzi] Can CMSB generate all my pages dynamically?
You could easily create a multi-record editor in CMSB, create a record for each brochure page and then link to each page. Then, your client would be able to add brochure pages, automatically (or manually) hide pages them from the site based on various criteria (date, check box, etc) and visitors to the site could perform many search functions fairly easily.
Best,
Jerry
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] Can CMSB generate all my pages dynamically?
Lenny
Hey Monkey! Design
graphic design • web development • blog
--
lenny@heymonkeydesign.com
919•279•3301
--
web: www.heymonkeydesign.com
twitter: @heymonkeydesign
Re: [lterenzi] Can CMSB generate all my pages dynamically?
Jerry
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] Can CMSB generate all my pages dynamically?
By Chris - September 18, 2009 - edited: September 19, 2009
My viewer files end up being nice and concise:
<?php
// INSERT STEP 1 CODE
?>
<?php include "header.inc"; ?>
<!-- INSERT STEP 2 CODE -->
<?php include "footer.inc"; ?>
That said, if it makes sense for you to use one section, don't make things more complicated than they need to be! :)
Chris