Hi! What would be the smoothest way to replace characters inserted by editors to their correct html aliases? & -> & (This one is allready performed...
Kalle Wibeck
kalle@...
Jul 1, 2005 7:28 am
890
Hi everyone, What's the best way to have 2 or more websites and just one umbraco installation? Should I have one database per website? How should I structure...
George F. Justo
george.justo@...
Jul 1, 2005 9:46 am
891
Kasper -> didn't you some great stuff on your server to make something like this work? /n _____ From: umbraco@yahoogroups.com [mailto:umbraco@yahoogroups.com]...
I've not looked into it but what about what Neils has done with umbraco ActionHandlers? It seems to be a workflow issue, so when an editor publishes their...
Jep - that's one way of doing it, just make sure that you hook onto the save/edit action and not the publish action (because then the content has already been...
Niels and Evan! Thanks for your replies! Niels, that looks easy enough even for ; ) Of course your not forced to replace all these characters, but some devices...
Kalle Wibeck
kalle@...
Jul 1, 2005 10:27 am
895
Hi folks, has anyone come op with a clever way of form validation in Umbraco 2.0? One of my clients needs to create various forms with some mandatory form...
This is caused by the DEPRECATED appendix on the macro properties. You can solve this by either remove these DEPRECATED texts in the cmsMacroPropertyType table...
Hi all, For a while i've been searching for a CMS build on ASP.NET (boss wants microsoft products) We have been working with dotnetnuke for a long time. But...
I'll try to answer some of your questions... ... That should be fixed in 2.1 that is to be released in august... ... They changed the way they do that - the...
And for question number 5: http://www.umbraco.org/assets/umbInputOutput.html // ; ) Kalle Jonas skrev: Hi all, For a while i've been searching for a CMS build...
Kalle Wibeck
kalle@...
Jul 4, 2005 8:11 am
900
Use user controls. Create an .ascx page and place it in usercontrols/ then simply load the page through a macro. Simple as pie. Then you have the full ASP.NET...
Hi Torgny, thanks for your reply, but that's not quite what I'm looking for. The content managers need to be able to create a form by inserting form fields in...
Hi, I'm testing umbraco 2.1 and I need a little help to configure 2 or more sites in umbraco. The option "Assign Domain" on the right click of a node in the ...
This is weird... I created a page and gave it a suitable URL-friendly name the menu link says "thename.aspx". When I clicks it I get my 404 page not found...
Kalle Wibeck
kalle@...
Jul 5, 2005 3:41 pm
904
Hello gang, For some reason I cannot open the Umbraco 2.1 solution file, probably because it's a 2003 solution file, and we only have 2002 Enterprise Architect...
I've downloaded the 2.1 ver (updated to rev 36 I think) It works really nice on localhost and i'm very excited using this software. I uploaded the files to a...
Yes, this is an error with a webservice that's tidy'ing the html from the editor. Until it's fixed you get edit the /umbraco/viewHtml.aspx file and ...
... Responding to my own post. How quaint. In either event, I have gotten Umbraco to compile "properly" to my knowledge, but I get a bunch of errors when in...
As a start, check if the following dll's is present in the /presentation/bin folder - in these files the default editor controls (like upload, richtext editor...
Hi all. xslt-question: how do I print the name of a section in the path? Member - type1 - weblog - entries - type2 - weblog - entries - type3 - weblog -...
Hi, I've created a site using umbraco, but am having problems getting it to work on my hosting environment. I'm wondering if it's because the root folder of my...
... /presentation/bin ... richtext ... shown when ... I added these as references to presentation, and it works. ... I did not need to remove these elements,...
Did you run the sql update script for the database in the /presentation/umbraco/sql folder? If yes, then try this: "Update cmsMacro set macroCacheByPage = 1,...
... I tried running it, but forgot to mention that I got errors: Server: Msg 111, Level 15, State 1, Line 8 'ALTER VIEW' must be the first statement in a query...
Did you specify the comment tab when inserting the macro? It needs to know on which tabs to get the data from. ... Not before august, I'm going on vacation...