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
-1
votes
1 answer

Error occured when i use webapi to get data on umbraco

I am using Umbraco 7.4.0. When I installed Umbraco Forms 4.2.1 in my project that working fine.when i was proceeding a project, i need to use webapi to get user registration info, but i can't receive data from webapi on Umbraco. But if i copy code…
eric
  • 1
  • 2
-1
votes
1 answer

asp.net | webform 'website' (not application) | Umbraco CMS | additional content

We have an old large asp.net webform 'website' (not application) website that needs a CMS adding to it. Can Umbraco be used for new additional content along side existing content pages
DaveM
  • 1
  • 1
-1
votes
1 answer

How to Set Up Continuous Deployment for an Umbraco Project in Visual Studio Team Services (was Visual Studio Online)

So I have been in experimenting and researching mode for the past 2 weeks, trying to setup a Umbraco 6 Web App via Nuget that can be checked into Visual Studio Team Services, and be deployed on check in (Azure Continuous Deployment via TFS). I know…
Devin Gleason Lambert
  • 1,516
  • 1
  • 13
  • 22
-1
votes
1 answer

Umbraco - Menu always loads to route #/content after any menu click

I have just updated my site to latest version I have been notified about. I have following issue: Clicking on any link in menu in admin site (/umbraco) The workaround I have found is click on the link click on profile click edit confirm that…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
-1
votes
1 answer

Bind Data to Umbraco Templates

I want to bind Model Data to the form on Back Button The Scenario is like On Continue I am saving the data into View Model and on Go Back I want to populate the Model data back to form
SantyEssac
  • 789
  • 2
  • 19
  • 47
-1
votes
1 answer

Umbraco AD integration for an intranet

Im wanting to build an intranet that will use Domain (AD) authentication and let the user not have to login. So Ive been looking at the AD package here and digging into the details a bit, it seems you have to configure a user & password in the…
BitShift
  • 123
  • 2
  • 14
-1
votes
1 answer

Export Umbraco fields to Excel

I have 3 Umbraco Items I would like to export to an excel sheet. Alias Type jibberishNumber textstring jibberishName textstring jiberishBody Richtext editor I would like to place them in an excel sheet like this : Number …
fred1234
  • 429
  • 1
  • 4
  • 26
-1
votes
1 answer

Umbraco 7 examine JSON search - autocomplete not working

I have a working search box and wanted to add autocomplete functionality. It keeps displaying "No search results." When I type the word "Umbraco" into the input, I do see the following in the console, but it's not…
Madness
  • 618
  • 2
  • 7
  • 22
-2
votes
1 answer

Umbraco install page doesn't load, redirects to itself

I have recieved an installed copy of umbraco from my client and i have added the DB name manually in web. config file. When i tried to run the code the page is getting…
-2
votes
1 answer

How to use Umbraco7 as API with Vue.js?

I am just learning Umbraco and I have a basic template that has just one alias. What kind of controller should I code for it? Could you please give me an example to reach my alias from js frameworks?
-2
votes
1 answer

Use two bootstrap versions without breaking things

I know it might be a weird question but I really need to render two bootstrap versions in the same page. I am using Umbraco CMS which by default uses bootstrap version 2.x while my frontend pages use bootstrap 4. But I am using some widgets from…
Rey
  • 3,663
  • 3
  • 32
  • 55
-2
votes
1 answer

How can I get the current pagid within the backoffice & frontend?

So the below code works perfectly fine for the front-end however always returns null/0 in the back-office when rendered within the grid. This code is within a custom grid editor. int pageid = Convert.ToInt32(UmbracoContext.Current.PageId); How can…
-2
votes
1 answer

AZURE Beginner lost with a 503 error - Need help where to start to get site back up.

I hoping that someone can help us and guide us to where I should be looking in Azure to fix my 503 error. My site has been down for over 24 hours now. Steps I have taken since the 503 error: Commented out Redirects in my web.config file for…
-2
votes
2 answers

Umbraco tinymce RTE not loading anymore

I have a project set up on umbraco 7.5.3 and everything worked fine. However, since a few days, the TinyMce RTE doesn't load the content anymore. It's giving me a javascript error: Uncaught TypeError: Cannot read property 'replace' of undefined at f…
Lieven
  • 1
-2
votes
1 answer

CRUD operation using Umbraco MVC

Can anyone have idea about how to develop CRUD using UmbracoCms with MVC 3? Thanks in advance.
SantyEssac
  • 789
  • 2
  • 19
  • 47
1 2 3
98
99