Tagged Questions
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
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 ...
1
vote
1answer
69 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 ...
0
votes
0answers
118 views
How to display articles / post in homepage in Umbraco 6 (Razor)?
I try move my magazine to Umbraco.
So basically I have in general 3 types of document types:
Home page - which is the home page
Magazine page - which is the achieve by categories (sport / tech / ...
-1
votes
0answers
59 views
How to maintain state of partial views when working with multiple partial views at once
I need to design one form in which I need to have multiple sections in it. And I need to update them seperately.
for ex.
I am preparing a employee information form, which have multiple sections in ...
0
votes
1answer
90 views
object does not contain a definition for 'Skip' Umbraco razor
I'm trying to sort some nodes by their first letter, and page them in razor.(Umbraco). But get a "object does not contain a definition for 'Skip'" error when it hits the foreach.
pagesToList = ...
0
votes
1answer
53 views
How to create an empty IOrderedEnumerable<DynamicNode> and IEnumerable<IGrouping<string, DynamicNode>>
I need a way to create an empty IOrderedEnumerable and
IEnumerable>
//above IGrouping DynamicNode gets stripped out by stackoverflow :(
Reason: I create 3 empty list types (IOrdered, IGrouping, ...
1
vote
2answers
86 views
Update <umbraco:macro> with <asp:UpdatePanel>
I'm trying to update a razor macroscript in umbraco (within a masterpage) using . What I'm doing is requesting a webservice with specific information using ajax, getting an answer, and want to update ...
0
votes
2answers
250 views
Umbraco 6 razor menu
Hi I want to add a class of "active" to my li, if it is active or if I am on a page under that. I have the following code
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
Layout = null;
}
...
1
vote
1answer
126 views
Umbraco Querying from Macro Script?
Umbraco Version = 6.0.3
I'm trying to do some seemingly simple stuff in a macro scriptlet. Basically, I want to loop through all of the visible child content that is not a category:
@inherits ...
1
vote
1answer
69 views
How can I combine Umbraco with a CDN? [closed]
I want to know how I can combine an Umbraco site with a CDN.
For example, when a user is in the back-end and wants to upload a video, the video is uploaded to a CDN.
Any feedback would be great!
...
0
votes
0answers
54 views
Umbraco razor displaying iframe
I have set this up so that in umbraco I paste the iframe link into a multiple textfield, and then in the XSLT I would do something like:
<xsl:value-of select="embedCode" ...
0
votes
0answers
42 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 ...
1
vote
2answers
161 views
How can I Insert an Umbraco Item in to a url in a cshtml file, razor?
I've made an If statement containing a youtube link.
In umbraco I have a Text String box that enables a user to insert the ID of a youtube video.
<div class="module m-video">
<div ...
0
votes
0answers
76 views
Error loading Razor Script
I am using umbraco and getting an error at this page (on top right side) http://cyprusjetset.com/tr/gelinlik%C3%A7iler/
Error loading Razor Script. But problem is that this error is occuring only on ...
0
votes
0answers
34 views
Button not Firing when used in UserControl Displayed with Razor
I'm fairly new to Umbraco, so just trying a few things out at the moment. Basically we've got a one-to-one multi language website that uses a Razor shorthand "If" to display the appropriate content ...
0
votes
1answer
114 views
Razor recursive tree menu structure
I think I need a little help here with rendering af recursive tree menu structure in Umbraco using the Razor viewengine.
I need to render the following tree menu structure:
Page 1
Page 2
...
2
votes
1answer
239 views
Umbraco Razor paging
I'm having some trouble figuring out a paging mechanism in Umbracos Razor viewengine using AJAX.
Thing is, that the paging needs to be like this:
1 | 2 | 3 | 4 ... 16 Next >>
When the ...
0
votes
0answers
48 views
Umbraco Examine csv search
Examine search is searching for exactly the same value. The value won't be exactly the same though, since it should the field containing the value.
I'm using CSV storage for nodeids. When the visitor ...
0
votes
1answer
236 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 ...
1
vote
1answer
125 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 ...
1
vote
1answer
304 views
DescendantsOrSelf in Umbraco
I am trying to do an if statement in razor for an umbraco website. I need to get the page and all of its children by the Name property to be able to add a stylesheet to that page and any children in ...
0
votes
1answer
154 views
using for-loop to pass string values of an array in umbraco
I am trying to pass the array value one by one to the image
<img src="@crops.Find("@name", "boxes[0]").url" alt="" />
for instance for first time the boxes[0] = box-1x1 , similarly when the
...
0
votes
0answers
104 views
Umbraco Examine Manager - Or Operator Ignored
I'm currently using the Umbraco (4.7.1) ExamineManager library to search my site. I would like to search the query on a couple of fields named "title" and "bodyText." Here is what my code currently ...
1
vote
1answer
112 views
Redirect to a custom error page on razor macro error
In Umbraco, if there is a razor macro on a page, and that razor macro throws an exception, the page is still displayed, but it shows "Error loading macro xyz.cshtml" where the macro would have been.
...
0
votes
1answer
203 views
Why does Umbraco run App_Data\Temp\Razor\inline-xxxx.cshtml logout control after my login?
My Umbraco website has 2 member types. I made a custom login form which checks credentials and authenticates members. Here is my Umbraco razor control code that does that:
@using ...
0
votes
2answers
265 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 ...
0
votes
2answers
2k views
Umbraco get node in Razor
I am trying to get a node by it's ID through a Razor script, but i keep getting this error
error CS0118: 'umbraco.MacroEngines.BaseContext.Node' is a 'property' but is used like a 'type'
Here is my ...
1
vote
1answer
169 views
Getting html select value on postback
I'm having a bit of trouble here, hoping someone can help:
I am dynamically populating an html select element in a razor script and onChange I am hoping to get this posted value.
It is posting back ...
3
votes
1answer
442 views
Using string.IsNullOrEmpty on a potential string in Razor in Umbraco
I am using a simple method to output a image, and if the media type has a link attached to it, it will act as a link. This method has been working for months and months, but suddenly a customer ...
1
vote
1answer
508 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 ...
0
votes
1answer
258 views
loop through nodes and store value in array in umbraco razor
I am using umbraco 4. I want to loop through nodes and store its urlname in an array. So that array looks like ... ['aaa-node','bbb-node','ccc-node']. But following code is not working...
<script ...
0
votes
1answer
694 views
Retrieve field value passed from Macro in Razor template
I am trying to pass a value from a macro into a razor template. But it doesn't seem to be working any suggestions?
Here is the macro code:
<umbraco:Macro Alias="VideoInline" videoUrl ...
2
votes
3answers
193 views
Is the current page a descendant of a specific node id?
How do I check using a razor template in Umbraco to determine if the current page is a descendant of a specific node? I'll be using a case statement.
1
vote
2answers
119 views
Macro broken after upgrade to 4.10
I recently upgraded from 4.09 to Umbraco 4.10. I have a pretty common/simple little macro that I use to generate my top navigation. I check the record to see if it's the last in the count, and if ...
1
vote
3answers
744 views
Sort By Int Property of Node List - Umbraco Razor
I am trying to sort a DynamicNodeList by a numeric property "cost". I've tried loads of different ways here but am completely at a loss:
var nodes = ...
1
vote
1answer
240 views
Accessing/Displaying properties from linked document type in Umbraco
I relatively new to Umbraco but using a somewhat contrived pet project I'm making good progress up the steep leaning curve.
My pet project is a 'simple' magazine database which will store details of ...
2
votes
3answers
205 views
Umbraco or MVC Razor Element with possible different CSS styles in beginning of tag
So I have seen this done before and I completely forgot where or what the syntax is.
Help is greatly appreciated.
So I have an element I want to add an CSS style to depending on what property is ...
0
votes
2answers
352 views
Umbraco Razor Syntax Issue
I have this macro running happily on a live server. It was ok in WebMatrix. Now WebMatrix has updated itself to 2 (refresh), it won't run some macros, this being one of them:-
@{
//Check there ...
1
vote
1answer
290 views
Youtube feed parse xml c# razor
I'm trying to parse the youtube xml feed and loop through the videos of a certain user, how do you do it? I'm using umbraco razor ( c# ).
@using System;
@using System.Linq;
@using ...
1
vote
1answer
126 views
Is it safe to edit cshtml files on Umbraco?
I have to do some minor modifications on a website built with Umbraco and I'd like to know if it's safe to manually edit cshtml files?
I just need to edit html code & some variable's content.
In ...
0
votes
0answers
106 views
Possible to have two umbraco cultiv contact forms on one page? form B is submitting to form A
I've tried several solutions regarding form tags, the runat server attribute etc. but nothing has worked for me.
I'm using the umbraco Razor Cultiv Contact form, and have two modified versions of ...
1
vote
1answer
347 views
Output JSON with Umbraco template using Razor
I've encountered a situation where I need to replicate some JSON so that an area of the website can be content-managed. I have a json file I need to replicate. The taxonomy of the site is complex and ...
1
vote
2answers
229 views
Umbraco XSLT Performance factors
In Umbraco CMS. Is there a way to test and see how longs it takes to pull nodes of a certain DocType in XSLT? Is there an XSLT timer or anything that can do this.
We are trying to test what is ...
0
votes
1answer
90 views
How do I write the following xslt statement in Razor? [closed]
I have this Xslt statement, which gets the value out of a dictionary
/propertyAlias//value[lang(Culture:GetName())]
I'm stuck trying to get it to work in Razor.
0
votes
1answer
786 views
umbraco razor - check if field exists
I have the follow code, however I get an error if I have no image (it is a media picker)
<umbraco:Macro runat="server" language="cshtml">
@{
dynamic image = new ...
1
vote
1answer
588 views
Umbraco 4.8, Document save Publish
Umbraco 4.8 had bug in umbraco.cms.businesslogic.web.Document.Publish method?
I try to edit a node, save and Publish a node.
I can look in BackOffice that the node is changed correctly.
In web page, I ...
0
votes
0answers
223 views
Umbraco razor redirect from drop down
I am trying to output all the nodes of a type in a selelct box and the selection is redirected.
What I have so far, I need to extact the value from the post and do a redirect in razor.
...
0
votes
1answer
314 views
razor count items
How can i do this in razor:
when there is one item, i only want this item to be displayed. (item in fotoGallerij)
when there are more items, i want all of them (like the code bellow, working)
How ...
5
votes
2answers
1k views
Get stack trace from razor macro within umbraco
I've inherited a code base that is built on umbraco. It is using razor scripts to render the views.
Whenever there is an error I get something like this in the output:
Error loading Razor Script ...

