Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1063 - 1092 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1063
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...
cristoffercrusell
cristoffercr...
Offline Send Email
Nov 1, 2005
2:59 pm
1064
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...
markotrinity
Offline Send Email
Nov 1, 2005
4:10 pm
1065
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...
John West
johnpwest3
Offline Send Email
Nov 1, 2005
4:38 pm
1066
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...
markotrinity
Offline Send Email
Nov 1, 2005
4:47 pm
1067
I believe you are looking for: Sitecore.Configuration.Factory.GetDatabase( "master" ); Regards, -John...
John West
johnpwest3
Offline Send Email
Nov 1, 2005
4:49 pm
1068
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...
Matt Darnall
mdarnall10
Offline Send Email
Nov 1, 2005
6:52 pm
1069
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...
Derek Roberti
derekroberti
Offline Send Email
Nov 1, 2005
9:02 pm
1070
1. Create a class which inherits from Sitecore.Shell.Applications.ContentEditor.Multilist. 2. Register your assembly in the <controlSources> section of...
John West
johnpwest3
Offline Send Email
Nov 1, 2005
10:22 pm
1071
Or Sitecore.Context.ContentDatabase : it will return 'master' database because the 'shell' site has the "content = master" attribute in web.config. -- Alexey...
Alexey Rusakov
a_rusakov
Offline Send Email
Nov 2, 2005
9:39 am
1072
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...
John West
johnpwest3
Offline Send Email
Nov 2, 2005
4:25 pm
1073
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...
Shane Osborne
shane_osborn...
Offline Send Email
Nov 2, 2005
5:37 pm
1074
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...
naiduamit
Offline Send Email
Nov 2, 2005
8:10 pm
1075
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...
yzak001
Offline Send Email
Nov 2, 2005
8:10 pm
1076
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...
markotrinity
Offline Send Email
Nov 3, 2005
2:32 pm
1077
Thanks both for the help, problem solved :-) Regards, Mark....
markotrinity
Offline Send Email
Nov 3, 2005
2:33 pm
1078
Good morning Two questions for Sitecore 5 1) Is there anyway you can see/report on all items which are in edit mode and by who, this is for...
Shane Osborne
shane_osborn...
Offline Send Email
Nov 3, 2005
2:34 pm
1079
Hi Shane, You may want to use a webpart. I'll suggest this open source portlet on the developer network which can do most of it: ...
Lars Fløe Nielsen
ln_sitecore
Offline Send Email
Nov 3, 2005
3:37 pm
1080
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...
bredstrup25
Offline Send Email
Nov 3, 2005
3:37 pm
1081
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...
John West
johnpwest3
Offline Send Email
Nov 3, 2005
4:12 pm
1082
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...
markotrinity
Offline Send Email
Nov 3, 2005
4:31 pm
1083
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...
Shane Osborne
shane_osborn...
Offline Send Email
Nov 3, 2005
4:33 pm
1084
Please don't laugh at my code (actually I copied some from someone else), but this may at least point you in a direction. ... ...
John West
johnpwest3
Offline Send Email
Nov 3, 2005
6:08 pm
1085
Ooops, this logic was backwards. Who knows how many other bugs, don't trust my code. if ( sublayout != null ) { writer.Write( @"<font color=""blue"">" +...
John West
johnpwest3
Offline Send Email
Nov 3, 2005
6:21 pm
1086
I have created a VS.NET project in the root folder of Sitecore and below is a sample of the code: Dim dbMaster As Sitecore.Data.Database = ...
claytonkopp
Offline Send Email
Nov 3, 2005
7:01 pm
1087
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....
robertskidz
Offline Send Email
Nov 3, 2005
7:10 pm
1088
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...
John West
johnpwest3
Offline Send Email
Nov 3, 2005
10:09 pm
1089
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...
Klaus Petersen
alphaklp
Offline Send Email
Nov 3, 2005
10:17 pm
1090
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...
claytonkopp
Offline Send Email
Nov 4, 2005
6:45 am
1091
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...
martin_devos_from_des...
martin_devos...
Offline Send Email
Nov 4, 2005
2:39 pm
1092
In our production environemnt, we have separate servers for content entry and delivery. We have decoupled the publishing process on the entry server from...
Charles Cordova
charliecordova
Offline Send Email
Nov 4, 2005
2:40 pm
Messages 1063 - 1092 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help