Questions tagged [umbraco7]

Umbraco 7 is an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure.

Umbraco 7 is the seventh stable release of Umbraco - an open source content management system (CMS) platform for publishing content on the World Wide Web and intranets. It is written in C# and deployed on Microsoft based infrastructure. The open source backend is released under an MIT License while the UI is released under the Umbraco license.

Resources

https://umbraco.com/products/umbraco-cms/umbraco-7/

1479 questions
2
votes
1 answer

Disable Scheduled Publishing in Umbraco

I'm trying to disable the scheduled publishing in Umbraco but can't find any settings and can't find any posts mentioning how to do this. Is this possible within 7.2.8? Thanks
CodeFirstAndy
  • 591
  • 3
  • 8
  • 26
2
votes
0 answers

Connecting Umbraco backend with on premise AD authentication from Azure

We are migrating our web applications from an on premise environment to Azure app services. One of the webapps is causing a little bit of trouble, it's an Umbraco website that uses LDAP for connecting with an external AD for backend authentication.…
Mark
  • 3,231
  • 3
  • 32
  • 57
2
votes
1 answer

SQL error "Invald column name" on Umbraco upgrade

I am attempting to upgrade Umbraco from 7.2.6 to 7.4.2 I've updated all the packages via NuGet but when I attempt to access the AuthorizeUpgrade URL and login to update the database, I get the following…
Mike
  • 2,391
  • 6
  • 33
  • 72
2
votes
2 answers

Umbraco 7 slow on production server and keeps restarting

Local on my laptop the umbraco projects runs perfectly, but when I put it on the production server the backend is very slow. Specs of VPS: Windows Server 2012 1 CPU with 2 Cores 2.2Ghz 4Gb RAM IIS8 MSSQL Express Umbraco version 7.4.1 Also when I…
Mivaweb
  • 5,580
  • 3
  • 27
  • 53
2
votes
1 answer

Show tags under their own specific tab

I'm creating a tag system on my website. So far it's all working great. But now I wish to create a page that shows all my tags under their own tab like you have with a portfolio page. Example: http://www.don-zalmrol.be/tags?tag=Electronics My page…
2
votes
0 answers

Umbraco Navigation Service on ng-table's ng-click event

I am trying to navigate the control on ng-click to a view of a custom section. this is the ng-click on td. {{ item.Name}} …
Harshit
  • 397
  • 2
  • 6
  • 17
2
votes
2 answers

Autofac - injecting UmbracoContext.ContentCache

In one of my projects, I'm using multiple repositories, one of them Umbraco content cache. While I imagine this is a good way to keep the website loosely integrated with Umbraco, I'm stuck with one problem: injecting UmbracoContext.ContentCache down…
droidbot
  • 937
  • 1
  • 10
  • 26
2
votes
1 answer

Create default childs to node in umbraco

I'm trying to find out how to force node to create only one node child of other type ? I have 'hotel' node and i want to add one 'rooms' node and one 'facilities' node ('rooms' create 'room' and 'facilities' create 'facility') by default when i will…
Jarufi
  • 308
  • 1
  • 12
2
votes
1 answer

Display Content Picker property in ListView - Umbraco v 7.4

I'm trying to display my cities node property in listView (in umbraco backoffice). Each 'city' node hold 'country' node property (the property type is- Content Picker). In list view, if i choose 'Columns Displayed' of type country, i'm getting the…
Jarufi
  • 308
  • 1
  • 12
2
votes
1 answer

Upgrading umbraco 4.11 to 7

I have an umbraco WebForms projects built on 4.11.10 that we need to upgrade to 7.3.8. We have tools such as RedGate Data Compare and RedGate Structure Compare, but without firsthand knowledge of the new structure and how that has affected the way…
dotdev
  • 543
  • 7
  • 19
2
votes
2 answers

Is it possible to restrict content editors to specific content in UmbracoCMS

So here is my situation, I have an umbraco website which is divided into sections for each department in an organisation. Each organisation wishes to manage its own content and want their own admin. However they don't want the admins of other…
Obi
  • 3,091
  • 4
  • 34
  • 56
2
votes
1 answer

Umbraco via Nuget - how do I change the database?

I have installed Umbraco 7 via Nuget Empty ASP.NET 4.5 project Package Manager console command: install-package umbracocms Build & run, following the Umbraco wizard Looking in the web.config this is writing to the SQL Server CE database on my system…
VictorySaber
  • 3,084
  • 1
  • 27
  • 45
2
votes
1 answer

Umbraco 7.2 not reconnecting to SQL Azure when a failed connection occurs

I've got an Umbraco 7.2 site that is running on windows azure using SQL Azure as the database. At least once a week, SQL Azure is reporting a failed connection and Umbraco doesn't automatically reconnect. All users receive a 500 error when…
joeldow
  • 1,048
  • 1
  • 9
  • 19
2
votes
1 answer

How to unpublish content programmatically in Umbraco 7

I have been trying to unpublish a content programmatically in Umbraco 7 but it seems not to work as expected. Although the content was removed from the cache but the database record was never updated:…
Oluwafemi
  • 14,243
  • 11
  • 43
  • 59
2
votes
1 answer

Remove tab from Umbraco 7 Backoffice on nuget package uninstall

My Umbraco plugin adds a tab to the Developer section of Umbraco 7 back-office and I need to remove this tab on the uninstall of the associated nuget package. Anyone has an idea of how this can be done ? PS.: For installation as a local package I…
EdsonF
  • 2,719
  • 3
  • 30
  • 34