I need a way of adding some logic to the "save-button" in the Sitecore 4.3.x interface. I need to ask the editor if a new version is to be created or just...
Hi, I'm creating a new MultiList control for use in the Sitecore content editor, the data in which varies depending on the content item being edited. I'm...
In you inherit from Sitecore 5's Sitecore.Shell.Applications.ContentEditor.Multilist, you should have access to the GetItem method, which I believe provides a...
Hi John, Thanks for the reply. The GetItem method returns a reference to the content editor itself, rather than the item being edited within the content...
Hi, I am interested on finding some documentation on creating custom field types in sitecore 5. Namely, I would like to customize the multi-list control to be...
We want to clean up our production servers and remove any unnecessary files. Here's the files I think I can remove. Do any of these look important for a...
1. Create a class which inherits from Sitecore.Shell.Applications.ContentEditor.Multilist. 2. Register your assembly in the <controlSources> section of...
Or Sitecore.Context.ContentDatabase : it will return 'master' database because the 'shell' site has the "content = master" attribute in web.config. -- Alexey...
Hi Derek, While logically some of these directories don't seem to be required for runtime environments, Sitecore has not been tested without them and may not...
Good evening Has anyone had any luck installing the Active Users portlet available to download from sdn for Sitecore 5. I have installed the app but get the...
Hello, Is anyone using the ldap module for automatic logins? Are you able to obtain proper security settings for admin/developer access using LDAP? If anyone...
I have a sublayout that I don't think is being used anywhere, but I want to make sure (and if it IS being used, I need to know where). Is there an easy way to...
Hi, I'm trying to create a new Sitecore dialog, based on the existing about Dialog. I've created a new directory sitecore/shell/applications/dialogs, which...
Hi Mark, in fact, you can call a sheer application the same way with ShowModalDialog. Just provide the path to the logical location og the sheer application...
I contacted support about this - they think both symptoms result from the same issue. Automatic login settings only have an effect if Anonymous Access has been...
Hi Anders, Thanks for the reply, although I'm still unsure how to display my dialog. It's not an aspx, it's an XML. Here's a bit more detail about what I'm...
Good evening Due to being unlucky with the Active Users portlet is there any way to uninstall packages + portlets. I assume I can just find the original files...
Ooops, this logic was backwards. Who knows how many other bugs, don't trust my code. if ( sublayout != null ) { writer.Write( @"<font color=""blue"">" +...
Here is an email that I sent to support for the LDAP Mod for 5.1. I mention the auto login not working, but I have not tries to turn off the Anonymous Access....
Sitecore is unable to reproduce this problem. Is the application a standalone .aspx or is it a layout or sublayout bound to an item? In other words, is...
Hi one thing to check (I do not remember whether this causes a NullReferenceException but anyway): is the subfolder set as an "application" - i.e. with own...
Thank you for your responses, but I am still experiencing the problem. My little application is stand alone, and it does not encommpass any layouts or...
I know it is not a best practice, but i would like to change the value of some itemfields directly in de sql database. But when i do this, i don't see the...
In our production environemnt, we have separate servers for content entry and delivery. We have decoupled the publishing process on the entry server from...