Web Content Managment

learn more… | top users | synonyms

10
votes
2answers
189 views

Friendly URL and Content Deployment

SharePoint 2013 has introduced Friendly URLs and is implemented using Managed Meta Data Service. The Content Deployment will complain Metadata Navigation is not supported Deactivate Metadata ...
1
vote
2answers
95 views

Is there any cons of creating subsites in Sharepoint WCM senario for Public facing site

In my current project we have to implement navigation till third level so I thought of utilizing subsites. They don't want to have subsites instead they want on page Library and create a navigation. ...
1
vote
3answers
143 views

Hiding Login for WCM on Internet site

What is the best solution for hiding login control on public facing WCM sites? Obviously putting the whole thing in a div would be straight forward but then, I don't see how people that will need ...
1
vote
1answer
140 views

Mobile view for SharePoint WCM sites

I have a client who is planning to make their SP2010 internet facing website viewable on modern mobile devices (mostly iPads). The site is basically a publishing site with many wiki and publishing ...
1
vote
2answers
333 views

disadvantages to customizing global navigation for sharepoint 2010 WCM

Hi I am currently working on a project that requires using a custom sitemap provider for the global navigation of a WCM site. My understanding is that this is going to break security trimming and ...
1
vote
3answers
132 views

Publishing Pages / WCM - Good resources for implementation?

Are there any good resources available for implementing web content management using publishing pages in SharePoint 2010? I know the bits and pieces, but am looking for example implementations. I'm ...
0
votes
2answers
365 views

What problems do you encounter using a fixed width design in SharePoint and how do you overcome those problems

The reason I'm asking is more related to design. Say a client has asked for a fixed width intranet but wants a webpart/list with tons of columns to be displayed. How do you get around not breaking the ...
0
votes
0answers
21 views

Ecommerce platform on SharePoint

I am looking for e-commerce and website CMS platform built on Sharepoint. Can somebody point out some good players in this area? I came across CommercePoint.. but would like to know if there are ...
0
votes
2answers
164 views

How is content type inheritance set?

I am building a WCM site. I have a custom Content Type for my pages, set at the Site Collection level. When I create a sub site, however, that content type is not present in the Document Library ...
0
votes
1answer
251 views

input validation inside page layout

I have field called "program email" and this field is an email and part of page layout. what is the recommended way to validate that field to make sure that it is a valid email format and disable ...
0
votes
1answer
131 views

Error binding to object field in ASPX page (production only problem)

I have a custom aspx page in my SharePoint 2010 WCM site. Data is pulled from a list into a DataTable and alot of the fields are then bound to the page using the Eval method. Rather than using strings ...