Sign in Register
Our Umbraco
  • Forum
  • Packages
  • Documentation
  • Community
  • Discord
  • Download
  • Sign in
  • Our Umbraco
  • Search
  • value was either
  • Value was either too large or too small for an Int16.
    Created: May 02, 2012 - Last update: May 08, 2012
    Hi,When I use the PDCalendar on a live site it doesn't want to generate the xslt. It gives this error: Error occured System.OverflowException: Value was either too large or too small for an Int16. at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at PDCalendar.librar…
  • Value was either too large or too small for an Int32 after install of Merchello
    Created: March 24, 2018 - Last update: March 24, 2018
    Umbraco 7.7.9 Merchello 2.6.0 I am using MYSQL as my database. I tried adding the package via the Umbraco backend and it looked like it had worked it said your browser is refreshing Now i cannot load Umbraco backend and i get this failure Value was either too large or too small for an Int32…
  • System.OverflowException: Value was either too large or too small for an Int32
    Forum / System.OverflowException: Value was either too large or too small for an Int32
    Created: November 15, 2010 - Last update: March 05, 2012
    System.OverflowException: Value was either too large or too small for an Int32 Hi, the error is thrown when I try to save my xslt. I'd like to understand HOW umbraco comes up with this error while saving the xslt? At this point it wouldn't even know what my xml input will be, so..., why is this er…
  • "Value was either to large or too small" Umbraco 5 installation, connectionstring
    Forum / "Value was either to large or too small" Umbraco 5 installation, connectionstring
    Created: February 01, 2012 - Last update: February 13, 2012
    I get this error message when I click to use an empty Windows Server 2008 database: An error occured while testing connection string: Value was either too large or too small for an Int32.  I have entered all neccesary information such as server, database, username and password.Hi Alex, My mista…
  • System.OverflowException: Value was either too large or too small for an Int32
    Forum / System.OverflowException: Value was either too large or too small for an Int32
    Created: March 05, 2012 - Last update: March 06, 2012
    Normal 0 false false false EN-GB X-NONE X-NONE …
  • node-set : Value was either too large or too small for an Int 32
    Forum / node-set : Value was either too large or too small for an Int 32
    Created: May 20, 2014 - Last update: May 20, 2014
    The node-set function is very useful for building custom variables. As I am new to using it, I have a basic question. I have the following variable which loops through some nodesets in the "storysTagged[#]" variable, picks ou the latest one, and then turns those results into a node-set: …
  • GetMedia System.OverflowException: Value was either too large or too small for an Int32.
    Forum / GetMedia System.OverflowException: Value was either too large or too small for an Int32.
    Created: February 15, 2012 - Last update: February 15, 2012
    Hi, I am new to umbraco and working on media files and getting some problems.Please have a look at them and tell  me where i am wrong. <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#x00A0;"> ]><xsl:stylesheet   version="1.0"…
  • System.OverflowException: Value was either too large or too small for an Int32.
    Forum / System.OverflowException: Value was either too large or too small for an Int32.
    Created: December 02, 2011 - Last update: December 02, 2011
    I'm getting this error when saving this problem xslt file (I couldn't get it to format - so linked to it) Error occuredSystem.OverflowException: Value was either too large or too small for an Int32.at System.Convert.ToInt32(Double value)at System.Double.System.IConvertible.ToInt32(IFormatProvider pr…
  • Using niceurl &quot; Value was either too large or too small for an Int32. &quot;
    Forum / Using niceurl " Value was either too large or too small for an Int32. "
    Created: July 22, 2009 - Last update: July 25, 2013
    I'm getting some weird results using @id on the niceUrl function. Basically it works with a hard code value. But throws the exception if i use an imported value. Do i need to convert to an int. How would i do that from with a the macro.  XSLT.  <!-- if use this value the error message i…
  • &quot;Value was either too large or too small for an Int32&quot; with GetMedia
    Forum / "Value was either too large or too small for an Int32" with GetMedia
    Created: July 12, 2011 - Last update: July 12, 2011
    I am trying to get images to display with XSLT. The video tutorial must be pre-4.5.1 because it is using the old syntax $currentPage/data [@alias = 'property'], etc. I am getting this error: System.OverflowException: Value was either too large or too small for an Int32. at System.Convert.ToInt3…
  • System.OverflowException: Value was either too large or too small for an Int32.
    Forum / System.OverflowException: Value was either too large or too small for an Int32.
    Created: February 29, 2012 - Last update: February 29, 2012
    Hello, An odd one, I getted the dreaded System.OverflowException: Value was either too large or too small for an Int32. error when saving the following xslt, and am completely puzzled as to why. Can any see anything wrong with my code? I can skip testing box, but it's bugging what might be causin…
  • GetMedia Error - Value was either too large or too small for an Int32
    Forum / GetMedia Error - Value was either too large or too small for an Int32
    Created: September 26, 2011 - Last update: September 26, 2011
    Hi, I know this crops up in the forum quite a lot and I have read through various posts to try and resolve it but I'm just having no luck! Here is my code...   <xsl:variable name="media" select="umbraco.library:GetMedia(./data[@alias='itemContentImage'], 0)/data" />  <xsl:if test=…
  • GetMedia returns System.OverflowException: Value was either too large or too small for an Int32.
    Forum / GetMedia returns System.OverflowException: Value was either too large or too small for an Int32.
    Created: August 03, 2010 - Last update: October 07, 2010
    I am running Umbraco 4.5.1, clean install. I cannot get the image to show up, I've tried everything... well except the correct way.  Here is what I have: <xsl:variable name="media" select="umbraco.library:GetMedia($currentPage/bannerImage, 'false')" /><xsl:if test="$media">  &n…
  • Get error - Value was either too large or too small for an Int32.
    Forum / Get error - Value was either too large or too small for an Int32.
    Created: August 02, 2011 - Last update: August 03, 2011
    Hi All , Am gettin this erro when trying to save mu xslt...i know that its  a problem with this line : <xsl:variable name="listImage" select="umbraco.library:GetMedia($mediapickerproperty, 1)"/> cos when i save skipping errors it works....   <xsl:output method="xml"…
  • Loading Xslt: Value was either too large or too small for an Int32.
    Forum / Loading Xslt: Value was either too large or too small for an Int32.
    Created: March 23, 2012 - Last update: March 23, 2012
    Hi, I've upgraded my Umbraco from 4.5.2 to 4.7.11 and one of my macro is now giving me this error : Value was either too large or too small for an Int32.Value was either too large or too small for an Int32.   at System.Convert.ToInt32(Double value)   at System.Convert.ChangeType(…
  • XSLT Error: System.OverflowException: Value was either too large or too small for an Int32.
    Forum / XSLT Error: System.OverflowException: Value was either too large or too small for an Int32.
    Created: February 03, 2009 - Last update: August 01, 2010
    I have only started today so sorry if this is a stupid question, but in a macro this works: [code] [/code] but this does not - i get the OverflowException. [code] [/code] Where am I going wrong? Many Thanks, Neil ooops - wrong forum category for…
  • System.OverflowException: Value was either too large or too small for an Int32.
    Forum / System.OverflowException: Value was either too large or too small for an Int32.
    Created: January 10, 2012 - Last update: January 10, 2012
    Hey Guys.... Im trying to list some document at the end of this XSLT, however i get an error - It seems that the error occours an the end at this: <xsl:if test="$ToolbarFolder != ''">        <xsl:for-each select="umbraco.library:GetXmlNodeById($ToolbarFold…
  • System.OverflowException: Value was either too large or too small for an Int32.
    Forum / System.OverflowException: Value was either too large or too small for an Int32.
    Created: October 01, 2011 - Last update: October 02, 2011
    Whenever I try to save the following xslt it throws an error. I cannot figure out what is wrong. If I check the "Skip testing" button it saves and when I go to the live page to see the macro run it runs just fine.. Why is umbraco throwing this error for this code?   <?xml version="1.0" encod…
  • getMedia, Value was either too large or too small for an Int32.
    Forum / getMedia, Value was either too large or too small for an Int32.
    Created: February 25, 2011 - Last update: February 28, 2011
    Hi, I know there are a few topics about this, but the solutions are not working for me. I have a documenttype with an upload field. I have a XSLT script to display newsitems with image. When i do not have an image then all works fine, when i upload an image i get the error above. It´s failing…
  • The value of parameter &#39;id&#39; must be either a string or an integer
    Forum / The value of parameter 'id' must be either a string or an integer
    Created: April 23, 2014 - Last update: April 23, 2014
    Hi all, I just received the following error when trying to load one of my pages: The value of parameter 'id' must be either a string or an integer This makes sense to me, however I've checked all of the IDs used on the page and they are all auto-assigned ints. The code it is flagging up as in…
  • Media type either flash file or image file
    Forum / Media type either flash file or image file
    Created: January 11, 2010 - Last update: January 11, 2010
    Hi, A client wants the ability to choose either flash files or images via their media picker field, so I need a way of checking that the item is a .swf first (and presenting it in the appropriate HTML if so) or else returning the image in an <img> tag. Is the best way to code this in a macro,…
  • Required either of two media types
    Forum / Required either of two media types
    Created: May 15, 2012 - Last update: May 15, 2012
    Hi all, It's been a while since I've done any umbraco. I've got a page which needs either a video or an  embedded video to appear on the top of each page. I need to make one media type required, so you either have to have an associated video or image for the top right of each page.Is there any…
  • On your diet 10 you either
    Forum / On your diet 10 you either
    Created: August 22, 2014 - Last update: August 22, 2014
    On your diet 10 you either carrot instead now if this is day one hundred Hyatt chances are that your willpower your inner cheerleader is strong and you’re able to convince yourself to choose the care but it is day fifty restricted diet your Nitro X Proseries offered a piece a cake yo…
  • I&#39;m either driving across country
    Forum / I'm either driving across country
    Created: July 05, 2014 - Last update: July 05, 2014
    I'm driving I'm either driving across country are great drive in a far way out from the festival where I’m living to where I'm going and I'll pop something and Mika at there’s more stuff that I that I'm excited about that I'm learning about so that's how I do it lately I've been listenin…
  • Has anyone integrated either BigCommerce or Shift4Shop with Umbraco?
    Forum / Has anyone integrated either BigCommerce or Shift4Shop with Umbraco?
    Created: March 16, 2021 - Last update: November 21, 2022
    We have an Umbraco client who is looking to move away from Merchello. They are considering using either BigCommerce or Shift4Shop as these provide a monthly license fee option. Just wondering if anyone has integrated their Umbraco solution with either of these?There is a BigCommerce product/catego…
  • Grouping orders by type either in sage pay or the backend
    Created: January 25, 2012 - Last update: January 25, 2012
    Hi My client has asked that we give her the ability to group orders by type.I have two types, etickets and physical products.My Product data type has a "Product Type" property and product numbers are also prefixed by either T or P (or similiar). Is there a way of grouping on either of these in the o…
  • Dictionary value in ApiController not returning value
    Forum / Dictionary value in ApiController not returning value
    Created: May 01, 2018 - Last update: May 04, 2018
    Hello folks! I can't get the dictionary value in an api controller... Setting the culture doesn't do the trick (either or both), and only an empty string is returned. Thread.CurrentThread.CurrentCulture = new CultureInfo(model.Culture); Thread.CurrentThread.CurrentUICulture = new CultureI…
  • Document Type for either picking content OR entering a static URL
    Forum / Document Type for either picking content OR entering a static URL
    Created: May 16, 2016 - Last update: May 16, 2016
    As the Title said. Why is there not a document type that allows you to either pick a piece of content OR enter a static URL. I know there are external packages like "multi-url" that can do this, but this is overkill for when I want to use it for just one link. Any other options?I think you mean…
  • Generating NiceURL from ContentPicker value
    Forum / Generating NiceURL from ContentPicker value
    Created: July 21, 2009 - Last update: July 27, 2010
    Hi All, I'm having a issue with trying to create a NiceURL in my XSLT when picking a link using contentPicker. I know to how to create the NiceURL in the XSLT: href="{umbraco.library:NiceUrl(1050)}" but I want to get the value of the contentPicker and place it into my NiceURL. I have tried decalring…
  • Converting String Parameter Value to Number
    Forum / Converting String Parameter Value to Number
    Created: November 03, 2009 - Last update: November 04, 2009
    I'm trying to write some xslt that will display a link only if a user is in a particular role. However, I can't get even this basic stub to work (header/preamble omitted) <xsl:variable name="pageID" select="/macro/pageID"/><xsl:template match="/"><!-- start writing XSLT --> &n…
  • How to print a mediapicker value [Solved]
    Forum / How to print a mediapicker value [Solved]
    Created: March 09, 2009 - Last update: March 09, 2009
    Hi to all, i'm studying umbraco a lot of time... I understand the basic of xslt and properties. I'm building a table in which print the value of an attached file... But if use the upload type of the property i can see and download file. If i, instead, use media picker type of properties i can ol…
  • Getting radio button value as text
    Forum / Getting radio button value as text
    Created: March 15, 2011 - Last update: March 15, 2011
    Hi everyone I have a property called "valgBy", it has a radio button datatype, with multiple choices. I need some help on how to display the values as text? I know this should be pretty simple for a pro :) But I am still a "neewbie" regarding XSLT, so if someone would please help me out? :)   K…
  • Only show node if value =
    Forum / Only show node if value =
    Created: September 03, 2013 - Last update: September 05, 2013
    Hello, I have created a new Data Type that is a dropdown menu. It has a series of options with values Option 1 (value is 205) Option 2 (value is 206) There will be a number of content nodes assigned with a certain value (say 205) How do i display a list of the content nodes with a certai…
  • default value from imageDropdown
    Created: January 04, 2012 - Last update: January 04, 2012
    Whn I use the imageDropdown control the default image/choice of the dropdwon is not saved as a value: A quick view in the umbraco.config reveals an empty value: <type><![CDATA[]]></type>  It would be nice to be able to add either a text option ("please choose") for the empty c…
  • Display Dropdown Value in Template
    Forum / Display Dropdown Value in Template
    Created: June 12, 2012 - Last update: November 29, 2012
    Hey guys. This is an easy one.. but I'm struggling.. Im trying to display news story thumbnails based on the "category" assigned to the story (awards, academic, community..ect). So I need to be able to get this value chosen by the admins.  <xsl:value-of select="umbraco.library:GetPreValues…
  • Setting Value for Content Picker
    Forum / Setting Value for Content Picker
    Created: April 09, 2019 - Last update: August 19, 2020
    Hi, I'm creating a new page using the content service, and trying to set the value of a content picker of the new page using the code below IContent c = contentService.Create(ic.Name, guid, "contentPage", -1); c.SetCultureName(ic.Name, "en-US"); var locaUdi = Udi.Create(Constants.UdiEn…
  • dropdownlist loosing value
    Forum / dropdownlist loosing value
    Created: November 20, 2013 - Last update: February 27, 2014
    Hi, Im using codefirst to create a form. the form has a dropdownlist field. when the form is submitted i am running some custom logic in the Validate() class. If the validation fails and the user is presented with the form again, the dropdownlist gets reset hence loosing the value the user selected.…
  • Add selected value slider
    Forum / Add selected value slider
    Created: December 15, 2014 - Last update: December 16, 2014
    Hi  Umbraco version: Umbraco 7.2Database: sqlLite I´m trying to add the value from the slider to a span, next to the slider.  Either add the value next to the slider, or add the combined value on top of the slider.  Exampel 1:23:25 When i see under ~/umbraco/Views/propertyeditor…
  • Get ancestor field value
    Forum / Get ancestor field value
    Created: November 28, 2020 - Last update: November 30, 2020
    Hello guys ! I'm trying to get a filed from a parent with the ancestor method but it's not working. My tree is like : Master Page 1 Page 2 I want my page 2 to get a textbox value from the page 1. I really want to use the ancestor method. Can you help a bit ? thank you :)Glad you got it worki…
  • UmbracoFile variable value in javascript
    Forum / UmbracoFile variable value in javascript
    Created: April 06, 2013 - Last update: April 07, 2013
    Hello Found a jPlayer audio package in the projects section, everything works, except the mp3 reference: $(document).ready(function(){ $("#<xsl:value-of select="concat('audioPlayer',$currentPage/@id)"/>").jPlayer({ ready: function (event) { $(this).jPlayer("setMedia", { mp3:"&…
  • Struggling to test a boolean value
    Forum / Struggling to test a boolean value
    Created: December 13, 2019 - Last update: December 13, 2019
    I have spun up a new site and decided to use Umbraco 8. Previously I've used 7 and had a few partial views to do menus, breadcrumbs etc. I've been trying various things over the past couple of days and can't seem to get anywhere with this one. In a previous Umbraco 7 I had a partial view that worke…
  • Get value from umbracoSettings.config
    Forum / Get value from umbracoSettings.config
    Created: January 07, 2015 - Last update: January 29, 2015
    I've added a node to the errors section in umbracoSettings.config, error403 to be exact. How can I read this value? I can't find any documentation on this.Hi - I just realized you presented the answer already - thanks! var nodes = umbraco.UmbracoSettings._umbracoSettings.SelectNodes("/settings/conte…
  • Customize Data Value Section
    Created: August 26, 2016 - Last update: September 19, 2016
    Hi , Anyone has done some customization on Data Value section? Says if I want to add some additional textbox (eg. 'Json Url field') ? This is due to I want to set the datasource through store proc/ web api instead of set the **Items** in backoffice. Currently I found that it seem like the only w…
  • Updating property value on Save
    Forum / Updating property value on Save
    Created: April 27, 2012 - Last update: November 15, 2013
    When I update a property value on Document.AfterSave, the change is not immediately visible on the screen? Anyone know how to update the screen as well? eg. I have this code to remove domain name from links. Document.AfterSave += new Document.SaveEventHandler(Document_AfterSave); private void Docume…
  • Persisting a custom value/property
    Created: April 02, 2014 - Last update: April 06, 2014
    Hey. I inherited a uCommerce project, I need a way to persist a couple of values in memory. Is there any way I can add custom properties to the Basket or the PurchaseOrder that will then be available through the entire order process? Thank you.Regards.Kris.Hi Garrein, If you add your custom property…
  • Placeholder as current member value
    Forum / Placeholder as current member value
    Created: August 11, 2018 - Last update: August 12, 2018
    I am trying to make it possible for a member to edit their current profiles. Is there a way to make the placeholder output what the current value is? @Html.TextBoxFor(model = model.FirstName, new { placeholder = "First Name" }) works fine but I can't find a variation of @Html.TextBox…
  • get value by language
    Created: June 16, 2014 - Last update: June 18, 2014
    Hi, Shouldnt i be able to do this, where is my language code eg. da-DK or en-US.I am using webforms and 7.1.4 if (@Model.HasVortoValue("bodyText")){ @Model.GetVortoValue("bodyText",lang).Value}Sweeet! Glad you got it working :) Many thanks MattYES YES, you are right. It works, fantastic. You are…
  • XSLT Search .submit value?
    Forum / XSLT Search .submit value?
    Created: June 01, 2011 - Last update: June 02, 2011
    Im working on this solution, and I need to "refill" the submit button to the XSLT Seach in the top right corner.. I cant figure out where in the XSLT file its placed, can someone help me out ? <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#x00A0;"…
  • Fixed value for Document Types
    Forum / Fixed value for Document Types
    Created: April 17, 2013 - Last update: April 18, 2013
    Hi All, Now I am assuming I am being thick here.  I have tried a few things, and can't get this to work for me. Basically I have document types that I don't want shown on the menu. My current very simple solution is a True/False tick box with an Alias of "umbracoNaviHide", whcih works fine so l…
  • crop with only width value
    Created: December 21, 2011 - Last update: December 22, 2011
    Hi, I use DAMP for two projects now, and I start to love this package more and more.  One thing I didn't figure out yet: is it possible to configure a crop with only a width value? I want all my crops to have a width of 200px, the height should be an aspect ratio of the width Thanks for your ad…
  • Razor change variable value
    Forum / Razor change variable value
    Created: December 13, 2013 - Last update: December 18, 2013
    Hi guys I just got into razor so i'm still pretty green in this area. I got this properties for a link setup in umbraco   ...and up to the client to pick wich kind of link they would like to use on the item they are creating. And my code should do something like this: @*If no kind of link is c…
  • Get the value of a (value of a variable)
    Forum / Get the value of a (value of a variable)
    Created: August 25, 2010 - Last update: August 25, 2010
    What i'm trying to do here is to pass in the value of a variable as a parameter to an xsl:value-of's select attribute. (instead of just passing in a variable). So I have a variable dataAlias where i set the value to be passed ($currentPage/data[@alias='someproperty']) However, I haven't been able to…
  • Property value with dynamic value
    Forum / Property value with dynamic value
    Created: October 29, 2019 - Last update: October 30, 2019
    I would like to have a property value on a node, which is generated based on other propertype values on the same node - how can I do that? Do I make my own datatype which reads from the other datatypes on same node? How can I do that? Or is there an extension, that does the above? Any help wil…
  • value-of select returns no value
    Forum / value-of select returns no value
    Created: July 02, 2011 - Last update: July 02, 2011
    Hi all, I am completely new to Umbraco, but the it seems to be a great product. However, I've been playing with the macros but I am not able to make it work properly and I need some help. I have a page with 2 sub-pages. The parent page is one type of template, and the sub-pages are a different kind…
  • Outputting a querystring value that includes an encoded character
    Forum / Outputting a querystring value that includes an encoded character
    Created: January 16, 2012 - Last update: January 17, 2012
    I'm really struggling to display an encoded value that comes from a querystring correctly and would appreciate any help... The best way to describe this is with an example: When a user clicks on link that includes a non-standard letter (e.g. á) in the querystring this is encoded in the URL (e…
  • XSLT :VALUE TOO LARGE OR TOO SMALL
    Forum / XSLT :VALUE TOO LARGE OR TOO SMALL
    Created: December 26, 2011 - Last update: December 26, 2011
    Error occured System.OverflowException: Value was either too large or too small for an Int32. at System.Convert.ToInt32(Double value) at System.Double.System.IConvertible.ToInt32(IFormatProvider provider) at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) at Sy…
  • Single Media Picker (dotted box) not showing &amp; Media folders not showing &quot;select&quot; either
    Forum / Single Media Picker (dotted box) not showing & Media folders not showing "select" either
    Created: January 13, 2015 - Last update: January 14, 2015
    Hi, I have trawled the forum and issues logs to no avail, I am trying to work out what is causing this issue that has arisen in past days, While working on partial views I have noticed document type property using the single media picker has decided to stop rendering in the back office. I can no l…
  • The &quot;ul@Html.Raw(ulClass)&quot; element was not closed. All elements must be either self-closing or have a matching end tag
    Forum / The "ul@Html.Raw(ulClass)" element was not closed. All elements must be either self-closing or have a matching end tag
    Created: February 07, 2013 - Last update: February 12, 2013
    Hi Just upgraded my umbraco from newest V4 to V6.I have the following code in a "Scripting File"[code]@inherits umbraco.MacroEngines.DynamicNodeContext@{  var level = String.IsNullOrEmpty(Parameter.Level) ? 1 : int.Parse(Parameter.Level);  var ulClass = String.IsNullOrEmpty(Parameter.UlCla…
  • Print to screen only when a value is different from the preceding value?
    Developer tools / Packages / Our
    Created: November 27, 2009 - Last update: November 30, 2009
    Hi! Let's say I have an XML-structure that looks like this: <person><name>Jakob</name><title>Art Director</title></person><person><name>Lea</name><title>Art Director</title></person><person><name>Jonas</name>&l…
  • Display value of another document type
    Forum / Display value of another document type
    Created: May 04, 2011 - Last update: May 04, 2011
    Hi, I have a question. I'm using the following site structure. -site 1 -- button 1 -- button 2 - site 2 -- button 1 -- button 2 The 'site' document type has three values witch must be displayed on the pages button 1 and 2. So I add the values in the master template. I only see the values when I'am…
  • Custom Property Editors default value
    Forum / Custom Property Editors default value
    Created: May 13, 2016 - Last update: May 13, 2016
    After a bit if as struggle (I am new to Umbraco and AngulasJS) I think I have worked out how to set a default value to my new custom property editor by checking and updating $scope.model.value if it is empty or null eg HTML View ... ... CONTROLLER JS angular.module("umbraco") .controller( …
  • Store values as XML &amp; maptype value
    Created: September 08, 2010 - Last update: April 17, 2011
    Hiya DarrenI only figured out from your datatype value that it stores the long,lat, and the third value was a bit of a mystery until Sebastiaan mentioned it was the zoom level. The XSLT lover that I am maybe you could store the values as XML and additionally store the maptype that was selected. <…
  • Read Textbox datatype value in usercontrol
    Widget Dashboard / Backoffice extensions / Packages / Our
    Created: March 01, 2011 - Last update: May 16, 2011
    Hi There, I have created a Textbox datatype called "EmailAddressContact " now I want to read EmailAddressContact .Text in my UserControl code. Your help is greatly appreciated Regards Sword    Is this resolved? Did you able to use the value of your custom doctype? I need to do similar stuf…
  • A potentially dangerous Request.Form value was detected
    Forum / A potentially dangerous Request.Form value was detected
    Created: September 21, 2010 - Last update: September 22, 2010
    Whenever I try to save a node that contains an RTE element, either in doctypes I've created or in ones used by blog4umbraco I get this error. I'm using 4.5.2 on a server thats running a gamut of .Net, from 1.1 to 4.0 Solutions on the forums seem to point to me having to tweak my templates to include…
  • Get value of property on Media Folder?
    Forum / Get value of property on Media Folder?
    Created: August 24, 2012 - Last update: August 25, 2012
    I've added a custom true/false property to the Media Folder data type "myproperty", and am struggling to work out how to access it's value. var mediaFolder = @Model.MediaById(1201)var check = mediaFolder.HasProperty("MyProperty");//Returns True Ah thanks Funka, keep forgetting the bool check :/ Do y…
  • Breaks when no OrderBy value is chosen
    Created: August 01, 2014 - Last update: August 01, 2014
    First I think this is a great package :) However I found a small bug in the YouTube package v. 1.0.1 When setting up the datatype you are able to choose how the videos should be sorted. However it's still possible  to save without choosen a OrderBy value. In this case I get an error like this i…
  • Getting the First value of Multiple TextString
    Forum / Getting the First value of Multiple TextString
    Created: December 19, 2012 - Last update: December 20, 2012
    Hi everyone, Can someone tell me how to display the first value  of a multiple textString where the property alias is associated to the mediaType image. Am using the built  in multiple TextString from v4.9.1 Here is how my code looks like <xsl:when test="$currentPage/ancestor-or-self::…
  • Default Value in Document Type Field
    Forum / Default Value in Document Type Field
    Created: December 23, 2010 - Last update: December 23, 2010
    Hi I would like to have a date time field in a document type which when I create a content based on document type, the default value of this date time field is set to NOW as default. Regards, NamiYap! I think this is simpler! But user could not set the default value in document type definition. …
  • XML - Getting the value of tag with namespace
    Forum / XML - Getting the value of tag with namespace
    Created: January 15, 2012 - Last update: January 30, 2012
    Hello, I've got a problem getting the value of an xml tag with a namespace.  Here's The XML: <rss xmlns:obs="http://www.cision.com/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"> <channel> <item obs:id="1"> <title>Title 1</title> <con…
  • hexadecimal value 0x1E, is an invalid character
    Forum / hexadecimal value 0x1E, is an invalid character
    Created: May 10, 2011 - Last update: May 16, 2011
    Hi. I hope you guys can provide some input about this problem that I just can't seem to find a solution for.    We have a website set up on a staging environment. Umbraco 4.5.2 upgraded to 4.7.0, MSSQL server 2008 database. The client has added data to it over the course of several weeks.…
  • @foreach value of Multiple Textstring - uComponents
    Forum / @foreach value of Multiple Textstring - uComponents
    Created: June 29, 2011 - Last update: August 04, 2014
      I have some values from  uComponents Multiple Textstring <kursusHvornaar> <values> <value>4. - 5. april 2011</value> <value>24. - 25. oktober 2011</value> </values> </kursusHvo…
  • Action Handler Test Value Before
    Forum / Action Handler Test Value Before
    Created: February 02, 2010 - Last update: February 03, 2010
    Hi All, I'm writing an action handler so when a member is saved they get their roles reassigned if a property has changed.. what im having trouble with is how to actually check the previous value of the property vs the value to be saved.. is that possible? here's my code so far for my actionhandler …
  • System.ArgumentException: The query didn&#39;t return a value.
    Created: July 31, 2012 - Last update: August 06, 2012
    We are getting an error when we try to open some of our trees with the Multi-node tree picker.  Our tree is about 4 levels deep. But it works on some nodes in the tree and not on others. Below is the log error we are getting.  What would be the issue? Does anyone have a fix. We are a larg…
  • Dynamically Retrieve Items by Datatype Value
    Forum / Dynamically Retrieve Items by Datatype Value
    Created: May 17, 2013 - Last update: May 23, 2013
    *Using Umbraco v4.8This code currently calls all the Faculty Profiles (nodes) that I create and sorts them by the dataType=facultyLastName <xsl:output method="xml" omit-xml-declaration="yes"/><xsl:param name="currentPage"/><xsl:template match="/">    <ul> …
  • Default value
    Created: July 19, 2011 - Last update: July 19, 2011
    First of all, I like MatricList for contour! Right now, the first values are checked by deafult. Is it posible to choose the default value to be checked or choose to don't have a value checked?  
  • autoFormsAuthentication value
    Forum / autoFormsAuthentication value
    Created: September 18, 2017 - Last update: September 18, 2017
    Hello, Can someone tell/explain to me, what the value - autoFormsAuthentication does in the web.config? Many thanks Paul
  • Default Value
    Backoffice extensions / Packages / Our
    Created: August 17, 2016 - Last update: December 14, 2023
    Default Value This was useful for a project that implements the schema.org types, so each page (article, news, foto) has a default value (Article, newsArticle, Photograph) that may be overridden by another schema.org object type, but if the user does not override anything, the default is used. Ther…
  • radiobuttonlist value
    Forum / radiobuttonlist value
    Created: September 23, 2010 - Last update: September 25, 2010
    Hello everybody, I created a new datatype to define a radio button list. I have three values in it.  Umbraco assigned a numeric value to each string I defined. How can I get the text instead of the value? Thanks in advance, Gianluca.You are very welcome Gianluca. Glad I could help :) /Kim AThan…
  • Copy Value
    Backoffice extensions / Packages / Our
    Created: April 01, 2023 - Last update: December 14, 2023
    Copy Value This Property Editor is a simple copy button that copies one or many values from a property into another property. Useful when you have more than one property with the same purpose, but that may or may not be the same value. Minimizes duplication of work. Ex. When you want an article tit…
  • max() value?
    Forum / max() value?
    Created: May 16, 2010 - Last update: May 16, 2010
    I have x number of nodeid's stored in a cookie. I want to loop through these nodeid's and find the nodeid containing the highest (max()) value for a certain field in the node - any suggestion on a approach of finding the max/highest value?Hello again I'm not sure it can be done using "pure" XSLT - b…
  • value of checkbox
    Created: January 29, 2011 - Last update: January 31, 2011
    right now its just on/off. i would like to set own value. is this possible?thank you, although my programmingskills are at "rookie" level.   Regards / MarcusOn/off are already interpretations for the checkbox having an attribute 'checked' or not. I found this article quite helpful: http://jquer…
  • No value with GetVortoValue()
    Created: March 05, 2015 - Last update: June 16, 2015
    I need your help! I have no value in a child page if a try to get a vorto text string. I tried: @item.GetVortoValue("title") --> empty String @item.title --> Our.Umbraco.Vorto.Models.VortoValue   some ideas how to get the text string value? thx&best regardsmanuel  your welco…
  • GetProperty value
    Forum / GetProperty value
    Created: March 03, 2013 - Last update: March 24, 2013
    Hi I'm using 6.0.1 When I call item.GetProperty("newsTeaser").Value my script fails but when I iterate over item.PropertiesAsList  I see a property with the alias newsTeaser and with a value. item.GetProperty("newsTeaser") also returns false Is this a bug or am I doing something wrong? /Paul S…
  • Value Duplicator
    Backoffice extensions / Packages / Our
    Created: July 05, 2013 - Last update: December 14, 2023
    This dashboard control (in the settings section) allows you to copy property values to a different property on the same document. Documents can be selected by their document type. This is especially useful if you need to copy/move already existing document data from one datatype to another; i.e.…
  • Exclude value in email or change value
    Created: February 11, 2013 - Last update: February 11, 2013
    Hi.. How can I exclude a field in the form from being sent with the email..? e.g. a checkbox "accept terms", but I won't sent this field value with the email. Another example is that I want to change some of the values being sent.. e.g. a checkbox again where I don't want to write true/false.. but p…
  • Default value of drop down list property on document type
    Forum / Default value of drop down list property on document type
    Created: January 29, 2015 - Last update: January 30, 2015
    Hi all, Experiencing some strange behavior here on 7.2.0. I have a drop down list property attached to a document type. This property is not mandatory. However, if I don't select a prevalue from the drop down list when creating content (leaving the drop down list blank), then the property value i…
  • default value for a product property
    Created: January 15, 2015 - Last update: January 20, 2015
    I can create a property for a product, but can I setup a default value? Can I also setup a default value for price? Hello Slava, Re: default values for product propertiesYou cannot specifiy a default value for product properties. :-( Yet. The default value for definition properties refer to Cat…
  • new default value feature
    Website utilities / Packages / Our
    Created: August 11, 2010 - Last update: August 12, 2010
    I upgraded to 1.1 but am not seein the new default vaules option on the additional settings... did i need to run an sql script in the upgrade? if so, where can i find that sql script? thanks,Contour 1.1.1 is out, info on the changes here: http://nightly.umbraco.org/Umbraco%20Contour/1.1.1/changes.tx…
  • Would anyone want value filtering in &#39;Cascading Properties&#39;
    Created: July 23, 2012 - Last update: July 23, 2012
    Would this be useful to anyone?  I want to know before I spend time adding it. By "Value Filtering" I mean filtering child items by either regex or "BeginsWith, Contains, EndsWith, Equal" Thanks for any input.
  • XSLT Data Type dropdown value id not text
    Forum / XSLT Data Type dropdown value id not text
    Created: September 12, 2016 - Last update: September 12, 2016
    I'm trying to get the value of a Data Type drop down that I have used in the property of my page. I can easily get the text, but I need the value/id as I am using that to pass through to a query string on a search I have. I've tried several different things and none of the following worked: …
  • Updating to an empty string after a value is inserted first
    Forum / Updating to an empty string after a value is inserted first
    Created: May 02, 2011 - Last update: May 02, 2011
    Hi I am a newbie to umbraco but here is my problem I have a survey in contour and when I enter a value into a field either a drop down or a textbox it will insert to the db fine. If I don't enter something into the field it will enter a NULL into the db which is fine. Also if I got back to tha…
  • v0.3.0 beta - Attribute grouping &amp; Value Resolving Feedback
    Created: April 28, 2017 - Last update: April 28, 2017
    Hey folks, The [Attribute grouping & Value Resolving HTML Helpers][1] are a big new additions to Grid Settings. Have you taken advantage of this new feature? If so let me know. If not let me know too! I'd be interested to hear your feedback either way. Every perspective is valid :) Thanks, Jam…
  • Using the Umbraco Core Property Value Converter
    Created: June 17, 2015 - Last update: June 25, 2015
    Hi Rolf, I'm using the 'original' Multiple Media Picker with the benefit of the Umbraco Core Property Value Converters. I would like to change these Media Pickers with your Extended Media Picker, but then the Value Converter doesn't work anymore. How can I hook the Value Converter of Umbraco.Mul…
  • creatorID does not return value in template field
    Forum / creatorID does not return value in template field
    Created: March 16, 2011 - Last update: March 16, 2011
    Hello, I need the creatorID for some macro logic.  My template code looks like this:   <umbraco:Macro divClass="applyNowLeft" job="[#jobPosition]" creatorID="[#creatorID]" Alias="GetSubmitResumeLink" runat="server"></umbraco:Macro> The creatorID does not appear to be something…
  • Recursive related links and property value convertor
    Forum / Recursive related links and property value convertor
    Created: July 16, 2014 - Last update: July 16, 2014
    I have a custom property value converter which converts RelatedLinks properties into a custom object representing the links (UmbracoRelatedLink). public class RelatedLinkConverter : PropertyValueConverterBase { public override bool IsConverter(PublishedPropertyType propertyType) …
  • Updating a field value when saving a form
    Forum / Updating a field value when saving a form
    Created: June 28, 2017 - Last update: June 28, 2017
    Hi, I am trying to update a hidden field on a form when a form is submitted. I have a custom dropdown list and want to copy the selected value to the hidden field. I'm trying to work out where the best place is to do this: * I've tried overriding the ProcessSubmittedValue method in the class where…
  • GraphQL Custom query for Media picker URL value
    Forum / GraphQL Custom query for Media picker URL value
    Created: June 19, 2022 - Last update: June 30, 2022
    Hi Team, I am new to GraphQL and Umbraco. As per requirement I need to setup Multilingual Umbraco and return data using graphql. Now i am able to setup the documenttype and pages in umbraco multilingual and able to retrive the data in graphql as well. But the issue when I add Media Picker in docum…
  • GetValue returning &#39;system.int32[]&#39;, rather than Value
    Created: December 13, 2016 - Last update: December 13, 2016
    **Use case:** Storing a collection of Images (e.g. array on Ints) When using GetValue the type is returned rather than the items. I think this is caused by having the [Umbraco Core Property Value Converters](https://our.umbraco.org/projects/developer-tools/umbraco-core-property-value-converter…
  • How to test if one value is existed in a couple of values?
    Forum / How to test if one value is existed in a couple of values?
    Created: November 21, 2012 - Last update: November 21, 2012
    I use  <xsl:variable name="nodes" select="$currentPage/ancestor-or-self::*[@isDoc and @level='1']//*[@isDoc and umbraco.library:Split(tags,',')//value=$currentPage/descendant-or-self::*[@isDoc and isTag='1']/@id]"/> this xsl will select some nodes which tags field value is include some no…
  • CMS Import to convert a CSV value to Vendr Price
    Created: December 16, 2021 - Last update: December 17, 2021
    Richard, I am tryign to use a custom IFieldProvider class to convert a csv value to a Vendr Price. Speaking with Matt it looks like the object structure should be like this: {"A GUID HERE", "A PRICE HERE"} However, when I run my import it does not fire my custom controller Parse method at all…

Code Of Conduct - Privacy Policy

 

Our.umbraco.com is the community mothership for Umbraco, the open source asp.net cms. With a friendly forum for all your questions, a comprehensive documentation and a ton of packages from the community.