November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Is this for an existing page or a new page? Do you get the same behavior on new pages you create? Does this occur for only a certain page type or for all?
Hi. This is for existing pages.
Adding new pages seems to work fine. Changes done on new pages seems to be showing in view-mode at an instance.
This is an Enterprise solution (CMS 5.1). One startpage (mySite1) have a pageproperty set to the news-node from another startepage (mySite2).
Adding news pages to mySite2 will result in showing new news at an instance for that startpage.
BUT, listing pages on mySite1 will NOT detect that a new pages is added in mySite2 - newspages.
Usually takes several hours before it shows.
Found it.
Added
<httpHandlers>
<add name="EventSubscriberHostModule" type="EPiServer.EventSubscriberHostModule, EPiServer" />
....
</httpHandlers>
Hi.
Im working on EPiServer 5.1.422.123 and im having a hard time with the PageChanged property.
I have a page created 20.01.2010. It is changed (Save n Publish) 29.01.2010.
In the version list it clearly says 29.01.2010.
When hovering over the page in the pagetree menu (left side in editview) the Changed: property says 20.01.2010.
Debuging the page, the page.Changed says 20.01.2010. Using page.property["PageChanged"] results in same date (20.01.2010).
Whyyy??
:)
//Arnt Grøstad