Hey Friends! What’s up? How’s your Sitecore? Got chance to work on Sitecore 7+? If you have started exploring Sitecore 7+ then you may have observed newly added “Search” tab when you select any item from content tree. It is really nice feature in update! Scenario: If you got chance to select “Media Library” then you …
Are you struggling to add custom application option in Sitecore Menu? If you are using Sitecore 6.6 and not able to add application option in Sitecore menu then please visit Jeremy Davis’s blog– he has explained the solution very well! But If you are using Sitecore 7+ then this post will help you. In Sitecore 6.6, …
1) How to allow some characters in your Sitecore instance like parentheses? For example – you want to allow parantheses in Sitecore item name. How can you achieve that? Solution: <setting name=”ItemNameValidation” value=”^*((d{1,})){0,1}$”/> <setting name=”ItemNameValidation” value=”^*((d{1,})){0,1}$” /> 2) Are you not able to see Sitecore folder or item is in Content Editor tree? But you are …
This is very simple post but sometimes makes you think how to achieve it. So thought to blog it which may help Sitecore newbies. If you are looking for increasing Sitecore field height in order to increase visiblity area, then this post will help you for the same. We will see Sitecore Multiline field example to …
Howdy my Sitecore mates! In your day to day work you may have felt sometimes that – it would be really helpful if you can get few frequently required Sitecore information at one place. The Sitecore information such as: Total number of Sites in your Sitecore instance Total number of Sublayouts in your Sitecore instance along …