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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 303 - 332 of 6106   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
303
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@...
Send Email
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:...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
May 2, 2005
6:44 am
305
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...
sbgibzon
Offline Send Email
May 2, 2005
8:29 am
306
Hi I use this XSLT file for generating sitemaps... ... <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" ...
Andreas Mailand
mailandandreas
Offline Send Email
May 2, 2005
9:03 am
307
... 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...
Andreas Mailand
mailandandreas
Offline Send Email
May 2, 2005
9:05 am
308
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...
sbgibzon
Offline Send Email
May 2, 2005
9:28 am
309
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...
Andreas Mailand
mailandandreas
Offline Send Email
May 2, 2005
9:35 am
310
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...
Andreas Mailand
mailandandreas
Offline Send Email
May 2, 2005
9:43 am
311
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...
sbgibzon
Offline Send Email
May 2, 2005
10:05 am
312
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...
Roldano
roldybit
Offline Send Email
May 2, 2005
10:12 am
313
That is correct - that is how you should build your page. When doing that I recommend you modify Web.config this way: <add...
Andreas Mailand
mailandandreas
Offline Send Email
May 2, 2005
10:13 am
314
Hey guys It is possible to get all "toplevel" nodes out with xslt - take a look at the structure in "umbraco.xml" file <xsl:value-of...
Kasper Bumbech Andersen
kasperbumbech
Offline Send Email
May 2, 2005
10:20 am
315
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...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
May 2, 2005
10:44 am
316
I would use the xslt method position(), like this pseudo code <xsl:variable name="page" select="umbraco.library:Request('page')"/> <xsl:for-each select=""> ...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
May 2, 2005
10:48 am
317
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...
Evan Hegyi
evanhegyi
Offline Send Email
May 2, 2005
11:34 am
318
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...
sbgibzon
Offline Send Email
May 2, 2005
11:35 am
319
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...
Toft Stade
toftstade
Offline Send Email
May 2, 2005
3:08 pm
320
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...
Kasper Bumbech Andersen
kasperbumbech
Offline Send Email
May 2, 2005
3:28 pm
321
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...
Toft Stade
toftstade
Offline Send Email
May 2, 2005
3:44 pm
322
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...
Kasper Bumbech Andersen
kasperbumbech
Offline Send Email
May 2, 2005
4:05 pm
323
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...
erlichmylo
Offline Send Email
May 2, 2005
6:31 pm
324
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...
Kasper Bumbech Andersen
kasperbumbech
Offline Send Email
May 2, 2005
6:56 pm
325
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...
smileduded2005
Offline Send Email
May 2, 2005
11:26 pm
326
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...
Kasper Bumbech Andersen
kasperbumbech
Offline Send Email
May 3, 2005
1:45 am
327
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...
smileduded2005
Offline Send Email
May 3, 2005
2:37 am
328
Hi Damain! Damn, a nasty bug which I haven't encountered. What are your server os specs (windows 2000 / 2003 server), etc. Best, Niels... ... From:...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
May 3, 2005
4:23 am
329
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...
smileduded2005
Offline Send Email
May 3, 2005
4:39 am
330
Thanks! works like a charm now. ... referenced ... to ... of ... umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject ... in ... TabPage ... ...
erlichmylo
Offline Send Email
May 3, 2005
7:56 am
331
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...
sbgibzon
Offline Send Email
May 3, 2005
12:49 pm
332
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...
evanhegyi
Offline Send Email
May 3, 2005
1:05 pm
Messages 303 - 332 of 6106   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