I have created a member with one membertype but want to change to another type. How do I do this? -- Peter Magnusson crippledcanary@... |...
Peter Magnusson
crippledcanary@...
May 2, 2005 6:25 am
304
Bad news - you can't. /n ... From: umbraco@yahoogroups.com [mailto:umbraco@yahoogroups.com] On Behalf Of Peter Magnusson Sent: Monday, May 02, 2005 8:25 AM To:...
Hi guys, I'm trying to make a site map, I was the utility on the download page and I took example from that but, maybe for a mistake I can't get it work. The...
... i forgot.... see it in use here: http://diefenbach.dk/sitemap.aspx Good luck - it generates a validates <ul><li></li></ul> list you can style the way you...
Oh thanks. It's different but similar to the one I was using. Unfortunately it doesn't work for me. You passed some parameter to the macro? How is the...
Hi I'm not passing anything to the macro... I'm setting up a macro with nothing but a reference to the shown xslt file... currentPage() is your friend. Use...
Ahh... I see, what you mean now... As far as I know it is not possible to iterate through sites at root level. You have to structure your page so it's all...
Yes, maybe it was my mistake. I thought that the "Content" (the one made by umbraco) node was the root of a site and then I placed all my pages under that...
Please someone can help me creating a macro with a pagination? For example as seen in newslist.xslt but without the maxRecords limitation and of course with a...
You can also just use the following xpath statement: $currentPage/ancestor-or-self::root/node So this would print the root nodes: <ul> <xsl:for-each...
I would use the xslt method position(), like this pseudo code <xsl:variable name="page" select="umbraco.library:Request('page')"/> <xsl:for-each select=""> ...
Thanks Neils, All works well. Just these little bits of knowledge on how umbraco links between XSLT between requests takes me a long way Cheers, Evan...
Ahahah, you are saying that we've found a solution (now it works) but there was one much simple :) Btw the folder structure of the site, placing it under a...
Hi. Niels or Kasper, is there a way to enable the dictionary without recompiling? I tried inserting some values that seemed right into the umbracoAppTree table...
Hello Toft - It's possible to enable the dictionary section of Umbraco (how did you know it was there ;)) The entrance in the appTree table should look...
Thanks a lot Kasper, it works like a charm. I accidentally wrote "dictionary" instead of "settings" in appTree so I almost got it right by myself :) Niels...
Hello It's up to you whether to use a "website" node on the first level or to use the "Content" node as website rootnode - in fact anyone of your nodes could...
Hey people, Trying to set up the project but getting this error when trying to edit some content Thanks, Nir. Object reference not set to an instance of an...
Hello Nir You need to copy the compiled "/editorControls/bin/umbraco.editorControls.dll" into the "umbRuntime/bin" folder - this will fix it - the dll is not...
Hi am trying to use the search utility posted on the umbraco site. I have followed the instrtuctions to install it but If I add the macro to the template and...
Hello This error is product by the .NET engine - and occurs because there is no "<form>" tag in your currrent template - this form must have postback to it...
Hi thanks for the help with my last message it did the trick, another issue I am having is when I run the debug: create Index button using the search utility I...
Hi Its running on server 2003, on iis 6.0, don't think there is anything else special on the server. I do know all of the sites we have (inluding the one we...
Thanks! works like a charm now. ... referenced ... to ... of ... umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject ... in ... TabPage ... ...
Hi guys, a couple of things about newsletters. First of all I think that there's a little bug in umbSubscribeUnsubscribe. It search for xslts in \xslt...
Hi All, I just finished an xslt macro to try out paging through nodes belonging to a specific parent node. It seems to work very well but being new to xslt I...