I needed to extend the popup with a new field where the editors could add a phone number. In EPiServer 7.5 this can be done by extending the EditorDescriptorRegistration [EditorDescriptorRegistration(TargetType = typeof ( string ), UIHint =...
I had a search page that worked locally but not on my test server. The strange thing was that the when I access this path locally I got the result http://host/IndexingService/IndexingService.svc/search/?q=(EPISERVER_SEARCH_DEFAULT%3a(test))+AND+((...
In EPiServer 7.5 there is support for selection DisplayOption for items in a ContentArea. The build in support will change the tag the item is rendered with. But if you want to render it with the default tag and just add some CSS to the item this ...
If you experience that you get an error when trying to copy or export/import a page tree the reason could be that you are missing some files in the VPP (7.0) or Appdata(7.5). What you then need is to find what files you are missing. I have made a...
The pattern I use for utilize the MVC framework and EPiServer blocks is based on inheritance and the use of tags. I have one Default block controller that handles all the blocks. If a BlockTypeA that inherits from BlockData with tag=”Col4” if will...