Tagged Questions
0
votes
0answers
20 views
Umbraco 6 MVC4 plugin
I’m having an issue that I need some help for. I’m trying to make an MVC4 plugin for Umbraco 6.0 that enables me to use my own controllers and views, inside an umbraco template – also using custom ...
1
vote
0answers
50 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 ...
0
votes
2answers
49 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
...
1
vote
1answer
45 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 ...
0
votes
1answer
47 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 ...
3
votes
1answer
77 views
Should I store my data in Umbraco or a bespoke data layer
I'm having a crisis here before starting a (potentially) large project, I use Umbraco alot and because it's so diverse you can pretty much do anything you like with it, but my question is whether to ...
0
votes
1answer
219 views
Could not load file or assembly 'System.Web.Razor' or one of its dependencies
I used Umbraco 4.11.6 in my website(web application).My website is worked in localhost(tested from Visual studio 2012 and IIS(v7)) but when I run it from internet space I got an error.
The error was:
...
0
votes
0answers
43 views
How to use Jquery for UI interactions with Controllers in umbraco
In my umbraco site, I have one page named account information. In this form, I will show all member properties with their values for logged in member. This form also facilitates user to edit the ...
0
votes
1answer
84 views
Create a plugin based controller in Umbraco
How to create a plugin based controller in Umbraco? I have followed the guide on https://github.com/Shandem/Umbraco4Docs/blob/4.8.0/Documentation/Reference/Mvc/surface-controllers.md.
But when ...
0
votes
1answer
248 views
save form values through script file in umbraco
hello i want to save the value of umbraco form in database for this i have made script file and in this script file i have created function to save data and called this function in same script file ...
6
votes
2answers
200 views
Avoid deleting folder on Web Publish
I'm deploying my application to an Azure Website. I've configured the Publishing Profile succesfuly and setup tfspreview.com to publish automatically using continuous integration on each code commit.
...
1
vote
1answer
128 views
Umbraco MVC Check is Partial has content
I've got a template on Umbraco, I've setup a Partial View that checks if there is a Hero Unit selected for the page.
I want to check if this Partial is sending any content into the page, if it isn't I ...
0
votes
1answer
87 views
Sub application in Umbraco
Currently I have a website built with Umbraco 4.9.
What are the options to have a sub application (pure MVC 4 preferably) running under Umbraco infrastructure?
The idea is to have a custom app with ...
1
vote
1answer
68 views
Populate custom tree with records from database
I have recently started using Umbraco and am in the process of figuring out how to add my own custom sections into it.
So far I've managed to add a new section and I've also started adding a custom ...
1
vote
1answer
341 views
Umbraco 4.11.3 - Current Request on controller type is ambiguous
I have a fresh install of umbraco 4.11.3 I'm trying to do a simple controller test with , but something went awry for me. I created a Document Type "Demo" with no matching template. Then a content ...
0
votes
2answers
270 views
Mvc doesn't render nested master page in Umbraco
I have a master template that calls "RenderBody()" and a "OneIn" template that is a child under the Master page. I also call the RenderBody() function in the OneIn template but then it gives me this ...
2
votes
2answers
295 views
Umbraco 4.11 MVC Mode - Children Url?
What is the correct way to obtain the URLs of children of the current node while using Umbraco 4.11 in MVC mode? This is what I tried and it keeps returning a blank URL:
@if ...
1
vote
1answer
516 views
Umbraco 4.11 models and template inheritance
I'm new to Umbraco and MVC - can anyone help with the following?
I have a master template (Root.cshtml) which has templates nested below it. In some of these I want to use custom models, however ...
1
vote
1answer
424 views
Creating custom section Umbraco 4.11
I have recently upgraded to the newest Umbraco 4.11.1 and the old way to create custom sections doesn't seem to work any more. Which isn't a bad thing because that didn't really work well. However I ...
2
votes
1answer
241 views
persian-date-picker in Umbraco(cms of asp.net)
i need to add a persian (shamsi) date time picker in my website and I have already asked my problem in this link.
And -codegecko wrote a true answer for me.
-codegecko answer's:
You can create new ...
0
votes
1answer
398 views
Output custom RenderModel for all Umbraco 4.10 MVC routes
Is there any way of either overriding the default RenderMvcController to output a custom RenderModel for every route. It's possibly by hijacking routes but I want to put some custom data which will be ...
0
votes
5answers
2k views
Umbraco vs DotNetNuke : can't decide which one is more suitable [closed]
Imagine 3-4 different domains (like somesite.co.uk, somesite.com, somesite.com.sg) and each one of them will support different languages under them. The number of pages and type of content will be ...
1
vote
1answer
113 views
Web application inside website
I'm seeking some guidance for hosting websites on azure.
I have a Umbraco website, which work fine on azure website.
I also have an MVC application I want to host inside my umbraco site, but it has ...
0
votes
1answer
234 views
Optimization Bundles and Umbraco 4
I've recently setup a hybrid Umbraco 4.8 webforms + mvc application (see aaron powell's post on this: http://www.aaron-powell.com/umbraco/using-mvc-in-umbraco-4)
I have everything working great. I ...
2
votes
1answer
372 views
Umbraco 4 + MVC + Ninject
I recently followed Aaron Powell's posts on supporting MVC controllers with Umbraco 4:
http://www.aaron-powell.com/umbraco/using-mvc-in-umbraco-4 and ...
0
votes
1answer
96 views
Create custom controller and view in Ubmraco CMS
I have Installed the Umbraco CMS using NutGet package. I need to add my controller and views so that they can be integrated within Umbraco CMS.
0
votes
1answer
111 views
How to display new created property value in Umbraco 5?
I just want to know on how do I get the value of a property in umbraco 5..
in version 4.7 node.GetProperty("PropertyAlias").value
now. how do i use this in 5?
Thanks..
1
vote
2answers
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 ...
1
vote
2answers
653 views
Image Slider in Umbraco 5 jupiter
I have to create an image slider in Umbraco 5, user will provide me images from the admin panel and there must be no limit on then number of images and user can enter some teext about these images ...
0
votes
5answers
923 views
Output correct “datetime” <time> attribute (Umbraco/Razor)
I'm looking to output a timestamp of when content was published within Umbraco, in the correct format required by the HTML5 <time> element.
For example:
<time ...
2
votes
4answers
345 views
@item.BodyText in not raw format in MVC3
When I am using @item.BodyText I am getting the raw html output - with html tags that are in it as strings. It looks like that:
<p>State of Louisiana for state funded dispensing ...
1
vote
5answers
625 views
Migrating from umbraco 4 to umbraco 5
We have project on Umbraco 4 (web forms). And now we want to use Umbraco 5. Is there a way to migrate site from v4 to v5 ( and replace asp.net projects with user controls to mvc3 projects with ...
8
votes
4answers
4k views
Deciding between Umbraco and Orchard ASP.NET CMS
Now that both system's are built on ASP.NET MVC, does anyone have any experience dealing with both? Looking to set up a small business site for a friend, that will eventually have an online store. ...
7
votes
3answers
441 views
Recommendations for creating a new website with “application”-like features in .NET [closed]
I am a member of a non-profit organization that has asked me to help them redo their website.
However, they don't simply want content and design changes, they also want features that require some ...
1
vote
2answers
439 views
Umbraco 5 reading Home page children using REST service
I am currently working on an Umbraco 4 to 5 migration project. I am stuck with reading the Home page childrens via REST service of an Umbraco 5 site (for navigation). I knew that the REST services ...
2
votes
1answer
278 views
MVC DLL version 2.0.0.0: where can I get it from?
this is driving me to insanity no thanks to Recaptcha! Does anyone know where I can get a copy of the MVC dll version 2.0.0.0 to get this crappy Recaptcha working? I have tried all the previous ...
0
votes
1answer
182 views
Is Umbraco suitable for a LOB application?
I wonder if Umbraco 5, which is based on MVC, is appropriate for a Line of Business application, mainly to handle extensibility.
Would it be a good ideia to use Umbraco as a base, and create modules ...
3
votes
1answer
1k views
Should I use Orchard or umbraco or something else? [closed]
I am building a web site for baby names. Users can submit a name, meaning and some tags, and moderators can edit/approve it. Very small amount of data is used for each entry/post.
Looking for some ...
8
votes
7answers
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 ...
3
votes
2answers
2k views
Does latest version of Umbraco CMS use asp.net mvc?
I've heard that new version of Umbraco CMS will be completely rewritten and will be based on asp.net mvc?
Current version is 4.5 and as I see it is still based on ASP.NET.
0
votes
2answers
290 views
Do ASP.Net MVC Portable areas work with Umbraco?
I have an Umbraco website that I want to extend. I feel that ASP.Net MVC is the way to go for the extension I'm writing - I particularly like the idea of a Portable Area from MVCContrib. What I'm ...
0
votes
1answer
1k views
mvc views not found when using mvc combined with webforms CMS in asp.net
We have a website build in the umbraco 4.1 cms (webforms) default .net 3.5
And we have some MVC tools and controls build with MVC2.0 on .net 4.0
i've managed to let the umbraco cms run in .net 4.0
...
0
votes
2answers
2k views
Using a custom MvcHttpHandler v2.0 Breaking change from 1.0 to 2.0?
I have a site where part is webforms (Umbraco CMS) and part is MVC
This is the HttpHandler to deal with the MVC functionality:
public class Mvc : MvcHttpHandler
{
protected override void ...
8
votes
4answers
4k views
Umbraco or ASP.NET MVC
I'm about to create a site that will act as public front site of company that sells furniture, but after user log in, he'll see much more options. Internal news, files to download, customized ...
66
votes
2answers
6k views
MVC and Umbraco integration
I've followed the steps from http://memoryleak.me.uk/2009/04/umbraco-and-aspnet-mvc.html and integrated MVC in Umbraco with success, but i still have a problem which is critical for me.
Is there any ...




