Questions tagged [umbraco-mvc]

Umbraco allows you to use Razor to build your views but offers two flavours. The Umbraco MVC tag is aimed specifically at using Razor syntax within an MVC Umbraco solution (as the Macros and approaches are quite different to a WebForm based Razor solution).

23 questions
6
votes
1 answer

Working with non-Umbraco data in MVC and Umbraco project?

I am working on a project that has MVC 4 and the Umbraco CMS installed. I apologise - being newbie, my question may be weird. My question is: how do I work with types which I don't want to manage through Umbraco back office?Rather, it will be simple…
user576510
  • 5,379
  • 18
  • 74
  • 137
3
votes
1 answer

Adding Grids within Grids

I've just come across the new Grid layout system in Umbraco, which seems quite interesting, however I can't seem to find a way to include a grid within a grid. I've added a simple 2 column row onto a page in the example below, but now I want to add…
Ian
  • 30,720
  • 20
  • 100
  • 179
3
votes
1 answer

Umbraco Partial View Macro disappears from richtext editor when saving content

I'm struggling with a problem in Umbraco 7 that is when I attach a macro from a Partial View Macro file inside my richtext editor, it disappears from the editor, when I save the content. The content is displayed fine on the page, but when I save the…
Cfrim
  • 800
  • 6
  • 17
2
votes
1 answer

Umbraco 7.2.8 related links razor display

I have a document type which contains related links in Umbraco 7.2.8 I want to display it in a view but HasValue comes as false and GetPropertyValue("relatedLinks") come sempty as well. So I took a look at the node in the database and the property…
nickornotto
  • 1,466
  • 2
  • 29
  • 55
2
votes
2 answers

Importing an UMBRACO site into Visual Studio

Is it possible to import an already existing Umbraco site into Visual Studio? (By means of getting all the site files and DB backup) I've tried creating an empty project and copying the website files, but I get several errors when I try to compile…
dcaping
  • 109
  • 1
  • 10
1
vote
1 answer

Umbraco - On Saving Override removes Macros from content

I have a method overriding the Umbraco.Core.Services.ContentService.Saving. It's just adding some classes to images and wrapping the image in a div. But now I started enabling some Macros to be added in the rich-text editor and the Macros disappear…
Ricardo
  • 41
  • 4
1
vote
1 answer

Store Umbraco Member Properties in Separate Table

I want to create a membership based site in Umbraco 7, following the umbraco.tv videos and reading through the docs have got me quite far. My members will have custom properties, firstname, lastname, favourite colours, hats owned etc. I have been…
Jim
  • 677
  • 3
  • 10
  • 24
1
vote
1 answer

Umbraco Content Root node not showing the tree-like expandable navigation structure

I have an Umbraco site for which I created an root node and child elements underneath it. The pages are there and I can find them in the 'Child items' tab, but I don't get the tree-like navigation in the admin content view. Is there some way to…
dcaping
  • 109
  • 1
  • 10
1
vote
1 answer

how to remove /umbraco/surface/ from URL?

My Umbraco URL has /umbraco/surface/ in them. For example: http://localhost:50656/umbraco/Surface/HealthInsurance/Application?Pid=26665&Lid=73&Spid=23 http://localhost:50656/umbraco/Surface/HealthInsurance/Results/73 Is it possible to rewrite url…
user576510
  • 5,379
  • 18
  • 74
  • 137
1
vote
1 answer

how to manage custom data table in Umbraco back office?

Is there an out of box way to manage data of custom tables in Umbraco back office ? I will need to access data in MVC site pages. Want to use Umbraco back office for this and give a html table / gird like interface with data where user can do CRUD…
user576510
  • 5,379
  • 18
  • 74
  • 137
1
vote
1 answer

Is it possible to Customise BackOffice

I'm just trying to start out on Umbraco 7 with a view to sticking to the MVC route as much as possible. I've noticed that this has a completely different backoffice to the WebForms route and it looks quite nice. However, I'd really like to be able…
Ian
  • 30,720
  • 20
  • 100
  • 179
0
votes
0 answers

response.redirect in umbraco mvc surface controller

Hi can anyone help with this. I have an action result in an umbraco surface controller. if the model is valid i then want to redirect to another page, but for some reason nothing I try will redirect. the things I have tried so far are …
andrew slaughter
  • 909
  • 4
  • 15
  • 30
0
votes
1 answer

Dictionary Item is not invoking from MVC View page

In Umbraco I created dictionary items for language translations. When I am calling the dictionary, translation is not working. It is displaying the original text only. I have created Dictionary items like MainMenu.SubMenu.Message English :…
0
votes
1 answer

Upgrading Umbraco 7.2.8 to 7.3.0

I am currently working on Umbraco Upgrade. My Current version of Umbraco is 7.2.8 and I want to upgrade it to 7.3.0. I have upgraded successfully but now i am trying to execute project it shows me below error : Is there anything that have to be…
0
votes
1 answer

Umbraco 7 Macro Rendering

Im using Umbraco 7 for an Intranet. I was hoping to replicate some functionality that is in the backend, ive noticed when it renders the macro in the backend it will load the macro after / during the full page load. I was hoping to replicated that…
Ian Bishop
  • 13
  • 3
1
2