Hi Richard, ... data ... Yes, Sitecore 4 only allows you to clear the whole web cache and not individual items. Sitecore 5, however, allows you to pinpoint...
I finally got this implemented. Thanks for the help John. There was only one error in your code. That is, you don't need to hash the new password. Sitecore...
There has been some discussions on how to clear the web cache. Sitecore 5 has a new feature that enables you to clear parts of the web cache rather than the...
Has anyone done any custom reporting from the StatCenter database, for instance showing summary statistics on a page on the published site? I have heard that...
Gee I wonder who suggested it?....... himmmm, Anyway it has a lot of built in features and you can add you own stuff to the database also give them a donation...
Ive just installed Mailing list 4.6 on SC 4.3.2.8 and Ive had to change the collation of the MailingList database in SQL Server from Latin1_General_BIN to...
Hi John, Those fixes worked perfectly .. thanks for the code ! One thing that people may want to note is that I had wanted this fix so that I could use it with...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sitecore group. File :...
sitecore@yahoogroups....
Jul 5, 2005 2:47 pm
605
This is the first draft of an XSL extension control providing an alternative to sc:image which supports arbitrary attributes such as onclick and makes it ...
You are welcome to do whatever you want with any code or notes I post here - a tutorial would be great. Here is Sitecore 4 code for a 404 page supporting ...
It does a whole database refresh. There isn't an incremental refresh. If you are using XML this takes longer than if you are using SQL Server. You can turn on...
Hi all, I'm getting the following XSLT error when trying to use a number of installed packages. (viewed by clicking on the exclaimation mark in the triangle) ...
You can send me comments directly at mailto:johnpwest3@.... I am not interested in criteria that would only differentiate search engines from eachother...
Lo all, From a web control in version 5 of Sitecore whats the quickest way (in anyones experience) to get the current item of the current page returned. Ive...
Hi Stephen If I understood you right, you are looking for Sitecore.Context.Item Best regards, Alexey Rusakov Stephen Pope wrote: Lo all, From a web control in...
Just to supply an answer in case someone else has the same problem... ... the DB was set up with a default collation of Latin1_General_BIN. So when I created...
Hello, I am trying to setup the messageboard module to demo it for a client. I followed the installation instruction to install it, but there are no ...
Is there an easy way to see a list of loaded extension objects? XsltArgumentList seems like the way to go but I'm unsure about where to start. Any pointers? ...
Just to give a solution to this. I, and others, have been stumped as to what the problem could have been. The fix: I moved the extention for FileExt to the top...
There is no limit to the number of XSL extensions which can be configured or used by a rendering, and the order in web.config should not have any impact. I ...
Are there any limit of any kind to how many files you can upload through the Media Library? We need Sitecore to handle all documents on our extranet, so we...
Take a look in your content tree, there should be some new nodes: Messageboard Modern New View Standard New View Select a layout for the messageboard node, the...
As a follow up, the problem seems to have been fixed by installing dtSearch. I didn't install it myself on the first server so I neglected to install it on the...
In short there is no known limit. In Sitecore 4 and the current release of Sitecore 5, media files are stored on the file system and served by IIS, and they...
On a suggestion from a post here I have been working on integrating NSurvey with sitecore. I'm not having any luck rendering the control from code. IWebItem...
Hi there, Another quick simple question that someone should be able to answer almost instantly :¬) When making renderings with xslt I use the <sc:dot> tag to...
I think (haven't tested) you might be looking for Sitecore.Web.UI.WebControls.ContentDot. ... almost instantly :¬) ... little green edit dots for preview...