0
votes
0answers
197 views

Global Navigation for different Variations

I have two variations on a site collection for different languages. They are using different master pages. I would like the two variation sites to have different items in the top menu (i.e. global ...
3
votes
0answers
41 views

Linking sub menus to variations

I have a publishing site with variations, the directory structure is laid out like this: en-us -products --product1 --product2 -contact us -news euro -products --product1 --product3 -contact us -news ...
0
votes
2answers
164 views

SP 2010 Variations copy list

I have create a new Site Collection with Publishing Infrastructure Top Level Site. I create the variation root to be "/" I added a variation label "fr", Ran "Create Hierarchy", then created a new ...
0
votes
1answer
274 views

Deleting a variation label

How do I delete a variation label for which hierarchies have already been created? I have searched through the settings pages at the site collection level but there is no option there. I have also ...
0
votes
2answers
222 views

English Labels stored in Managed Meta Data Fields in French Variation Site

When we provision a TaxonomyFieldType using elements.xml we set the ShowField attribute to "Term1033" where the 1033 represents the LCID of the field to be displayed. I am asking this as when ...
2
votes
3answers
288 views

Variations pages throw exceptions

I am seriously sick because all of sudden variations pages have stopped working. I have no clue on how can I fix it :( See below:
1
vote
0answers
191 views

Create variation hierarchies - job completes but does nothing

This is something I have done many times before on my current VM, and even using the same Web Application, though with different site collections. The steps I am following are: 1) Create a new site ...
0
votes
1answer
39 views

Import of Site from Dev To Production has made Site Actions > Site Settings throw 404s

Our first import from our development site created all the variations and sites on the production site, but it didn't contain the full set of data. Now we have imported the full data set, but it had ...
1
vote
0answers
176 views

circular file references are not allowed error

Recently we disabled automatic replication to the different variations of a publishing page when you publish using the following instructions with PowerShell: $site = Get-SPSite "<SiteURL>" ...
1
vote
2answers
268 views

Powershell calling custom code has SPWeb.CurrentUser = null (in certain cases)

I have a custom assembly which contains code to setup Variations for a SharePoint 2010 Publishing site. This code is based off a blog post from Waldek I have a PowerShell script in which I create a ...