Umbraco is an open source .NET based content management system. It is released under the MIT license and powers a number of high profile sites, most notably Microsoft's own www.asp.net website.
0
votes
1answer
3 views
Umbraco unPublished content reappears
Umbraco 4.9.x
Unpublish content via Umbraco admin.
Visit nodes on front-end of website.
404 page displayed as expected.
However after a while, the pages reppear on the website.
Log back in to ...
0
votes
1answer
7 views
umbraco template error: “Content controls have to be top-level controls in a content page or a nested master page that references a master page.”
I've come across an issue which I can't seem to explain. I've setup a master and 2 child templates in Umbraco and I get the following error:
Content controls have to be top-level controls in a ...
0
votes
0answers
7 views
How to get allowed templates using razor code for a document type in umbraco?
I am trying to setup a framework for A/B Testing on Umbraco. In order to write the script that rotates the templates evenly for a given document type, I will need to know what the allowed templates ...
0
votes
0answers
11 views
Image thumbnail auto-generation for existing images
I want to auto-generate image thumbnail for all images in Meda tab. I set a width value (e.g. 200) for the Upload data type. However, this only applies to image added after the new setting. Existing ...
0
votes
0answers
7 views
getMedia returns empty string in umbraco
i am making a website in umbraco. In this i am rendering image using umbraco.library.getMedia method. Here i am facing a very strange behaviour of umbraco. Sometimes images get rendered and some times ...
0
votes
1answer
19 views
How do I install Runway Module on Umbraco?
How do I install Umbraco Runway? I can't find the official runway module when I search at our Umbraco I can only find other people's projects based on Runway. I need a module to create a side menu how ...
0
votes
1answer
13 views
Umbraco add dashboard with code
Ok, with some help I found the code to add a new application / section without modifying the config manually. Add an assmebly with this class in the /bin folder and the section is automatically added ...
1
vote
1answer
38 views
Umbraco - Using .net macro in editor with binding controls
I'm trying to use a .NET User Control Macro in Umbraco 6.0.6 editor, but using a formview control I can't get access to controls inside it on page_load event.
Ex:
ASCX:
<%@ Control Language="VB" ...
0
votes
1answer
11 views
Umbraco get llist of pages created by user
Is possible to get pages which were created by user in umbraco cms. For example my username is admin, and I want to get list all of pages which were created by me using c# code (page name and page ...
0
votes
0answers
9 views
Get value from dropdownlist
I have a Contour form (Contour version 1.1.12) with a dropdownlist.
I would like to take some action depending on the selected value. So far i have the below code
[Field(FormPages.Registration, ...
1
vote
1answer
143 views
How to add a custom css stylesheet to Umbraco Admin
Wondering if anyone knows how to add a custom css stylesheet to the admin backend section, without altering the original masterpages/umbraco.aspx.
I have a custom section implemented, so it has it's ...
3
votes
3answers
2k views
Calling node.NiceUrl gives me # in Umbraco
Doing a project in Umbraco, and i've encountered problems in one case that when calling node.NiceUrl I get # as the result. What is weird though is that if i debug it somehow it resolves into the ...
1
vote
1answer
152 views
Umbraco URLs disappeared
I have about 50 pages in my Umbraco site and for some reason all of the URLs went from being based on the site structure to either just # or just the id of the page, like /1083
What would have caused ...
0
votes
1answer
15 views
How to embed external page using usercontrols to dashboard umbraco
I am new to Umbraco.
Is there any ways to embed a webpage (external for example: www.google.com.sg) in Umbraco admin page where I have created an custom section under site admin page using ...
0
votes
1answer
15 views
Umbraco - Have same page in Multiple Menus
I have a website in Umbraco with multiple menus. Some of the pages are in both menus. What is the best way to create a menu with XSLT (or something else) that can allow then client to easily put ...
4
votes
4answers
2k views
custom application_start code for umbraco website
I read that for umbraco to run my code on application startup I need to inherit from umbraco.Global and override Application_Start. I've done that with the following simple code which resides in it's ...
0
votes
2answers
11 views
uCommerce Secure Ticket Transaction with Loggin
I'm working on a webshop in which it should be possible to subscribe to a service for a monthly 20$ fee in return.
I've made a script in a c# usercontrol which will be called monthly by umbraco ...
0
votes
2answers
22 views
Umbraco 4 Document Type not showing on page
I am a newbie with Umbraco so please excuse if I am missing something obvious. I have trawled the internet, but I can't find a solution to my problem.
I am mainly using the Umbraco.TV videos to guide ...
0
votes
2answers
19 views
umbraco my site pages can navigate on any other page, how to stop this?
i have website developed by Umbraco. It's working good except one thing.
Suppose i have the following pages under the parent node content :
login - register - about-us
if i type in the browser ...
3
votes
2answers
533 views
Umbraco 5 implementing Ajax by adding new MVC Area
I am trying to implement AJax on Umbraco 5(jupiter), i have tried to create Surface controllers, which works great with normal post back but it do not provide the facility to use Mvc Ajax Controls i-e ...
0
votes
1answer
78 views
umbraco mvc surface controller, can't return view from HttpPost Action
Overview of the problem:
I've created a Surface controller with an action that is called using @Html.Action(...).
The @Html.Action call is done within a Macro partial view and the macro is included ...
0
votes
1answer
184 views
Import asp.net and html pages in Umbraco CMS
I am new to Umbraco CMS. I have an existing website which is developed in asp and asp.net.
Now I have requirement to convert this existing website to new website using Umbraco CMS.
The pages ...
0
votes
1answer
28 views
Umbraco 6 on iis6 issues with razor
I have a bit of code in a razor .cshtml in a macroScript
its just getting a image from the image ID, like this:
<img src='@Library.MediaById(page.GetProperty("mainImage").Value).umbracoFile' ...
0
votes
1answer
17 views
Image rendering in umbraco
I am working on a umbraco website http://wedclassis.com/. Initially everything was working fine but when i converted my site to have two languages, english and turkish, then my site is having problem ...
0
votes
4answers
47 views
Type True/False in Umbraco
We want to implement a check box[Type : true/false] in an DocumemtType in Umbraco.
Our current Project necessity is:
an check box which will decide whether an image should be an link or popup
The ...
0
votes
1answer
20 views
Umbraco 6.05 on Windows Azure
I am deploying Umbraco 6.05 to Windows Azure. I am currently using "Azure Web Sites" to do this, but from what I can glean, it appears that this may cause future problems with the storage of media ...
0
votes
1answer
25 views
Umbraco Editable Content Block
I am new to Umbraco and looking to add a static content block to my website that my client can edit with a WYSIWYG. I come from a Joomla/Wordpress background where this could be accomplished with a ...
0
votes
0answers
7 views
Umbraco 4.8 Search Setup with Examine Won't Work
I'm running Umbraco 4.8. I tried setting up packages to run site search, but they break the xslt macros.
Next, I wanted to set up Examine for site search from scratch. I even subscribed to ...
-1
votes
0answers
19 views
XSLT Call Template Doesn't Close
I have this chunk of XSLT that doesn't seem to work, and I can't figure out why. It's executing the call template both times, but instead of closing the tags as I think it should it just embeds the ...
1
vote
3answers
364 views
problem when deleting template using umbraco
i have an umbraco page and i linked ascx pages from vs2008.my problem is that i cant delete a template in umbraco named admin.whenever i try to delete it shows message
"Item has already been added. ...
0
votes
1answer
30 views
404 - File or directory not found. In umbraco
I got 404 error when i run http://www.judsonsmartliving.org/jordan.
if i use http://www.judsonsmartliving.org/jordan/index.html ,then its working.
I found some solution to resolve this but they are ...
0
votes
0answers
19 views
Custom Membership Provider Umbraco Issues
I'm looking to use a custom membership provider to authenticate Umbraco members against an Active Directory however I'm having issues with adding the additional provider into the web.config file.
...
0
votes
1answer
37 views
rendering html content from umbraco
I am calling a web api service that takes a textpage from umbraco(cms) and displays it's associated xml in a literal control. I am getting odd html output when comparing source versus a ...
0
votes
1answer
10 views
Umbraco Accessing Author Email
I am trying to output the node's creator or author email via Razor.
I notice Umbraco has a pagefield built in for "creatorName" and I have tried to use this to find the user, and then access the ...
0
votes
1answer
25 views
Add css and Javascript code
The code below works fine.I'm try to add my java script and CSS to Umbraco..im doing some data migration but I'm not sure where to add cause I'm new to umbraco..I'm using Umbraco 3.
<script ...
2
votes
1answer
293 views
Textbox doesn't exist in the current context
I have a problem with my code. Below is simple example, without a lot of unnecessary html tags. Only important things, to show up the problem.
When I enter page, I get that error:
Error ...
1
vote
3answers
57 views
Regex to HTML replace attributes [closed]
I have a string that looks like so:
<p class="thumbnail"><img src="/media/2905/260x150.gif" alt="260x150"
width="260" height="150" rel="260,150" /></p>
...
1
vote
3answers
508 views
Select images from subnodes in umbraco
I have subnodes that contain an image. How do I select these and display them ? I only seem to be able to select and display the ID. The code I've used:
<xsl:value-of select="image"/>
How do ...
0
votes
0answers
14 views
Turning on warning for when dictionary items exceed character limits
I want umbraco to display kind of warnings (or exception) when a user tries to save a dictionary item that contains characters over its column limits (1000 character limit).
0
votes
0answers
47 views
Oops: this document is published but is not in the cache
I've created a new document type and created a page from this type. I've filled out all the required fields and published the page and I get the following error in the Link to document field
Oops: ...
0
votes
2answers
37 views
Umbraco Multiple Sites, Same Template but different CSS files
I have multiple sites residing inside one umbraco CMS for one client. The sites has many design items in common but the designer had to make one shared css file with a few different ones specific to ...
0
votes
1answer
20 views
Host custom (wcf)application within Umbraco
I'm trying to host a custom wcf service, or other application within Umbraco.
But the problem I'm getting is, I think due to inheritance problems, that .Net is missing DLLs. The very first error is:
...
0
votes
1answer
17 views
Where does Umbraco store feeds/rss?
Do Umbraco sites have feed/rss fils for news content? (I am doing some work, which requires communication with the website, where the website owner has told me that the news content should be exposed ...
0
votes
1answer
29 views
Runtime error when uploading a project
I'm having a runtime error when i upload BlogEngine to my website (or Umbraco CMS to another domain). It is the same error as I usually get:
Runtime Error Description: An application error ...
1
vote
1answer
73 views
Umbraco upgrade throwing Creative Web Starter errors
It seems that CWS isn't really supported past umbraco v4.7.2. I have a problem now where most of our websites (50+) use CWS data types to hold contents.
Basically when I go from 4.7.2 to 4.8, I get ...
0
votes
1answer
28 views
list download files in umbraco 4.11.8
Hi we have created a doc type with a tile, description and an mediaPicker uploadcontrol
Using this we have uploaded a small number of test files. We now want to list the files by title and ...
8
votes
6answers
7k views
Is Orchard or Umbraco MVC?
I'm much happier with the quality of output I can get with MVC over webforms: hand crafted HTML that isn't full of additional machine generated gubbins (polite term). I realize of course that MVC is ...
1
vote
3answers
1k views
MVC Surface Controller & Umbraco Current Node
I'm trying to write a childaction function in a surface controller that gets called by a macro to render a PartialView.
I need in this function to gain access to my current page properties to then ...
0
votes
1answer
36 views
Razor - Umbraco: For each loop
@{var feed = Model != null ? Model : null;}
<dl id="accordion">
@foreach (var item in feed.DescendantsOrSelf("SubSubPage")){
<dt>@item.Name</dt>
...
0
votes
0answers
15 views
umbraco flowplayer change default no video text
I'm using flowplayer and want to change the default text "Video file not found"
flowplayer('myplayer','myvideo.webm',{
onLoad:function(){
console.log('a');
},
errors: [
...

