Questions tagged [umbraco4]
27 questions
68
votes
4 answers
MVC and Umbraco integration
I've followed the steps from http://memoryleak.me.uk/2009/04/umbraco-and-aspnet-mvc.html and integrated MVC in Umbraco with success, but I still have a problem which is critical for me.
Is there any way to inherit the Umbraco defined templates in an…

Lucian Podereu
- 798
- 7
- 10
3
votes
3 answers
Umbraco custom Data Type - how to hide label?
I am creating a custom Data Type for Umbraco.
It is a UserControl (.ascx file) derived from IUsercontrolDataEditor.
(It shows a grid that lists all the child nodes)
How do I make this control full-width?
ie. I want to hide the label, just like what…

Aximili
- 28,626
- 56
- 157
- 216
1
vote
0 answers
How to hide element via XSLT when user does not have permission to view Umbraco page
I have a graphic panel that appears on the right side of every page of my Umbraco4 website. I want the panel to only appear if the logged-in user has access to the page it links to. If not, I’d like the panel to disappear.
The panel appears…

Robert Godino
- 41
- 6
1
vote
1 answer
How to execute Umbraco v4 project
i was given a project wherein i will be sustaining an old Umbraco v4 project that has a remote database server. how will i be able to understand the architecture with such obsolete technology.

Zack San Agustin
- 51
- 3
1
vote
3 answers
Get the Node URl from the Umbraco (4.7) Database
I have a batch that loads some information from the umbraco (4.7) database.
I need to extract the Link to document node property...
The Api in the site does it like umbraco.library.NiceUrl(nodeid)... But I have one console application that does not…

serge
- 13,940
- 35
- 121
- 205
1
vote
2 answers
Use Content instead of Document in Umbraco (v6)
I would like to update some obsolete code from umbraco v4 in the updated to v6 solution.
I have
entitiesFolder = new umbraco.cms.businesslogic.web.Document(folderId);
entitiesFolder.ReorderChildren(
entitiesFolder.Children.OrderBy(fdoc =>…

serge
- 13,940
- 35
- 121
- 205
1
vote
1 answer
How do I speed up my Umbraco 4 Website?
I am new to umbraco, I have a website made in Umbraco version 4.11.10 & it some times really slows down. And I need the ways to speedup my website. It uses the uCommerce package also.
I am aware of AppWarmUp feature of IIS, also I need to know…

user1400290
- 1,682
- 5
- 23
- 43
1
vote
1 answer
Simulate a redirect to an action in umbraco v 4.7.2
I have an umbraco v 4.7.2 and should perform an user activation.
When a new user registers on the site, it recieves an e-mail with the activation link.
Say, the link is…

serhio
- 28,010
- 62
- 221
- 374
0
votes
1 answer
Send email to Umbraco 4
I helping a client with a Umbraco 4 solution. When they send a email message to some special email addresses Umbraco picks them up and creates news post with the email subject, message and picture. One of the emails are failing. Do any of you now…

ComCool
- 773
- 4
- 15
- 28
0
votes
2 answers
umbraco: get a list of media of a media node
I use Umbraco 4x.
I need a way to get the list of the media from a media node and its size, in order to see how and where to optimize the (uploaded) pictures.
Because some uploaded pictures are too large, so it takes time to display them, so if I am…

serge
- 13,940
- 35
- 121
- 205
0
votes
2 answers
Umbraco4: How edit a Macro in a Template?
I have a Contact Page in a site made in Umbraco 4. The contact page is part of the "Contact Page" template via a Macro, as you can see in this image:
I need to update this contact form. How I can do it? I dont find how.
Thanks,

Gabrielizalo
- 896
- 1
- 17
- 29
0
votes
1 answer
Umbraco create - 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied
Create content - 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
Hi All,
After having moved a version 4 website over to a new server using IIS8.5 (app runs in .net…

Bob the Builder
- 503
- 1
- 12
- 33
0
votes
1 answer
Textbox Highlight red when no data inside it using javascript validation
I have a Text-box which highlights red when I click on it (on focus). If I type anything inside it it highlights back to grey. But When I type something inside it and again delete all the data inside it doesn't highlight back to red. Please help me…

munmun poddar
- 107
- 10
0
votes
0 answers
Move Umbraco 4 website to another server - backoffice error
I have a Umbraco 4 website on a webserver and when I copy the website to another server the backoffice is not shown.
Login to website on current server - works perfect:
Ok - Login to Umbraco 4 backoffice
Ok - Umbraco 4 backoffice
When I copy the…

Thomas Thor Nielsen
- 71
- 1
- 7
0
votes
0 answers
Export Umbraco Media Tree Structure
Is there a way to export the tree structure from Umbraco media section?
I have managed to do the same for "Content" section building a package on developer tab but I cannot do the same for "Media".
I'm using Umbraco 4.

Carlo S
- 953
- 1
- 9
- 14