Take the community feedback survey now.
Take the community feedback survey now.
EPiServer's PageTree class has a function called CreateItemRecursive and this is where you can add your logic to include or exclude elements from the tree. In my example I added two properties to mye ExtendedPageTree control which takes in a comma...
I have a list of images where I've attached a FancyBox lightbox so the users can click and get a larger preview. My FancyBox were working fine in FireFox, but when I tried it in IE8, it only worked for the first element on the page. After reading...
The problem in question was that the search result displayed in full screen, instead of inside the IFrame, as supposed. The solution was as simple as adding the following line (bold below) in the results part of the code:
This issue can be fixed with a few simple steps. To get all your site urls to display in lower case do the following: 1. Add the following in your Global.asax.cs: void UrlSegment_CreatedUrlSegment(object sender, EPiServer.Web.UrlSegmentEventArgs e...
Why not just use HTTPS for the entire site, you might ask? The reason for this is that they use Google Maps and the Google Maps Premium Subscription was not an option due to the high cost for this service. To solve this I wrote a HttpModule that...