John, Which search module/tool are they using for the two sites of FMC and Missouri? Thanks! Val Kolton ... From: John West [mailto:johnpwest3@...] Sent:...
I believe they are both using dtSearch. I think FMC must have some filtering logic on the results. ... __________________________________ Do you Yahoo!? The...
I wrote some code that validates record names (remove special characters, trim to a maximum length, ensure no duplicate record names within a parent) and...
We are using the GetItemTree webservice method to get a list of the items and their path's into a dynamic Flash navigation. However, we wanted to also get...
i am very interested in this. thank you. - Jon ... (remove special ... duplicate record names ... as needed, moving ... the record ... post this code, ... will...
This sounds great. We could implement this with the event handler for an event such as on publish. Val ... From: John West [mailto:johnpwest3@...] Sent:...
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....
Feb 3, 2005 4:01 pm
73
This is my first attempt at a client script to control the characters allowed in a record name and the maximum record name length. The script must be ...
Hi Val, Is this logic going to be in CMS pages or on the published site, and is it in .NET, ActionScript (or whatever flash uses), JavaScript or something...
That was my first idea too, but it turns out there is no pre-publish event (only post-publish), and moving at the point of publication could cause the approved...
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 : /events.zip ...
sitecore@yahoogroups....
Feb 3, 2005 7:40 pm
77
I merged this code with the code that handles renaming and it seems to work - just add the NewsArticle master to the news node and create news items there....
Here are the available web service methods: http://[servername]/sitecore/client/api/api.asmx If you want to try them out from the browser, you may have to do...
Flash uses Webservices to communicate with Sitecore. So the logic will be inside of the client-side Flash to process the XML that is returned from the...
I thought I'd post in case anybody has had the same problem, or can suggest a better solution. I needed a definitive check to see if a node had a given...
Well done, Andy. Thanks for sharing. ... It's because the first method uses the current context item and the Sitecore API (which navigates around using the...
I've been putting initialization handler calls at the beginning of my layout files. Near the top of each, I have a script block like... void Page_Load(object...
I just tried to use a page handler to solve this problem. I added the following to Web.Config... <handler mode="on" name="PageHandler" assembly="MyAssembly" ...
I have created a template to hold a Color (subnavColor). This has one text item (Color) which houses a hex value for a color. This is because the background...
It sounds like you are using the field type lookup instead of valuelookup, which I think is the correct approach. What gets stored for this field type is the...
It is clear I'm still not thinking in xpath/xml/xsl terms yet. Thank you for your help. That did the trick. (except I needed to add a ",." to the sc:item().)...
That's correct. Adding code to onload of the global.aspx will cause execution on every page execution. You can either add it to the source part in the file...
Enter your vote today! A new poll has been created for the sitecore group: Do you find the documentation on the Sitecore Developer Network to be worse, the...
sitecore@yahoogroups....
Feb 8, 2005 3:35 pm
90
I won't vote, since I'm not familiar enough with "documentation on equivalent vendors". However, I'd like to say (as charitably as possible), that Sitecore's ...
Thanks Andy. Please keep in mind that it's not really fair to compare Sitecore against resources like MSDN and the leading CMS vendor support sites as they...
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 : /NewsYear.xslt...
sitecore@yahoogroups....
Feb 8, 2005 6:03 pm
93
This is just a sample news year/archives rendering which assumes the /home/news/{year}/{month} structure as created by ItemManager posted previously. It...