umbraco Questions
5
Solved
This is my first time round using Umbraco and I have created Document Types / Pages using the wrong naming format and now this has transpired into my page URL's, for instance /about-page/. How woul...
2
Is it possible to output html strings to csv.
Trying to export data from a cms to csv and to Excel. Each piece of html could include commas and anything really.
EG. <p class="myclass">This ...
1
Solved
Sometimes when using the miniprofiler, there's just some requests that you doesn't care about. In my case I don't care much about signalr, umbraco pings, and some requests made when I wanna know if...
Warehouse asked 5/4, 2016 at 12:41
2
In Umbraco v6 it's possible to get a dictionaryitem with the following command:
umbraco.library.GetDictionaryItem("EmailSubject");
This retrieves the proper value of "EmailSubject" depending on ...
3
Solved
Situation
I have created a new section in Umbraco 7.3 where I can manage a catalogue (create, edit, and delete products). When I create a product, I store all its information in a table in the Umb...
2
Solved
I'm trying to access the logged in Umbraco User, not member, but I cant get it work.
I have tried with the following methods but none work, they all return null:
umbraco.BusinessLogic.User.GetCur...
Ganda asked 12/2, 2016 at 13:48
2
Solved
Wondering if anyone knows how to add a custom css stylesheet to the admin backend section, without altering the original masterpages/umbraco.aspx.
I have a custom section implemented, so it has it...
Prone asked 16/1, 2013 at 15:5
3
Solved
On a number of different document types, I have to add the same 3 native Umbraco data types
content picker
TextString
TextString
It was suggested to me to see if there is a way to create a new...
Faden asked 21/8, 2012 at 18:43
5
Solved
I have what I feel is a very simple question about Umbraco, but one that has as of yet no apparent answer.
I have a razor template, standard stuff, with @ displaying variables and some inline C# c...
2
Solved
I am trying to change the default admin UI URL used in Umbraco to a custom URL. The default URL is simply /umbraco, for example:
http://mywebsite.com/umbraco
As an example, I would like the admi...
Nolpros asked 29/7, 2014 at 15:38
2
I'm trying to work out why Umbraco 7.2.4 just doesn't seem to handle asynchronous tasks in my ASP.NET MVC controller. I feel like I've read almost every possible stack overflow and umbraco q&a,...
Imprecate asked 11/5, 2015 at 11:32
2
Solved
I noticed there are at least two ways to write logs in Umbraco. One way is using the LogHelper class, and the other is to use directly the methods of the instance obtained with log4net.LogManager.G...
1
Solved
I have multiple domains pointing to one hosting location.
I wish to establish one of the domains as my main domain and therefore I wish to perform a 301 redirect to this main domain whenever a user...
Fluoro asked 18/9, 2015 at 9:24
1
I've inherited a database for an Umbraco website that I need to pull out the content so it can be loaded into another CMS.
I've restored the SQL Server database and I still cannot find where what ...
Dania asked 2/9, 2015 at 16:21
3
I'm trying to create a new member for my Umbraco site programmatically but I'm not confident that I am doing this correctly.
My code looks like this:
MemberType demoMemberType = new MemberType(...
Reflex asked 7/1, 2015 at 13:5
2
We are running Umbraco in an virtual environment with 8GB Ram on a Windows 2008 R2 OS.
Regardless of Version (we have 4.X and 6.x running) we see memory consumption of about 600MB per App Pool and ...
Insular asked 9/7, 2013 at 7:4
2
I'm trying to allow javascript in rich text editor inputs in my Umbraco setup. I'm using Umbraco 7.2. I've enabled the script tag in tinyMceConfig.config so the editor no longer eats my script tags...
2
So, I have a staging and live environment of Umbraco.
Our content guys make changes in Live because they need something to be visible straight away.
Now, to back this up - I'm currently co...
Depoliti asked 27/11, 2014 at 15:50
5
I read that for umbraco to run my code on application startup I need to inherit from umbraco.Global and override Application_Start. I've done that with the following simple code which resides in it...
2
Does anyone have any example code for getting Umbraco MVC working with the Castle Windsor dependency injection framework? The problem I'm having is getting my surface controllers to use injectable ...
Safekeeping asked 17/2, 2014 at 17:29
4
Solved
Hi I am installing Umbraco to the root directory of my website. And also I want to install my wordpress blog to a subfolder in the root directory.
However any request to the subfolder is being int...
Ferrosilicon asked 3/10, 2010 at 19:32
2
Solved
I have a .Net website with custom error pages configured using the web.config httpErrors section:
<httpErrors errorMode="Custom" existingResponse="Replace">
<clear/>
<error status...
Pal asked 10/2, 2015 at 10:39
4
Solved
I'm using umbraco 4.11.3 in my project.My project work well util that's on Windows 7 and run it from visual studio 2012.
But it did not work in Win 8 when it run from visual studio 2012!
Error is:...
Nerissanerita asked 4/2, 2013 at 19:59
2
I am running an MVC site along side Umbraco. The MVC site handles its own authentication completely separate to Umbraco, and ASP.NET Forms authentication for that matter. It sets a cookie and uses ...
Pucka asked 1/12, 2014 at 4:34
3
Solved
When using:
@Model.AncestorOrSelf(3)
In a .cshtml template in Umbraco, this would presumably limit the node traversal to 3 levels. Is this correct, and if so can anyone also confirm if the curre...
Superficies asked 11/11, 2013 at 21:21
© 2022 - 2024 — McMap. All rights reserved.