We have a CMS 7.1 site where the customer wants to keep using the 'old' Edit mode. We've used David Knipe's plugin to switch them into the 'old' edit mode and that works fine. However, if they do a search, when they click one of the results, they're back in 'new' Edit mode. Is there any way to make the search results point to the 'old' edit mode?
If youre using EPiServer Search I guess you could do a SearchDataSource.Select() (just create a new empty argument of the class the select wants) and then modify the pagelinks.
Hi,
We have a CMS 7.1 site where the customer wants to keep using the 'old' Edit mode. We've used David Knipe's plugin to switch them into the 'old' edit mode and that works fine. However, if they do a search, when they click one of the results, they're back in 'new' Edit mode. Is there any way to make the search results point to the 'old' edit mode?