I am trying to use this, but where in the Web.config file do I insert the code snippet? I get this error: *Configuration Error* *Description: *An error...
Nevermind :-) I found the solution. It has to be placed between the <system.web> </system.web> tags. ... [Non-text portions of this message have been removed]...
Hi. Is it possible to protect the e-mail adress used in a contact form? For now, the adress is available for spam bots in the source from the hidden sendTo...
Just add the code below in one of your stylesheet you load into your template. // RTK ________________________________ From: umbraco@yahoogroups.com...
Can anyone recommend a good (but cheap :-) hotel for Codegarden? Has anyone allready booked rooms? Maybe if we all book at the same hotel we can get a discount...
Now I tried to get this code below up running: Member m = Member.GetCurrentMember(); Property[] n = m.getProperties; n.GetValue(0); foreach(Property prt in n) ...
ah my mistake, you have to get the current members memberType to determine if he/she can edit the property so: umbraco.cms.businesslogic.member.MemberType mt =...
Has anybody resolved this issue its a deffinate bug even in 2.13 The styles selector cannot overwrite styles / remove styles in the Ritchtext editor. Another...
When I create a new page in the content section there is a dropdown box in the popup called "Choose Document Type" with one entry ("TextPage"). How can I add...
Hi Everyone. My name is Jim McArthur. I recently started a new company called Standards Rule, focusing on W3C standards based design and accessibility in the...
Thx a lot! I didn't realized that I can select more than one "Allowed child nodetypes"... ... then go to the ‘Structure’ tab and add the document types you...
... Yes this two. I have problem with my Polish translation, and I discover that only these two changes together are working properly. Kind regards Mateusz...
Hi guys... Does anybody of you know anything about the new beta ms cms server. Features ? Why shall we choose umbraco and not ms cms server ? Please help.. ...
Gert Have you found a free/low cost option from MS? Last time I looked it was $7000 per install - a lot more expensive than Umbraco's 3% of project cost ...
Now to be the devil's advocate... Unless your project budget is around $300K, then MS CMS would be cheaper (I didnt say better). And for those who think...
Where is the information about a user stored? I looked in the database and I couldn’t find out where the member data is stored. In my case I need to see what...
Hi am trying to use the foldoutmenu from http://rtk-cv.dk/1050.aspx I followed the readme but I get the following exception when I try to implement it. ...
<xsl:with-param name="parent" select="umbraco.library:GetXmlNodeById(1045)/ancestor-or-self::node [@level=1]"/> Did you change the 1045 to your the topnode id?...
Hey Check the table cmsMember - but, you really should not edit the database directly when umbraco provide such a fine API to manage the data ;) Daniel ... ...