Stumped - page layout
3 posts by 2 authors in: Forums > CMS Builder
Last Post: December 10, 2009 (RSS)
Hi,
I'm trying to duplicate the layout of this page: http://www.spicermn.com/campgrounds.htm
But my test page is not working: http://www.spicermn.com/test.php
I can't find my error.[unsure] Any suggestions to what I am doing wrong to get the info to flow into the table format?
Thanks!
Jamie
I'm trying to duplicate the layout of this page: http://www.spicermn.com/campgrounds.htm
But my test page is not working: http://www.spicermn.com/test.php
I can't find my error.[unsure] Any suggestions to what I am doing wrong to get the info to flow into the table format?
Thanks!
Jamie
Re: [silber262] Stumped - page layout
By ross - December 8, 2009
Hi Jamie
Thanks for posting!
I am going to assume that you want to replace the 3 boxes in the middle of your actual page with a list of content from CMS Builder.
When I am trying to duplicate a existing page with a CMS Builder page, I like to start by taking the whole thing:
http://www.spicermn.com/campgrounds.htm
and saving it as:
http://www.spicermn.com/campgrounds.php
Then, I'll find the part where those boxes start and remove 2 of them so I just have the first one. You can then put your foreach loop around just that one box so it gets repeated for each of your record. This should give you a list of the same boxes.
All you need to do is pop in the rest of your variables in the right places and that's about it.
Does all that make sense? Let me know what you think. If you like, I can break this down into some more steps so we can walk through the whole thing together.
Thanks!
Thanks for posting!
I am going to assume that you want to replace the 3 boxes in the middle of your actual page with a list of content from CMS Builder.
When I am trying to duplicate a existing page with a CMS Builder page, I like to start by taking the whole thing:
http://www.spicermn.com/campgrounds.htm
and saving it as:
http://www.spicermn.com/campgrounds.php
Then, I'll find the part where those boxes start and remove 2 of them so I just have the first one. You can then put your foreach loop around just that one box so it gets repeated for each of your record. This should give you a list of the same boxes.
All you need to do is pop in the rest of your variables in the right places and that's about it.
Does all that make sense? Let me know what you think. If you like, I can break this down into some more steps so we can walk through the whole thing together.
Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com
Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com
Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/
Re: [ross] Stumped - page layout
Thank you!
I realized I did not have the beginning part of the loop in the right place. Now it works.
Yes!
I realized I did not have the beginning part of the loop in the right place. Now it works.
Yes!