norashlea
-
4/18/2006 1:35:53 AM
Editable Region Data Incorrect
Hi,
I've encountered a strange problem of the wrong data (content) recorded in an editable region being displayed on the site, but not within CMSDesk.
This is asp.net 2.0, C#, CMSDesk ver. 8c.
I have one Master file, with two templates: default.aspx (the Home page) content.aspx
Both these templates have 3 editable regions: ID="CMSEditableRegion1", RegionTitle="PageContent" ID="CMSEditagleRegion2", RegionTitle="Left Nav Content" ID="CMSEditableRegion3", RegionTitle="Page Banner"
Then I have a 3rd template, sitemap.aspx, using the same Master file, but with only 2 of the above editable regions: ID="CMSEditableRegion2", RegionTitle="Left Nav Content" ID="CMSEditableRegion3", RegionTitle="Page Banner"
On the sitemap.aspx, the area that was used on the other two for "CMSEditableRegion2" contains "CMSSiteMap1".
In CMSDesk, I have entered content into the editable regions on sitemap.aspx, and when viewing the published site within CMSDesk everything displays correctly. BUT, when I view the site outside of CMSDesk, the content that was recorded for the Home page is displayed on the two editable regions on the Site Map!!! I've checked the data that is recorded in the CONTENT_MenuItem table for the page, and it is correct. (btw -- the site map area displays correctly)
I am very confused!!! What would cause this? And how do I get the page to display the correct content?
Thanks, Sharon.
|