My Sitecore Buddies, how is your Sitecore Journey going on? Ready for today’s journey? Let’s begin! If you are developer then FF must be your favorite browser. But if you are NOT able to select user/role under Access Viewer in Sitecore, then this post will help you to fix it. Scenario: 1) Click Select User in …
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 …