Hi Amit! No, templates can not be inherited in 4.3. I agreee it would be a nice feature and I'm hoping for that feature in v5! /Dennis Interfolio ... Från:...
I have had no problems upgrading from 4.3.2.8 to 4.3.2.10. All I needed to do was to copy the /bin/ and /sitecore/ folders into my existing project, and make a...
Does anyone have any docs / examples of how to inherit a template in v5 ? I'm curious to try it out :¬) Stephen _____ From: sitecore@yahoogroups.com...
Templates can inherit from one other template in Sitecore 5 (which may in turn inherit from another template), but you should think of templates as inheriting...
Just select a different template as the base... piece of cake...you will inherit fields etc from the base regards Klaus ________________________________ From:...
How can I activate the context menu for a certain sublayout, rendering in browser. Right now it is disabled. I have a grid showing Sitecore-items and want to...
Hi Nate First of all, please clarify what kind of data provider you use. Common data providers do not actually store items in master database - they only...
Does anybody know how to add custom buttons to the Html editor in SiteCore 5. I have tried opening the Core database, selecting system in the content editor...
I received the following explanations from support regarding these issues. ... In IIS MMC, navigate to the /sitecore/admin folder, open properties, select the...
I am not sure I am totally following the requirements, but I would probably avoid the Masters solution unless you are absolutely sure of the requirements in...
Hi Is it possible in Sitecore 4.3.2.1 to make a url that looks like this http://www.mysite.com/news/ instead of http://www.mysite.dk/news.aspx ? Ive havent...
Add Debug to the Sitecore Menu In Sitecore 5, the fastest way to access the debugger appears to be through Layout Manager. It is possible to add a shortcut to...
This comes up a lot. The easiest way may be to put logic in the 404 page that checks if a corresponding Sitecore item/alias exists and redirects to it. This ...
I'm planning to use Sitecore and I'm concerned if it'll work with my current setup. I use Urchin for reporting. Urchin is a Google product that we use to track...
Hi Deanna, I haven't tried to use Urchin, but from the description and demo on their web site, it shouldn't really pose a problem to use Urchin with Sitecore. ...
I wish... (From Umbraco 2.1 feature list) "Relations. We're introducing the possibility to relate pages, media and members with different types. This gives you...
We're using Urchin on our site (www.roundedcube.com <http://www.roundedcube.com/> ) and it's using Sitecore 4. We haven't had any problems with it. Thanks, ...
Is there any potential reason it would not work when hosting multiple domains (sites/DNS entries) under the same document root (hosting multiple Sitecore sites...
Urchin uses an IIS site's log files. Since there's only one set of log files for the Sitecore-enabled sites, Urchin can only be pointed to those log files....
We have a requirement that dtSearch return results from specific nodes. For example, we have nodes for Careers, Industries, Companies and Articles. The user...
When publishing pdf-documents via media library, and linking from a page, I would like the documents publishing date to follow the page where the link are. The...
Hi Derek, First you must add a meta tag to your .aspx pages in order to group them. For example: <meta name="scSection" content="Careers" /> Then you add the...
Thanks John! Seems like rendering security is perfect for this scenario. It even opens for meta security assignments on what "channels" a given author can...
I'm having issue with the V4 to V5 upgrade script. When it gets to the media library it bombs out saying value can not be null (my experience so far with this...
A very helpful response! I'll give it a try. Thanks, Derek ... From: sitecore@yahoogroups.com [mailto:sitecore@yahoogroups.com]On Behalf Of Brian Pedersen ...
Is there a Sitecore best practices for paging Sitecore data? Has anyone done this? If I have 50 records/items, and I want only 20 to be displayed per page,...
It could depend on whether you are iterating over items in Sitecore or a resultset such as from search. If you didn't use query string parameters, how would ...
What is the best way to have multiple occurences of a certain datafield in a template ? e.g. If have a "Product" template and i want to add images to each ...