Questions tagged [umbraco-blog]

72 questions
0
votes
1 answer

Umbraco Starter Kit sorting blog posts in wrong order

I tried to find the right answer first but had no luck. I am working on a website using the Starter Kit of Umbraco in V7 For some reason, it sorts the blog posts using oldest first, while I want to get the newest posts first in the list view using…
RobF
  • 3
  • 2
0
votes
2 answers

Is Umbraco CMS is free or paid?

Umbraco CMS is free or paid? Please give me information i want to start work on project for my organization using Umbraco CMS
0
votes
1 answer

Umbraco Packages

I am trying to install umbraco packages such as Articulate (used for blogging) but every time I try and install a package I get redirected back to the package page. I have tried to install a local package but it still redirects back to packages. I…
Sweb
  • 15
  • 1
  • 5
0
votes
1 answer

Umbraco Server Error: Contact Administrator see log for full details. Logs telling 404 error

I am going to use my Umbraco after a long time but I am unable to edit or post new thing. After Publish Changes it Displays the following error but the website is working perfectly in localhost.
0
votes
1 answer

Umbraco 7 - Renaming Node name does not stop URL working

I had a node in my tree called Register, umbraco created this page with a URL of: Domain.com/register Which is was I was expecting, then I decided to change the name of the node to "Register Step 1" As I was expecting the URL changes and looking…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

How can I record PageViews in Umbraco

Is there an easy way to record pageviews in Umbraco? I want to show the number of times a blog post has been viewed.
BlindingDawn
  • 274
  • 1
  • 4
  • 19
0
votes
1 answer

Umbraco multilanguage with URL change

I am working with Umbraco v7.x. I have few static pages and they need to be added in two languages(en/da). I know there are two ways to translate 1- Copy folder and assign different culture and hostname and add fields data according to language. 2…
Epistemologist
  • 1,052
  • 3
  • 15
  • 34
0
votes
1 answer

How do I pick PDF files in Umbraco 7?

I'm working on an Umbraco project, and my requirement is to pick PDF files from the Umbraco admin panel. I've tried multi url picker for Umbraco package but it doesn't work properly. Is there any way to pick and upload PDF files?
Nimesh khatri
  • 763
  • 12
  • 29
0
votes
1 answer

How to (configure) send mail using content pages in umbraco 7?

I am working on Umbraco project,i want to implement functionality like sending email using gmail. I known how to implement it using c# code but i don't know how to configure it dynamically by adding content pages in umbraco. Anyone have idea about…
Nimesh khatri
  • 763
  • 12
  • 29
0
votes
3 answers

How to install and use package in umbraco?

I am developing project into umbraco cms can anyone suggest me procedure of packages in umbraco, how to install and use packages ?
Nimesh khatri
  • 763
  • 12
  • 29
0
votes
3 answers

How can we to access value of umbraco dictionary item from Javascript

Can we access Umbraco Dictionary item value from JavaScript ? As I am using Umbraco 6.0.5
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
0
votes
1 answer

Logging In Issue - Umbraco 6 - I am sure I have the right password

Just took over an umbraco 6 project from another developer, the first thing I wanted to do was to get it running locally on my computer. So I restored the DB back up file, created a local website in IIS, and then changed the connection string. When…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Courier Build for - Umbraco v6.2.4

I have just finished an umbraco project and want to install Courier. How ever I am a bit confused about which version of Courier I should Install. I am using Umbraco v6.2.4 (Assembly version: 1.0.5394.15649) But on the Courier package page >…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
2 answers

Umbraco - Using Examine to search Umbraco.Tags

I have a umbraco doctype with a field that is of type Umbraco.Tags. Using examine to search the field like this: var searchEngine = ExamineManager.Instance.SearchProviderCollection["ExternalSearcher"]; var searchCriteria =…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Create umbraco subdomain for an umbraco site

I am using umbraco 7.1.3. My requirement is to create another sub-domain in main site dynamically as per user request.For example I have implemented umbraco cms for my site "ww.xyz.com" & I am updating content through umbraco login. Now I want to…