Web content is the textual, visual or aural content that is encountered as part of the user experience on websites. It may include, among other things: text, images, sounds, videos and animations. Content in SharePoint is (usually) stored in a Content database.
3
votes
1answer
262 views
How to apply v4 master to sitemanager.aspx
We recently migrated from 2007 to 2010. However the Manage Site Content and Structure link which points to _layouts/sitemanager.aspx seems to have a look and feel of 2007. How can this be set to use ...
3
votes
2answers
1k views
Content DB Size Limit SharePoint 2010
How is the content db size limit enforced in SharePoint 2010? nothing from the SharePoint side, right?
Its just the Database bit.
If it is done from the SharePoint side then how it is done?
3
votes
2answers
2k views
Content Type Field missing from New Form
I have created three content types and associated with a list. When you click the list and then the add new button from the Ribbon in the top, all 3 types display. However, when you click add new ...
3
votes
2answers
209 views
Get <img>-SRC out of <content:encoded> (xsl - RSS Viewer WP)
I need to get the image source out of this code:
<content:encoded>
<![CDATA[
<span><img width="200" src="..."></span><br /> [some Text] ]]>
...
3
votes
1answer
48 views
SP2010: What happens when starting several Content deployment jobs at the same time?
what happens if I start several content deployment jobs synchronously in different site collections by ContentDeploymentJob.Run()? Are the jobs definitely executed one after another?
Thanks!
2
votes
2answers
95 views
Can I move content between site templates?
I have multiple sites with different content on them, I found a better template to use, is there an easy way to use the new template and copy the content over to it? Can I keep the content on my ...
2
votes
1answer
215 views
Deleting Dead User Accounts from Sharepoint Alerts,Assigned to E-Mails ,Workflows
how delete Dead User Accounts from Sharepoint Alerts,Assigned to E-Mails ,Workflows.
2
votes
3answers
283 views
Make a fresh Copy of the Site with a different URL
We have a site configured as http://www.stage.abc.com . This site is built using custom site definitions and have lot of features attached to it. All are Publishing based site
Now we need to create a ...
2
votes
0answers
352 views
Content field not recognized on Page Layout
I'm using SharePoint Designer 2010 to create a custom page layout.
I have a content type called "Web Part Page" and its parent is "Page" content type. I have several site columns associated with this ...
1
vote
1answer
511 views
Copying Content from a WSS 3.0 Site to SharePoint 2010 Enterprise
We are in the process of migrating from one Team Foundation Server instance which was using WSS 3.0 to a new instance running SharePoint 2010 Enterprise. We have quite a bit of content in the various ...
1
vote
1answer
80 views
Force use of the default content of a master page asp:ContentPlaceholder
I have a ContentPlaceholder in my custom master that has default content. I want to always use this default content. However there are some pages in the 14 hive that have an asp:Content that ...
1
vote
1answer
39 views
How to simulate content and usage
I need to test some webparts in an Sharepoint site that has more than a few users, with several documents and usage data (creations, accesses, modifications).
Is there a way to simulate that? Or some ...
1
vote
1answer
544 views
How do I convert CAML to use in the CQWP?
I have the following CAML query which returns checked out files.
<Query><Where><Eq><FieldRef Name="CheckoutUser" /><Value ...
1
vote
3answers
3k views
Link to a Document by UNC
I've seen some old discussions about this but nothing current, so thought I'd throw it out there:
Using MOSS/WSS 3.0, I'm looking for ways (without Visual Studio) to allow a new Link to a Document to ...
1
vote
2answers
368 views
“Content Areas” in Sharepoint 2010
What exactly does the term, 'content area' mean in Sharepoint 2010. Does it mean web apps, site collections, sites or general content available. Are there any others 'areas' in Sharepoint similar to ...
1
vote
1answer
30 views
Automatic Content Sanitization in Sharepoint 2010/2013
Is it possible to perform basic document sanitization tasks in Sharepoint 2010 or 2013?
I would like to be able to trigger the sanitization task based on a set of user defined rule. Examples of ...
1
vote
0answers
167 views
SharePoint 2013 - Content Rollup - Categories issue / error
Looking for some assistance here. I have in place a new SharePoint 2013 infrastructure which has been upgraded from SharePoint 2010 (database attach upgrade) with 1 web server and 1 SQL box.
...
1
vote
1answer
188 views
Bind 2 External Content Types (2 tables in SQL database) to 2 drop down lists and have 1 update the contents of the other?
I have 2 tables in my database called "Meetings" and "Items", items belong to a meeting.
I've created the external content types with sharepoint designer and bound them to drop down lists ("Meetings" ...
1
vote
1answer
34 views
how to view assigned to info in the assignee's doc library
Good day, Can you please point me in the right direction to be able to do the following:
The scenario is as follows: I have SP2010 Doc Library named Doc IQ with subfolders and documents. I have added ...
1
vote
1answer
323 views
How do I change the order of display of additional fields associated to an External column?
In SharePoint 2010 I have an External Data Column that I have linked to an External Content Type with 5 fields named A,B,C,D and E. I have selected all fields to be shown when the external data column ...
1
vote
1answer
109 views
Content Organizer Rules overrides Folder level Permission
I have various folders under Document Library with Contribute rights to different group.
I use content organizer rules to route the document to appropriate folder by checking a metadata column (For ...
0
votes
1answer
207 views
How can I generate an Id for a new custom field (Ex: <Field ID=“{5744d18c-305e-4632-8bd1-09d134f4830d}” )?
For Example: this is the custom field definition in Element .xml file.
<Field ID="{5744d18c-305e-4632-8bd1-09d134f4830d}"
Type="Note"
Name="PatientName"
DisplayName="Patient Name"
...
0
votes
1answer
162 views
What exactly is the content in “Back up content and configuration settings”?
In Central Administration for SharePoint 2010 when one runs a full farm back up there is an option that allows the user to back up content and configuration settings or just the configuration ...
0
votes
1answer
203 views
Nesting webparts programatically
I have a user requirement to add a webpart inside another; I am creating a tabbed container webpart, inside which the user wishes to add other webparts. How can this be achieved?
0
votes
1answer
148 views
Database size differs between Sharepoint and SQL
We have configured RBS in our sharepoint 2010 environment, when we calculate the database size from sharepoint its shows 90GB however the database size in SQL server is around 25GB and RBS size is ...
0
votes
1answer
90 views
Best way to delete a a sitecollection column
I have a site column that was created some time ago, and that column was added to a content type.
Then many lists were created using that content type.
Later they decided that field should not exist ...
0
votes
1answer
218 views
Saving a publishing page content programmatically
On my publishing pages i have a custom user control that contains a SAVE button when the page is in Edit Mode. On click event of that button i do:
this.page.Update();
...
0
votes
2answers
715 views
Publish 2 InfoPath forms as content types to one library?
We have to develop 8 infopath forms for use in a doc library. What these will be are various forms filled out for our patients. The reason we’re looking at a doc library over lists, is they want to be ...
0
votes
1answer
117 views
Replacing a custom-developed CMS tool with SharePoint?
I need to develop/create sharepoint portal site to replace a custom-developed asp.net CMS tool. This custom CMS tool is a classic content management tool that content authors create/edit rich-text ...
0
votes
1answer
98 views
What happens to content if you remove content's dependency?
Dependency may not be the right word here - but basically my question is regarding what happens to the data inside a sharepoint content database if that data was created, for example, by using a ...
0
votes
1answer
807 views
What does the error when trying to add a document url to content type mean?
Visual Studio 2010 gives me this error,
urlOfFile - Parameter name: Specified value is not supported for the
urlOfFile parameter.
by the folowing line of code.
// Specify a document template.
...
0
votes
1answer
35 views
SharePoint - Open New Document
I have a document library with two content types, each having a default template. I want to use the "New" drop down menu to open these templates and create documents. When Microsoft Word is running ...
0
votes
1answer
13 views
Changed event content type at parent now existing calendar lists content types are _hidden
I am new to SharePoint and I changed the event content type at the parent level. Now existing calendars list content types groups are _Hidden. The calendars also do not work now. Is there a way to re ...
0
votes
1answer
13 views
Author of the Content
I would like to display author of the content for each page in the sharepoint web application in the footer for each page. Please let me know how do I acheieve this?
Thanks
Ram
0
votes
0answers
39 views
Sharepoint 2010: Can't insert reusable content!
I have created my reusable content and whenever I try to insert it to my page nothing's happen!
What I do exactly is: click on insert > reusable content > more choices > (then I go to my file I ...
0
votes
0answers
52 views
Using a list to manage approval workflows
I don't know if I'm just not providing the right serach context but I am trying to learn how to use a list to store users names (people and groups column), office/department column, workflow approval ...
0
votes
0answers
46 views
Problem with Searching Custom Help Content
I have SP server 2010 installed and I have 'Search Service not Found' error and now started SP Foundation Search.
In the Search Server of content database, selected the search db which was created on ...
0
votes
0answers
54 views
Only content approval not the workflow
I have a publishing site. In this site, all the contents (for example: pages, or other documents in libraries) have workflow and content approval together. I want to remove the workflow on publishing, ...
0
votes
1answer
45 views
Page containing custom web part
I need to create pages library. The pages in the library should display the custom webpart which has been deployed into the site collection. How to do this in Sharepoint 2010?
Can I create a content ...
0
votes
0answers
21 views
Grabbing data from doc library properties to use in HTML page
I am wanting to know if it is possible to get the data contained in a document library's item property to use in a html page.
My situation is this:
I have a list that is edited once a day to monitor ...
0
votes
2answers
332 views
How to add programatically a RichtText field to a contenttype
THe following code throws me an exception,
System.ArgumentNullException: Key cannot be null. Parameter name: key at System.Collections.Hashtable.get_Item(Object key) at ...
0
votes
0answers
17 views
How do I change default wiever (IE) when delecting a link to a JPG file in a Shared document
Whan I have a shared document libary with some JPG files in it, the default wiever will be IE. Is there a way to change that to Windows Photo Wiever ?
0
votes
0answers
43 views
How can I provide document templates to users, that are in the SP Content Type Hub, directly from the word offline interface?
How can I provide document templates to users, that are in the SP Content Type Hub, directly from the word offline interface ?
Basically, I need to be able to open microsoft word on my computer and ...
0
votes
0answers
20 views
Separate layouts folder as companyLayouts- affecting migration
Previous consultants have created a separate layouts folder in order to apply application.master master page to the system pages.
They copied everything from the original layouts folder to a new ...
0
votes
1answer
90 views
View External HTML pages on the main page with static navigation
I am currently using SharePoint 2010. I would like to add links to the main navigation using the site settings->look and feel-> navigation area and have those pages display within the main page of my ...
0
votes
0answers
109 views
Why does SharePoint 2010 content deployment job transfer minor versions?
Does anyone know why the sharepoint content deployment job transfers unapproved minor versions of pages? What is the intention?
It has disadvantages especially in conjunction with the permission to ...
0
votes
2answers
230 views
Add a column to an existing site from a site column
I have a feature that will add 2 columns to site columns. However I need to add them to the list. Because its an existing development and the didnt start from scratch using feature versioning, I ...
0
votes
0answers
111 views
How to add all site column of a content type as refiners in Refinment Panel
I have a requirement of refining search results on the basis of site columns of a Content type. I did lots of googling and I only could refine upto mine Content Type. But I need to refine it further ...
0
votes
0answers
79 views
Content Query migration
I'm doing a migration from 2007 to 2010 and one of the issues I've run up against is the Content Query Web part seems to come pre populated in my 07 install, and this behaviour overwrites my nice ...
0
votes
1answer
198 views
How to move content within fields in a page layout?
I'm working on a requirement where I'm adding a few fields in an already existing Page Layout and also renaming all the fields. After adding the fields via code,I want to move content within fields ...
