Quantcast
Channel: ActiveTopics
Viewing all 72689 articles
Browse latest View live

Redirects (Changing page titles) and SEO question

$
0
0

Hi all,

What are some steps that you take when changing the name of a content page (web page) to avoid google from seeing duplicate pages and negatively impacting your page rankings, as well as your overall website ranking?

I.e. 1) Is it necessary to set up server side 301 redirects or is it sufficient to rely on umbraco's redirect function which is automatically implemented when you would make a name change to a page? 2) then re-crawl your site? 3) etc.

Thanks all :)


No physical template exists

$
0
0

Hi I have NewsConten document Type with matching Template. Newscontent Document type has ListView enabled true and can create child node Article document Type. i Created News Page as content and added item of type Article as content for the News page. I can see the list of article in Listview while viewing theNews page. Each of articles is published and has url news/News-1. but when i navigate to this url it gives error No physical template exists. Could tell me what wrong iam doing .

Article Document type has also matching Template. enter image description here

![enter image description here][2]

Problem with VS2015 and Packages

$
0
0

Hello, I just set up a clean installation of Umbraco 7.6.1 on VS2015 Professional and after starting umbraco in visual-studio-debug-modus I tried to install the merchello-package over the umbraco-inside package-manager in the developer section. But everytime I hit the "Install Package"-button nothing happends but I redirect to the package-list. I tried some other packages and also another Pc with VS2015 but all the same.

In VS2013 all is functioned.

Can anybody confirm this? Is this a known problem?

Greetings Marko

Problem with Dynamics after Upgrade from 7.3 to 7.6

$
0
0

Hello,

We have inherited the code for a project which was built on Umbraco v7.3 that makes quite extensive use of dynamics, with code such as this...

var SliderIds = CurrentPage.sliderImages.Split(',');

We have recently upgraded the project to v7.6 and this line of code is now failing. Looking at the debugger, CurrentPage.sliderImages is now a List of IPublishedContent objects. I assume (looking at the existing code) that this used to just return a comma separated list of IDs.

I'm assuming this is a change in behaviour in Umbraco, but I've not really done much work with the dynamic side of things.

I'd rather not refactor all of the code in the project if I can avoid it... can anyone point me in the direction of a config change I might be able to make to change the behaviour to match the 'old' way of doing things?

Thanks!

Keep unpublished content nodes when creating a package

$
0
0

Hi,

I'm trying to create a package with some content nodes from my development site, but when I install this package on the production site, only the published content nodes are there. How can I keep the unpublished content nodes in my package ?

Thanks for your answers.

LEBLENDER

$
0
0

Hi

I have installed LeBlender and have created some grid editors such as a carousel , by following the videos but when it displays on the page , I get the following error message , can you help with this ?

The partial view '/views/partials/grid/editors/Carousel.cshtml' was not found or no view engine supports the searched locations. The following locations were searched: /views/partials/grid/editors/Carousel.cshtml

Search in Documentation section of our.umbrag.org is not working.

$
0
0

Search in Documentation section of our.umbrag.org is not working.

How to return strongly typed object from Nested Content?

$
0
0

Using the Nested Content.

I wanted to return a list of my nested document types objects, but dont know how.

So, at firts, I tried to just use my Nested property, but it return a IEnumerable<IPublishedContent> instead list of my strongly typed nested objects. It does't let me use direct syntax like item.MyProperty.

@inherits Umbraco.Web.Mvc.UmbracoTemplatePage<HomePage>
 @{
        // does'not works
       var items = Model.Content.MyNestedItems;
       foreach (var item in items)
       {
          @item.MyProperty // Not found coz it a IPublishedContent
        }
   }

How to do it propely?


Subscribe failed to load partial afer submit

$
0
0

Hi Markus,

I have a problem, my firm purchaded two licenses of Newsletter Studio for use in two sites, two different domains.

We created ther first site and then replicated to use on another. On the first one is all working well.

After we replicated the site and changed the license to the other site, the subscription partial view macro stopped to subscribe. You can view the error on the image!

enter image description here

This is urgent , because the site is already online, and we don't know what may be causing this issue.

Best Regards,

Uploading Site onto a Web Hosting Server (eg Godaddy)

$
0
0

Hi

So I've built and tested a site only using localhost to view it, so far. I want to now publish the site to a domain. I've got a subdomain setup with Godaddy.

I know that I can use a FTP client to get the files on the server.

But my question is what do I have to do to setup the domain/subdomain for the site to work on it?

Any advice would be most appreciated :)

Thanks

Matt

Moving Umbraco site give YSOD, "the view found at ... was not created"

$
0
0

After moving my site to a new directory and subdomain, I always get the YSOD plus the error "The view found at .... was not created" (System.InvalidOperationException) . I can still login to the backoffice, but ALL published content yields the "view not created" YSOD.

I tried this with a clean install of Umbraco with only one published content item today. Steps:

  • Copy Umbraco site to new directory and set permissions
  • Copy Umbraco database
  • Change db-connection string in cloned web.config to point to cloned db
  • Add new "Site" in IIS8 pointing to the cloned Umbraco directory

Some things I have tried:

  • Delete ~/App_Data/umbraco.config
  • Clear browser cache
  • Republish Umbraco to cloned directory with MS Visual Studio
  • Republish content from within Backoffice (Content > Republish All)

None of these fix anything. This is a major problem as I need to move some Umbraco sites from their dev location to a production location.

Creating relationship in umbraco database

$
0
0

How can i create a many to one relationship with member, for exemple one member have a many adress, i'm starting in umbraco please someone has a tutorial or a video

How to add a custom validation on a Field Type in Umbraco Form?

$
0
0

How do I add a custom validation on a Field Type in Umbraco Form? enter image description here

UmbracoMapper and ArchetypeMapper combined use

$
0
0

Hi All,

I wondering if anyone has an example about how to use hierarchical archetype mapping with both UmbracoMapper and ArchetypeMapper.

Thanks in advance.

Sebastian

Umbraco 7.6.1 IPublishedContent.GetKey() returns empty Guid

$
0
0

Hello Community

I'm using Umbraco 7.6.1 and have an issue - IPublishedContent.GetKey() method returns an empty Guid, but it works via ContentService:

    var node =
ApplicationContext.Services.ContentService.GetById(someId);

    var id = node.Key;

Thanks,

Alex


Set value of Umbraco.DropDown programatically

$
0
0

Hi, Looking for some assistance in setting a Dropdown value programatically, I was under the impression for a simple Umbraco.DropDown data type I'd just be able to do the following..

ContentService c = new ContentService();
IContent myContent = c.GetById(1054);

myContent.SetValue("status", "Reserved"); // 'status' being the alias for my Umbraco.DropDown data type, 'reserved' being an available prevalue option I've set up on the data type

c.SaveAndPublishWithStatus(myContent);

A member picker, and text field which I'm also updating during the same bit of logic work without a hitch - however the dropdown doesn't seem to work at all.

I would expect the drop down value to have changed from 'Available' to 'Reserved' however when I review the content in the backoffice the dropdown has been reset to the default (no) value.

Thought this would be quite straight forward (and apologies if I've missed something silly..) but starting to pull my hair out with it a little now, any help would be greatly appreciated!

Thanks

Incorrect parameter count in the call to native function 'ISNULL' SmartBlog Management

$
0
0

Hi,

Im getting the following error when i try to view the Smart Blog Management Area. "Incorrect parameter count in the call to native function 'ISNULL'." I looked at the logs to see what was going on, to see the following sql is causing the issue, SELECT umbracoNode.Id,umbracoNode.Text, isNull(CMSDocument.Published,0) as Published, DocType.Text as nodeTypeName from umbracoNode Left Join cmsDocument ON umbracoNode.Id = cmsDocument.NodeId and Published = 1 INNER JOIN cmsContent ON umbracoNode.Id = cmsContent.NodeId INNER JOIN umbracoNode DocType ON cmsContent.contentType = DocType.Id and DocType.nodeObjectType = 'a2cb7800-f571-4787-9638-bc48539a0efb' INNER JOIN cmsContentType ON cmsContent.contentType = cmsContentType.NodeId WHERE (umbracoNode.nodeObjectType = 'c66ba18e-eaf3-4cff-8a22-41b16d66a972')AND umbracoNode.ParentId <> -20And cmsContentType.alias = @Alias And isNull(CMSDocument.Published,0) = @Published

I need to change isnull to ifnull to get it work. pls help.

Umbraco 7+ MySQL SmartBlog 2.2.0

Thnks Shiraz

Could not load subscription-providers

$
0
0

Hi all

I'm using my own subscription provider which inherits from the Newsletterstudio SubscriptionProviderBase and referenced it in the newsletterStudio.config file:

The NewsletterStudio version I'm using is 2.1.4.0. Most of the time sending Newsletter works absolutely fine.

But sometimes it doesn't and the following errormessages are visible in the Log-File:

"NewsletterStudio: Cound not load subscription-providers. Please check configuration."

and

"NewsletterStudio, SendNewsletterService: Sequence contains no matching element :    at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at NewsletterStudio.Bll.Providers.SubscriptionProviderFactory.GetProviderByName(String uniqName)
   at NewsletterStudio.Bll.Providers.SubscriptionProviderFactory.GetReceiversBySubscriptionAlias(String value, SendOutParams parameters)
   at NewsletterStudio.Services.EmailTrackingItemService.CreateTrackingItems()
   at NewsletterStudio.Services.SendNewsletterService.SendEmails()"

Unfortunately the exception for the first error message is not thrown, so I'm unable to analyze where the problem appears. Finally I think the subscription provider can not be loaded somehow. The only thing I figured out is, that this time the problem appears, the Umbraco Member groups in the "Send e-mail right now"-Tab from Newsletterstudio are not there.

Does anybody has an idea what could be the problem?

Thanks for your replies

How to add anchor links to dynamic navigation?

$
0
0

Can anyone recommend a solution to add achor links into a dynamically created navigation?

I have the dynamic navigation all worked out ... so no issues there ... what I can't figure out is how to include an anchor tag (dynamically) to call the same page content.

For example:

Page --> Bicycle

Specific Content Section on "Bicycle" page --> "Bike Path Information"

How can I create a link to this internal content without duplicating content in the node tree ...? I just can't seem to wrap my head around this. If I add another doc type/child page ... it creates duplicate content in the back office. Is there a way to add the anchor tag "option" for nav items as a custom datatype?

The page is dynamically built using a partial view for the dynamic nav, and uses Parent and child doc types for page content. The navigation is dynamically built by reading the parent-child relationships in the node tree.

Any help or additional references would be greatly appreciated.

Can't get zoom option working

$
0
0

Umb 7.6.1 + Terratype 1.0.12 +Terratype.GoogleMapsV3 1.0.12

If @Html.Terratype(Model.Map) works fine, why doesn't @Html.Terratype(new Options{Zoom=4},Model.Map)? No Intellisense errors :( I'm guessing I've messed the syntax up somehow.

Any advice appreciated.

Thanks,

Craig

Viewing all 72689 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>