List page with separate introduction
2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 27, 2009 (RSS)
By reubs - July 27, 2009
Hi,
Just want to see if this is at all possible. The homepage of a website I am building has a introduction on one side of the page and then several news stories on the other. Here is this page is standard html - http://www.carbon-gold.com/index.html
I want to know if it is possible to have both the introduction and the news stories as editable regions within CMS. Do I set the page up as a list page and how do I get the intro text to be one item and then the news stories as another? I'm new to CMS Builder so any help would be gratefully received.
Just want to see if this is at all possible. The homepage of a website I am building has a introduction on one side of the page and then several news stories on the other. Here is this page is standard html - http://www.carbon-gold.com/index.html
I want to know if it is possible to have both the introduction and the news stories as editable regions within CMS. Do I set the page up as a list page and how do I get the intro text to be one item and then the news stories as another? I'm new to CMS Builder so any help would be gratefully received.
Re: [reubs] List page with separate introduction
By Dave - July 27, 2009
Hi reubs,
Yes, it's possible.
Basically you just insert the code for two list viewers on one page and the viewer code that displays the introduction can be hard coded to always load the same record from the same section. Something like:
'tableName' => 'introductions',
'where' => 'num = 1',
Hope that helps!
Yes, it's possible.
Basically you just insert the code for two list viewers on one page and the viewer code that displays the introduction can be hard coded to always load the same record from the same section. Something like:
'tableName' => 'introductions',
'where' => 'num = 1',
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com