Questions tagged [umbraco-blog]

72 questions
1
vote
4 answers

Type True/False in Umbraco

We want to implement a check box[Type : true/false] in an DocumemtType in Umbraco. Our current Project necessity is: an check box which will decide whether an image should be an link or popup The code goes this way ... var child= @Model; …
1
vote
1 answer

Export / Import Files from umbraco CMS Media

As I need to export all my Media files from umbraco v 4.5.2 to umbraco v 6.0.5 , Is there any way or such package through which we can do the same.
BJ Patel
  • 6,148
  • 11
  • 47
  • 81
1
vote
1 answer

Two microalias in single umbraco.library:RenderMacroContent method

For the desktop site I have a content in Umbraco where

refers to XSLTName field I am making a call from one XSLT to StroyDesc XSLT as
aaviss
  • 401
  • 2
  • 10
  • 29
1
vote
1 answer

Reusage of Content with inline styles in umbraco

Currently I have my desktop site in umbraco4. The content has inline styles, HTML tags, CSS class names. I am planning to develop a mobile site with same content. My mobile layout is different from desktop layout so how can I reuse the same content…
aaviss
  • 401
  • 2
  • 10
  • 29
1
vote
1 answer

How to review content before publish in Umbraco CMS? (Description Inside)

I'm using umbraco CMS and creating a site like blog. Including me there are 10 members involved in writing article's but i'm the one who needs to check the article. All 10 members are not in a single place. The thing I want to know is if a person…
Gopinath Perumal
  • 2,258
  • 3
  • 28
  • 41
1
vote
2 answers

Umbraco setting image error

in my umbraco setting, i dont have any image logo to upload my image that was saved in my Media folder, only insert umbraco page field and insert umbraco macro logo was there.I tried many links but it was unsuccessful.im using umbraco V3.0.5
Tukai Nancy
  • 127
  • 1
  • 4
  • 12
1
vote
2 answers

Error on using usercontrol on umbraco azure

The user control that I am using is working perfectly on my umbraco ie installed on local machine but when I uploaded it on the azure website the user control is showing errors like these Error reading usercontrols/MdriveReg.ascx The…
Dennis
  • 297
  • 6
  • 26
0
votes
1 answer

Unable to edit content using admin part

I have to support a website developed in umbraco. I am totally new to this and this is am working on this for the very first time. My requirement is very straight-I need to edit the content of a webpage. When I too the page it opened with two tabs -…
Suja Shyam
  • 971
  • 2
  • 27
  • 57
0
votes
1 answer

Is there a way to override built in property editors on Umbraco 9/10?

Hey I'm using umbraco 10 and I'm trying to override the addTag function of the built in "Umbraco.Tags" property editor.. can some body help with that? Can't manage to do it.. the problem with using the built in one is that the tags dosnt have case…
Melkweg
  • 29
  • 4
0
votes
0 answers

Not able to bind data from Umbraco BlockList data by my API method

I have created a blocklist in Umbraco. I need that list data in my blazor page so I created an api method to fetch that data. I am getting data but not able to map/bind in my own model. That list also has an image element. public async…
0
votes
1 answer

How to get current month in Query

In Umbraco CMS I have created a 6 events. In that 3 were created in January and the other 3 were created in February. I want to fetch the events created in current month. For that I have used query builder in Umbraco and the query was: @{ var…
0
votes
1 answer

How to get Unpublished Contents from umbraco

I'm the new to Umbraco and I'm struggling to get the unpublished contents. I have created a document type article and article items as mentioned in our Umbraco tutorial. In content section I have created a five number of article items as a blog and…
0
votes
1 answer

Related to umbraco forms

how to create plugin same as umbracoforms with same functionality? -If we add custom Fields from database in to umbraco backend custom section and it will reflect in to frontend same as umbraco forms can anybody guide me related to this ?
0
votes
1 answer

Error when upgrading umbraco 4 blog package

I'm getting the error as outlined here http://blog4umbraco.codeplex.com/workitem/5399. The page says the issue has been resolved and one of the comments provides sql statements to modify the dataTypes. However, the sql statements don't work. The…
lloydphillips
  • 2,775
  • 2
  • 33
  • 58
0
votes
1 answer

Can get data individual data from foreachLoop Umbraco c#

My code works fine but when i try to get data of each funds = subpage.Name i get all the funds data not as individual. what im missing here ?? Can anyone help me? im sorry im new to umbraco and c#, whats the best way to manage this now its like…
Kevin Dias
  • 1,043
  • 10
  • 28