What I'm trying to do is create a generic xslt render that can accept a parameter from sitecore. With the value of the parameter, I'll use it to dynamically...
Like most websites, we have a feature on our website called contact us. After the user fills out the form, we want the website to send the email out. We did...
Doesn't look like anyone replied to this. I would recommend using what is built into .Net. You can create a sublayout for the form and send emails using the...
Out of the box, the MailingList module (v5.1.0.1.6, running on SC v5.1.1.18) is misbehaving for me in a most unusual way... Installation of the package went...
Addendum: the version number for the MailingList Module is really 5.0.0.16... my file seems to have been mislabeled... Addendum 2: I found a newer version of...
I didn't confirm but I believe this does what you want: http://sdn5.sitecore.net/Articles/XML%20Sheer%20UI/Publish%20Queue% 20Viewer.aspx A prebuilt solution...
I tried installing the MailingList module on Sitecore v 5.1.1.18 and I am not having any problems at all. The button to create a new list should appear like...
Hi all, I'm installing Forums on a 5.1.1.18 install of Sitecore. I have gone through the install instructions and am now receiving an ... Exception Details:...
As a slight follow-up, I've made a clean install of SC 5.1.1.18 and installed the forums module again and the problem still exists. Reading through posts on...
Hello all, I'm working on a migration from Sitecore 4 to 5.2.6. and I have problems to "insert" the customized HTML editor, we build for the old version. The...
I am trying to programmatically change the sortorder of an item during the item:saved event. Dim someItem as SiteCore.Data.Items.Item Dim sortOrderField as...
I have created a few new sections in a template and would like to set read access on the so only selected roles can view them in the masters and context...
Hi, We have a multi-site installation of v.4.3.2.13 and a user has requested friendlier URLS. (Instead of www.abc.org/help/request%20contact.aspx they want ...
No luck yet and we're all out of ideas. I've just sent you my Web.Config file. Am I right in thinking it's dd at sc.net? Adrian ... web.config ... they are ......
I've had this problem in the past where uploaded images would not appear in the Media Library on 4.3. They are on the file system but SC doesn't see them. The...
Do the logs show anything? ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Did you uncheck the "inherit" checkbox for those sections you wish to secure differently fromt he rest of the template? ________________________________ From:...
Putting SiteCore by the side for a second, I have a XSLT question. I have this menu control that relies on a xslt sheet to transform XML. (all the menu data is...
Are you performing the transformation in .Net? If so You would probably want to use an xsl:param instead of an xsl:variable and in the .Net code pass in the...
Hi Mike, If you were using Sitecore you could use a .NET extension to return the requested URL; without Sitecore I think you would need to pass the URL as a...
Question... this is probably very simple, but for the life of me, I can't seem to figure out why I'm getting a type conversion error here. Dim objField As...
Hey Scott, Which version of Sitecore are you using? -Dominic ________________________________ From: sitecore@yahoogroups.com [mailto:sitecore@yahoogroups.com]...
Additional information...forgot to mention that I did try explicitly converting the sitecore.data.fields.field to a sitecore.data.fields.multilistfield......
Can anyone clarify the following discrepency? Code found at : http://sdn5.sitecore.net/Articles/API/Fields/Checklist%20and% 20Multilist.aspx The comment...