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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5209 - 5238 of 6106   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5209
Hi mwcourtenay I guess you have used the sample I posted here. So the Feri.Web.IntranetMenu is the codebehind where the data of the menu is loaded. Without...
hoehler_feri
Offline Send Email
Jun 1, 2006
7:14 am
5210
How would you design a system where you could login and create items. The items you create is visible to others and only editable by yourself. If I were to use...
Jesper Ordrup
jesperordrup
Offline Send Email
Jun 1, 2006
10:52 am
5211
Great, thanks for the feedback. That was the issue exactly....I had 'members' instead of 'member'. I hate when I don't see and try the simple solutions....
Jason Jevack
jjevack
Offline Send Email
Jun 1, 2006
10:58 am
5212
Jesper, Can you tell me how you had problems with caching of umbraco and the ca menu? I purchased the entire CA package and I'm working on putting it to use ...
Gary Bronson
Gary_Bronson
Offline Send Email
Jun 1, 2006
11:17 am
5213
A disclaimer.....I'm new to asp.net/c# and umbraco. Here is something I've learned....when you deploy an ascx file, it is not 'just' an include inside it's...
jjevack
Offline Send Email
Jun 1, 2006
12:06 pm
5214
Gary, I have made a ascx where I put in the menu control. Then I programmed in the Page_Load event the code which fills the Menu. The Content I got via...
Höhler, Thomas
hoehler_feri
Offline Send Email
Jun 1, 2006
12:19 pm
5215
Hi Jason Thanks for the tip. I think were are thinking of the same problem but i dont know how to solve it. Im also quite new to asp.net/c# and i dont know how...
schmidtgenie
Offline Send Email
Jun 1, 2006
12:41 pm
5216
Does umbraco work with ssl/https? Has anyone tried this or has some experiences? Thomas...
hoehler_feri
Offline Send Email
Jun 1, 2006
12:50 pm
5217
Thomas, Here is what I am doing in the usercontrol that uses the CA Menu:. private void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack)...
Gary Bronson
Gary_Bronson
Offline Send Email
Jun 1, 2006
12:58 pm
5218
Gary it is not the same but in this case you generate the xml on the fly for each request. Same as we did, but we have made this by code. eg: newMenuItem = New...
hoehler_feri
Offline Send Email
Jun 1, 2006
1:41 pm
5219
This wrox forum discussion outlines the problem and has a working solution to solve the asp.net and form action problem (had the same problem some years ago...
pph_at_netmedia
Offline Send Email
Jun 1, 2006
3:17 pm
5220
How can I extend the sitemap.xslt to show my root element?...
tobeymobey
Offline Send Email
Jun 1, 2006
3:58 pm
5221
Thomas, Yes, I am using the Web.UI 2006.1 package. I think creating the XML during a publish routine will be better than creating it on the fly. Was this easy...
Gary Bronson
Gary_Bronson
Offline Send Email
Jun 1, 2006
4:16 pm
5222
I would really like to have more than 2 levels deep on the dropdown menus. can someone help?...
mwcourtenay
Offline Send Email
Jun 1, 2006
5:49 pm
5223
I just wanted to address this issue to all who use Umbraco in a virtual folder. This has to be a problem that affects someone out there. GaryB...
Gary_Bronson
Offline Send Email
Jun 1, 2006
5:51 pm
5224
something like this I think, havent checked it... $currentPage/ancestor-or-self::root/node instead of $currentPage/ancestor-or-self::node [@level = '1'] ... --...
Ronnie Hegelund
ronnie.hegelund
Offline Send Email
Jun 1, 2006
5:56 pm
5225
Gary, yes it is really easy. I will post the complete code tomorrow morning (i have the code in the company). Thomas ... where and ... Behalf Of ... ...
hoehler_feri
Offline Send Email
Jun 1, 2006
7:07 pm
5226
Thomas, Thank you, I would greatly appreciate it. GaryB ________________________________ From: umbraco@yahoogroups.com [mailto:umbraco@yahoogroups.com] On...
Gary Bronson
Gary_Bronson
Offline Send Email
Jun 1, 2006
7:13 pm
5227
Here is a link to an often cited article from ms regarding using user controls: ...
jjevack
Offline Send Email
Jun 1, 2006
7:15 pm
5228
I have a tree menu here: www.rtk-cv.dk <http://www.rtk-cv.dk/> can you use that? // RTK ________________________________ From: umbraco@yahoogroups.com...
Rune Thougaard Kriste...
runethougaard
Offline Send Email
Jun 1, 2006
7:17 pm
5229
Hi Rune, Thanks but I was looking for for a way to use the webwizard dropdown menus or a 3rd party dropdown menu... ... you use that? ... Behalf Of mwcourtenay...
mwcourtenay
Offline Send Email
Jun 1, 2006
8:11 pm
5230
Ok, more specifically - Creating a "MEDIA" link in the editor leaves out the virtual directory name. Everything else is ok. Even adding images to the media...
Gary_Bronson
Offline Send Email
Jun 1, 2006
11:53 pm
5231
I can't seem to find a useful purpose for Find: in Umbraco. You know, it's the textbox at the top of the Umbraco admin interface. Whenever i type something in...
Gary_Bronson
Offline Send Email
Jun 2, 2006
1:08 am
5232
Hey It's should return nodes from the content tree as you type.. It's so you could quickly look up a node without browsing a huge contenttree to find whatever...
Daniel Bjørnbakk
dan_bjo
Offline Send Email
Jun 2, 2006
1:24 am
5233
ok, here the code (soory it's in vb) 1. create a class with the following code: Imports System.Xml Public Class GenerateWebsiteMenuHandler Implements...
hoehler_feri
Offline Send Email
Jun 2, 2006
5:57 am
5234
Can't get textGen to render. It works fine inside umbraco but not on the home page. It looks like it´s searcing in the wrong folder. There are also no text on...
afterlife_greenlight
afterlife_gr...
Offline Send Email
Jun 2, 2006
6:31 am
5235
I think that there are two straight foreward solutions: 1) Use xslt to render the html form for the paymentsite and add the following at the top: <xsl:text...
Lars Buur
larsbuur
Offline Send Email
Jun 2, 2006
8:18 am
5236
In option 2 you should be aware that the data needs to be posted using the webrequest. This is explained here ->...
Lars Buur
larsbuur
Offline Send Email
Jun 2, 2006
8:30 am
5237
I am a little bit stuck on my xslt, i wanna create a list of links to documents (word files from a media directory). I have this simple xslt: <?xml...
sjors pals
mediarec2004
Offline Send Email
Jun 2, 2006
10:06 am
5238
Hi All, I was wondering if there was an Umbraco API or if someone has written a usercontrol or anything that would allow the bulk import of media into the...
Gary_Bronson
Offline Send Email
Jun 2, 2006
11:09 am
Messages 5209 - 5238 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