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.
-1
votes
0answers
12 views
CMS umbraco - xsl descendant
I have a page with a folder and links inside
-FirstPage
+folder
-page
-page
-folder
-link1
-link2
-link3
-page
I want to reach the link1,link2,link3 in the tree. My current ...
-1
votes
0answers
10 views
Choosing between Wordpress and Umbraco for a Site Solution [closed]
I am managing the production of a web site.
The plan is to create three seperate site experiences, Small Screen Tablet, Desktop.
This choice is based upon performance as well as tight contol of the ...
0
votes
1answer
18 views
alttemplate shows the default template id instead of redirected template
I have a default desktop template Home. Using alttemplate I am redirecting the user to mobileHome template when the user request from mobile. Now when I use
<xsl:value-of ...
0
votes
0answers
12 views
Viewing model properties inside Umbraco template
This should be simple enough question but I am having problems with it, I am trying to enable disable sidebar in umbraco template based on Model's property.
<%@ Master Language="C#" ...
0
votes
0answers
20 views
Get rid of Asynchronous Ad made of Iframes
I'm working with umbraco and trying to use Shadowbox for displaying gallery Popup on the screen
I have successfully implemented shadowbox in it and it works very fine.
But the problem is before each ...
1
vote
1answer
12 views
Umbraco : Footer Menu True/Flase Property
I've tried adding a simple footer menu to umbraco6 using a new property showInFooter (True/Flase) on the doc type Textpage.
Creating the xslt file with the below:
<?xml version="1.0" ...
1
vote
1answer
16 views
Listing recently modified pages
How would I list URLs of recently modified pages on an Umbraco website?
Preferably with mod date and author.
0
votes
0answers
18 views
Can't run umbraco project @ localhost
Error Message :
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is ...
1
vote
1answer
26 views
ASP.NET Dynamic Data site within Umbraco 6
I have a Dynamic Data site in a folder called admin. This folder is in the root of the website and referenced in the reserved paths section of the web.config file.
After upgrading from Umbraco 4.7.2 ...
0
votes
0answers
15 views
Error while debuying umbraco
Server Error in '/' Application.
CS0012: The type 'umbraco.interfaces.IApplicationStartupHandler' is defined in an assembly that is not referenced. You must add a reference to assembly 'interfaces, ...
0
votes
0answers
14 views
Tool to display different text for site with same language
I have a multi-lingual website, e.g. en-uk, en-us. I have two sub-sites that share the same language and using dictionary item to display texts/links
a.co.uk en-uk
a.com/uk en-uk
Previously, all ...
0
votes
1answer
29 views
How to set up permissions für Umbraco correctly? (Repository unavailable on install)
I can't get an Umbraco installation set up completly. I have been running into the error:
Oops...the installer can't connect to the repository
Starter Kits could not be fetched from the ...
0
votes
0answers
30 views
Umbraco MVC 6.05 Getting IPublishedContent object through Surface Controller
I am developping an umbraco mvc web site and im having troubles getting currentpage info within surface controller.
Here is my scenario:
I have a products page. And there are checkboxes which ...
-1
votes
0answers
15 views
migrate Custom Umbraco CMS from unknown developer [closed]
Ive never thought that this is possibile :). Im average linux sys admin that got a task to migrate some IIS7 web application. It is umbraco.
The website I got is data.zip and SQL database backup.
...
0
votes
1answer
30 views
Umbraco: Deny public access for media files of content
I'm working with Umbraco 4.11.8.
For my website I have a document type, that contains a field to upload PDF files. The created content items of this document type aren't public so a specific ...
1
vote
0answers
25 views
Cannot Insert image through Umbraco RichText editor
The problem regarding richtext editor in Umbraco 4.
I am not able to add images through the RichText editor. When i click on the add image icon on the rich text editor, the popup panel displays an ...
1
vote
1answer
17 views
Update Contour form(records) using the record ID
I can successfully create entries in contour programmatically(C#) but I am not able to update the created record using the record ID. After digging my head around can’t find a reason why the following ...
0
votes
1answer
13 views
Localize Prevalue sources in Umbraco Contour
I have a country dropdownlist in a Contour form that I want to localize. Currently, it uses "Get values from textfile" source type. Is it possible, and how?
0
votes
0answers
12 views
Umbraco 6.0.0 giving blank homepage, redirect loop on all other pages
I have an umbraco 6.0.0 site, created by another developer, that I need to move to new hosting. (IIS 7.5, .net 4, Win 2008 Server R2 Standard)
I copied the directory structure, restored the database, ...
0
votes
1answer
17 views
umbraco get content part as xml
I'm trying to get part of umbraco node content as xml doc. I need to update this part of code from the code behind.
I use the code like this:
Document doc = new Document(1214);
XmlDocument ...
-1
votes
0answers
13 views
Best way for Creating CMS using features of existing CMS in umbraco [closed]
Im newbie in Umbraco..and i think that this is not a new requirement. All most experienced Umbraco developers would have solved this out earlier..
I've created one simple CMS using Umbraco, now i ...
0
votes
1answer
38 views
umbraco string trim using razor view
I have a Umbraco script Im using on a site, inside it there is a razor script as below:
<p>@page.GetProperty("mainContent")</p>
The above is in a loop, and shows content for each post
...
0
votes
0answers
18 views
How to implement a simple paypal integration in Umbraco 6?
The website is developed using Umbraco. The product listing page have the purchase button. By clicking this button the user have to purchase the product using paypal. This is the basic workflow. So my ...
1
vote
1answer
43 views
When to use Umbraco? [closed]
I am a asp.net webforms developer (have 4 years of expirience), and have some expirience with MVC and razor engine + normal front end like jquery/templating and so on. Im used to build sites up from ...
2
votes
2answers
36 views
Manipulate umbraco content using a console application
This is a noob question but I'm searching for some time and can't find any useful information.
I need to develop a rotine (console application) that will read and write content into a umbraco site. ...
0
votes
1answer
14 views
Get Template Alias Name using xslt in Umbraco
How to get the template alias name in Umbraco using Xslt. I found the following in the internet but not useful.
<xsl:value-of select="$currentPage/@nodeTypeAlias"/>
I don't want to use any ...
2
votes
1answer
79 views
Umbraco 6 with MVC 4
We want to create an MVC4 web application implementing some business workflows that has to be implemented using MVC4 Framework. This web aplication shall also have a huge documentation part that shall ...
0
votes
2answers
30 views
umbraco richtext editor deleted
I had a problem with umbraco richtext editor, it was not letting me insert images, so I followed a forum and deleted the richtext editor datatype in the developer section, then i recreated the ...
1
vote
1answer
34 views
Grouping umbraco pages in folders without affecting URL
One of our Umbraco sites is getting a bit messy and I was wondering if there was a way of grouping pages in folders without affecting the URL. So for example if under the homepage I have some top ...
1
vote
1answer
28 views
Export / Import Files from umbraco CMS Media
As I need to export all my Media files from umbraco v 4.5.2 to umbraco v 6.0.5 ,
Is there any way or such package through which we can do the same.
0
votes
1answer
41 views
Path problems with running a sub application (umbraco) inside my MVC4 web application
I have this MVC4 web application, I run it locally at mySite.local/. I created an application in IIS 7, mapping to mySite.local/corporateSite/. I point that application to an Umbraco (CMS) ...
0
votes
1answer
26 views
Umbraco Accelerator successfully deployed but wont connect
I have download the umbraco accelerator to try get an azure based CMS up and running, I have managed to change the configuration file and the command prompt log upon running the .bat files does not ...
0
votes
2answers
38 views
Should I delete TEMP folder when publishing Umbraco?
When I publish content to my server should I publish `AppData\Temp' folder as well?
Logic is not to do that but cannot find information online about it.
1
vote
1answer
29 views
Two microalias in single umbraco.library:RenderMacroContent method
For the desktop site I have a content in Umbraco where <p><?UMBRACO_MACRO macroAlias="StoryDesc" /></p> refers to XSLTName field
I am making a call from one XSLT to StroyDesc XSLT ...
-1
votes
1answer
147 views
Returning JSON with web api controller MVC
I am trying to convert a regular old controller I was using to an API controller and am having a little bit of difficulty. What these series of functions do is, in the jQuery, it iterates over a file ...
0
votes
1answer
41 views
umbraco mvc form model validation markup not showing
Running Umbraco 6.05, I have a custom model class with Data Annotations like:
[Required, StringLength(100), DataType(DataType.EmailAddress), DataType(DataType.MultilineText)]
and I pass the model ...
0
votes
0answers
8 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
0answers
13 views
umbraco dropdownlist multi level & multi choice
I need to create a dropdownlist control in Umbraco 6 with multi choice and multi level. You can see the image below.
Image
Pls give me any suggestion such as: what's data type will used to create ...
0
votes
0answers
27 views
Implementing Umbraco CMS on and already developed website using WebMatrix
I've been provided with a website and i'm required to implement a CMS of my choice. I've selected Umbraco and i'm using WebMatrix. Using Web Matrix I cant open my website folder. I've downloaded and ...
0
votes
1answer
47 views
Umbraco 301 redirect - entire site
I have multiple websites within one Umbraco installation.
I recently deleted a website and wish to re-direct all traffic from that website to a specific page on a different website (within Umbraco).
...
0
votes
0answers
8 views
Alternative method for umbraco.cms.presentation.TreeInitCustom in Umbraco 4.8.0
We have had recnt upgrade from umbrac 4.0 to 4.8.0 and we had several custom functionalities extending umbraco's events. After digging so hard I am still not able to find a suitable alternate for ...
3
votes
1answer
41 views
handling media files in the URL
Based on a certain condition I m redirecting user to login page and specifying the return url as below
context.Response.Redirect("~/Login.aspx?retUrl=" + ...
-1
votes
5answers
316 views
DotNetNuke, Umbraco or Orchard [closed]
First off please have patience for this long winded post. I wanted to get all the pertinent information (as I see it) out to you.
I have a decision to make and would like your input. I have ...
1
vote
1answer
44 views
Multilanguage website in umbraco and content publish dates
I have a multilanguage website in umbraco (developed according to this article). My problem is that the english version content was copied to the 'en' node some time after the content in original ...
0
votes
2answers
34 views
Cannot find a script or an extension object associated with namespace 'urn:UmbracoHelper'
I am developing under Umbraco 4.8.
I am trying to access to a class from my XSLT to retrieve something from it.
The class is named UmbracoHelper.
I have added followings to the top of my XSLT:
...
0
votes
0answers
66 views
How to Prevent MVC 4 Child Application inheriting Parent Application (Umbraco MVC3) web.config
I have Umbraco deployed on the server. Currently I am trying to deploy MVC 4 Application as a child application but somehow the child's views\web.config inherits the configSections and sectionGroup ...
1
vote
1answer
31 views
Reusage of Content with inline styles in umbraco
Currently I have my desktop site in umbraco4. The content has inline styles, HTML tags, CSS class names. I am planning to develop a mobile site with same content.
My mobile layout is different from ...
1
vote
1answer
44 views
Umbraco page name instead of page id
I am pondering over an Umbraco related problem.
In the admin I am allowing the uploading on an image using the Upload Type Property
Then the user can select a page on the website using the Content ...
0
votes
1answer
40 views
Use ACS Management Service via c# to reimport Metadata on IdP
I'm working on a project involving ADFS2.0, Azure ACS and Umbraco CMS.
When we create a new website, and add it to Relying Party Applications, and add an Identity Provider in Azure, it's supposed to ...
1
vote
1answer
70 views
How to create Thumbnail in Umbraco using WebImage? (with Razor)
I'm using Umbraco 6.
I try to create 2 Thumbnails for each photo I upload with the Mediapicker. It's mean - every photo that upload should have 140x100 version and 350 x 200 version.
I don't want ...