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...
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...
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....
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 ...
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...
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...
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...
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 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...
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...
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...
something like this I think, havent checked it... $currentPage/ancestor-or-self::root/node instead of $currentPage/ancestor-or-self::node [@level = '1'] ... --...
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 ... ...
Thomas, Thank you, I would greatly appreciate it. GaryB ________________________________ From: umbraco@yahoogroups.com [mailto:umbraco@yahoogroups.com] On...
I have a tree menu here: www.rtk-cv.dk <http://www.rtk-cv.dk/> can you use that? // RTK ________________________________ From: umbraco@yahoogroups.com...
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...
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...
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...
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...
ok, here the code (soory it's in vb) 1. create a class with the following code: Imports System.Xml Public Class GenerateWebsiteMenuHandler Implements...
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...
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...
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...