umbraco
how to remove html tags from rich text editor in Umbraco (Razor)
I am using a rich text editor to display description on the products page , but the page renders as :[详细]
2023-03-29 01:50 分类:问答How can I retrieve a list of terms from an Examine index?
I have implemented Examine in an Umbraco project and have created an index of my site\'s content. What I now need is a list of terms stored in that index for any given field.[详细]
2023-03-28 21:12 分类:问答How do you create a news archive in umbraco?
I\'m trying to create a news archive in umbraco, where it would display a list of news pages organised by month. Each page would display a listing of the news items of that month.[详细]
2023-03-28 19:12 分类:问答How do I get the absolute media file path in umbraco using razor?
I\'ve tried the following bit of razor code: @room.Media(\"summaryImage\",\"umbracoFile\") but I get something like ~/media/155/lux.jpg, how do I remove the initial ~ to get a server path ie, /medi[详细]
2023-03-26 19:08 分类:问答Adding a field, for example IndemnificationAmount to a product in uCommerce Store/Umbraco
I have a problem in Umbraco/uCommerce. I\'m trying to find a way of adapting uCommerce Storefor my specific needs. What I\'m aiming to do is add an indemnification amount to an insurance product, but[详细]
2023-03-25 18:47 分类:问答umbraco install pains
Error reading XSLT file: \\xslt\\umbTopNavigation.xslt i\'ve tried installing on more than one server-everyone has permissions to install a kitchen sink if they wish - not going away.开发者_如何转开[详细]
2023-03-25 14:54 分类:问答Using Razor LINQ .Where() to find umbraco nodes with a certain date value
I\'m currently rewriting an XSLT macroto display child nodes of the current page, depending on what querystring variables are set for \'month\' and \'year\'. This is used for a news listings page whic[详细]
2023-03-25 08:12 分类:问答add custom 404 pages in umbraco 4.7
I\'m trying to add custom 404 pages into umbraco even though I got them working in several projects, in this umbraco 4.7 it does not work.[详细]
2023-03-25 05:02 分类:问答xslt test with 2 parameters
<xsl:if test=\"count($currentPage/..//$itemType) > 0\"> I try to use the if statement with 2 param values and I get the error:[详细]
2023-03-24 17:11 分类:问答Multi Level Drop down Menu using Razor in Umbraco
I am trying to build a multi-level dropdrown menu, I\'m using umbraco cms. What I am looking for is something like :[详细]
2023-03-24 07:48 分类:问答