Sitecore maximum size for uploading files based on file type and UserRoles using UploadProcessor
Web.config your UploadRestriction item
Web.config your UploadRestriction item
Create a layout MobileLayout.aspx for your mobile site and paste the code in OnInit On your Desktop Layout use the following code: a helper class to detect Mobile Device Setup your new site in web.config
You have probably run into that your lookup field does not show over 100 items and the magic is in web.config and you can change to a higher value as desired!
Search Manager Class The Cardinality method The Indexer Class Name IndexConstants for Lucene index folder name in Date Folder
Load your js file right before calling the script To make your life easier wrap your code in an anonymous function and pass the jQuery variable in. This is probably more obvious if you’re writing some code others will use like a jQuery plugin, but could help save you down the line. Adding the anonymous … More How to resolve jQuery Conflict with Sitecore in Sitecore Page Editor Mode
List of Parameters: w: – Width h: – Height mw: – Max Width mh: – Max Height la: – Language vs: – Version db: – Database bc: – Background Color as: – Allow Stretch sc: – Scale (.44 = 44%)
Make sure to run ProcessPdf method when AddAllFields method is called TemplateId’s for both versioned and unversioned PDF’s since a PDF could be based on one of them. A helper class for getting rid of html tags inside the pdf content. We need to call QueryParser.Escape for Special Characters. The final method for parsing the … More How to index PDF content with Lucene AdvancedDatabaseCrawler in Sitecore
if you want to index properties of an item like ID, TemplateId etc. do the following: Add to you web.config C# code: Call this method during the indexing in AddCrawler method ItemProperty class abstract class for ItemProperty This class is already in the AdvancedDatabaseCrawler module but i just added for understaning.