Ron Mahon
|
| Posted: 08/19/2002, 7:43 AM |
|
Code Charge Studio Question
I have a project that will have hundreds of pages in each of 10 sections!
I would like to do each section as a sub web so I could have separate header and footers and styles for each section. As well as separate authors and permissions.
What would you advise as the best way to accomplish that?
The development environment is Win XP Pro IIS 5
Production will be Linux apache
Thanks
Ron
|
|
|
 |
Nicole
|
| Posted: 08/20/2002, 4:02 AM |
|
Ron,
I suggest you to located each section into separate form. It lets you assign different design Theme to each section and show/hide them depending on the access permissions.
As for header and footer, you can add some custom html code that surrounds each form and will look as footer and header for the section.
|
|
|
 |
Ron Mahon
|
| Posted: 08/20/2002, 8:46 AM |
|
Sound good! But I’m not shore what that means.
What I did do was created a new project and copied it to the source directory of the main project. If worked but I lost the new style along with permissions etc.
So what do you mean by creating a new form and how do I do it?
Thanks
Ron.
|
|
|
 |
Nicole
|
| Posted: 08/21/2002, 2:19 AM |
|
Ron,
I do not know what do you mean by "section", but I suggest you create lets say CCS Record form with no connection selected, all operations (insert, update, delete) disabled and without any buttons. Put your "section" inside table cell on the form.
The advantages of this approach are:
- you can copy the form from page to page;
- you can show/hide the form (and thus show/hide your "section")
|
|
|
 |
|