1
vote
0answers
31 views

SharePoint 2010 Foundation Search result pages being combined when they are not the same in anyway

I have a content source and rules setup that enable my search to crawl the following type of URL's with parameters to a custom web part page. ...
0
votes
1answer
6 views

How to import multiple excel columns into a single metadata column?

Consider: I work for an organization that has eight service territories. We have a series of procedural documents that can apply to one territory up to all eight territories, and I am attempting to ...
1
vote
0answers
17 views

How do I get the attachments for a SP 2010 list to sort the attachments in alpha order by document name?

I hope someone can help me PLEASE. How do I get the attachments on my SharePoint 2010 List item to sort in alphabetical order by document name?
0
votes
1answer
15 views

ProcessBatchUpdate has no effect

I have an application I am working on that uses an Event receiver to propagate metadata to a document library. I am trying to use SPWeb.ProcessBatchUpdate to copy the metadata back. my code looks like ...
2
votes
3answers
47 views

Is there a way to create a list view that only displays certain items for the last few days?

I hope this will be a very basic question. :) I am using a Task List in a SP 2010 Foundation site to keep track of work in progress with a small team. We are using the default Status values (Not ...
1
vote
2answers
42 views

Listdata.svc via REST refuses to return data

I'm trying to pull down some list data from listdata.svc using the standard method as documented in the msdn: var listUrl = 'http://development.contoso.com/_vti_bin/ListData.svc/Contacts'; $.ajax({ ...
0
votes
0answers
25 views

Disabled Usernames in Versionhistory

Hi I have a mysterius problem in the Versionhistory from a document list. If I want to display the version history of a document I get the following screen. The Problem is that the usernames in the ...
0
votes
1answer
50 views

SharePoint 2010 - How to edit the default message “There are no items to show in this view of the list.”

Is it possible to edit the default message "There are no items to show in this view of the "listname" list. To add a new item, click "New" in a simple (out of the box) way? I would like to display a ...
0
votes
0answers
34 views

SP2010 Foundation Web Analytics Issue on Top Level Site Only

I have a site collection in SharePoint 2010 Foundation that has several sub-sites within the one collection. I have setup all the correct settings in the Central Admin to turn on the logging to allow ...
1
vote
2answers
71 views

How to implement HTML5 Video in Sharepoint 2010?

Has anyone had any success in building a web-part with HTML5 video and using it in SP 2010? Background: Currently I am using JWPlayer by imbedding an HTML page using a content editor web-part. I ...
2
votes
1answer
48 views

Is there an easy way to turn 1300+ individual documents into a Wiki?

Nearly a year ago, I'd asked this question. Amazingly, the project is moving forward faster than a speeding snail. Right now, we've got all of the data imported as both Word and HTML docs, 'cause no ...
1
vote
1answer
23 views

Incomming E-Mail doesn't work for the second site

I have the following constelation. 1. Sharepoint Site called "site1" on Port 80 1. SharePoint Site called "SharePoint Site X" on Port 95 The E-Mail receiving feature (to send documents to lists) ...
0
votes
1answer
23 views

Show Full Directory Path in Sharepoint 2010 Foundations

We recently migrated all of our SP sites from WSS 3.0 over to 2010 Foundations One of our users is requesting the ability to see the full directory within the site that she is on it was that was in ...
1
vote
1answer
210 views

Is it possible to import/export list from Sharepoint 2013 to Sharepoint 2010?

We have been using SP 2013 for its ease of use when it comes to developing workflows especially the copy & pasting thing in SPD. But our main production environment will be using SP 2010 for it's ...
0
votes
0answers
29 views

Pending State was not showing after approving a document

Hi I have a small problem (I hope). We work with the Versioning of documents (Major and minor) and with the approval function from the document list. If I upload a document it will be stored as ...
1
vote
1answer
35 views

Binding Enter Key?

here is my script that runs from a CEWP. just want little search button, but it only works when i click the button, enter key just refreshes the page. I've tried the event.preventDefault() - but no ...
0
votes
2answers
57 views

Replacing text with logo images on top link bar

Can I replace text with images on a top link bar? Has anyone done this before in SharePoint Foundation 2010?
0
votes
1answer
42 views

SharePoint Blog Post not displaying single post content

I have a SharePoint 2010 foundation blog site. When I go to the main page I see the normal full list of posts, however when I click on the link it just displays a standard "List" web-part with each ...
0
votes
0answers
65 views

Upgrading Sharepoint 2010 CMP file to 2013

I have exported a team site from Sharepoint 2013 into a CMP file. However, when I try tp run Import-SPWeb, I get the Version package is different. I am looking for anyway possible to upgrade this cmp ...
0
votes
1answer
115 views

Moving individual team sites to Sharepoint 2013

We are looking to migrate our 2010 Environment to a 2013 and wanted to test the process for upgrading with a sample team site to start. Is there an easy way to migrate ONLY one of many team sites from ...
1
vote
1answer
35 views

SharePoint 2010 Foundation disable search in files

Is it possible in SharePoint 2010 Foundation to disable search in files content? Only the file attributes/metadata must be shown in search results.
1
vote
1answer
69 views

Difference when creating SharePoint 2010 groups programatically and the web interface

When I create a new group using the web interface, I'm able to use web.Groups["name of group"] to find the group. When I create a group programatically, I use web.SiteGroups.Add("name of group", ...
0
votes
0answers
136 views

SharePoint 2010: Removing link border around image using the content editor web part

In addition to topic Remove link border from around image, I was wondering if it were possible to remove all the borders around linked images on a page using the content editor web part? I've added ...
2
votes
2answers
68 views

Anonymous access on Sharepoint 2010, pages created using Visual Studio

How do we make the pages what we created using Visual Studio inherit permissions? They work fine when the person is signed on, but when they are anonymous, you cannot access the pages. How do I get ...
0
votes
1answer
15 views

Can I use metadata to limit the choices in another metadata column?

SP Foundation 2010, no developer rights, no SPD. Those are the limitations that are the mother(s) of invention. We're categorizing a number of documents with a three level hierarchy. +Billing ...
0
votes
1answer
38 views

List GetRelatedFields() returns field ID that doesn't exists in dependant list

I have got list item exception. [ArgumentException: Invalid Field Name.] [ArgumentException: Invalid Field Name. {01b89bed-bbe3-4bcb-9b92-c64183ffe135} /Lists/AcceptanceAgreements] ...
0
votes
2answers
303 views

SharePoint 2010: Unable to open .mht files in browser. Prompts to save .mht to disk

I have a SharePoint 2010 environment where I am unable to open .mht files in my browser. Every time reference the .mht file using a page viewer web part or a content editor web part (with iframe) I am ...
0
votes
1answer
86 views

Setting ContentEditorWebPart ContentLink property to absolute path

To avoid adding some static HTML to my custom masterpage, and allow the end-user to easily change it by just changing an HTML file instead of the masterpage, I'm trying to embed a static ...
0
votes
0answers
51 views

How to import a document as a multi-line text metadata field

I have a little bit of a challenge I'm trying to solve. We have a library of documents that we want to make available as a list. We'll use the "preview view", with the document title (as a hyperlink ...
1
vote
2answers
78 views

Adding Search Bar via CEWP

So here's what I've come up with so far. Now I just need to figure out how to use the enter key as well as the mouse click. <!doctype html> <html lang="en"> <head> <script> ...
1
vote
0answers
314 views

Modify XsltListViewWebPart XmlDefinition property not works as expected, filtering

I have got list with subfolders. I would like filter list items in current subfolder using additional caml query. I would like to add filtering functionality by modifing caml query. I try to update ...
0
votes
1answer
92 views

Is it safe to remove SharePoint\system SPUser from a custom sharepoint user group?

is it safe to remove SPUser "SharePoint\system" from a custom SharePoint user group? <User ID="1073741823" Sid="S-1-0-0" Name="System Account" LoginName="SHAREPOINT\system" Email="" Notes="" ...
0
votes
1answer
83 views

Best/Simplest Way to Implement Custom Button on List/Library?

I've removed most of the default elements with the following: <style type="text/css"> #s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, ...
0
votes
0answers
75 views

How to automatically collapse/expand treenodes in TreeView, based on current page

So, I have a TreeView in my SharePoint masterpage which has quite a lot of treenodes. Some of these link to subsites (also containing the TreeView in their masterpage). Since it was starting to get ...
0
votes
0answers
36 views

Customised masterpage not honoured by iOS on iPad

I created a totally blank white masterpage by cloning v4.master and adding style="display:none" to hide all the SharePoint screen elements I wanted to hide. I then set my particular web page to use ...
0
votes
1answer
52 views

CSS markup is missing after I change theme of subsite

I was just making a new subsite, and the very first thing I usually do is set the theme to match that of the parent. In my case this is a custom theme named CustomTheme. I selected it and applied it ...
2
votes
1answer
72 views

Limitations of the wss_logging database?

I select some data for statistic from the wss_logging database. (How often will each site called in the month) No i realized that the stored data in the table (view) dbo.RequestUsage are only from ...
3
votes
1answer
145 views

Is it possible to prevent SharePoint 2010 from creating a folder structure when users upload files?

I have a wiki library with pages and a document library which I've configured to be an assets library. How do I prevent sharepoint from creating a directory structure for file uploads? The wiki pages ...
0
votes
1answer
25 views

How can I force a metadata field to be treated as a hyperlink?

We're using SP Foundation, and it should be assumed that we have no functionality apart from what comes OOTB. We have a form we're creating that's basically a document index. One of the columns is a ...
0
votes
2answers
29 views

Users not assigned for a task in “Collect User Data” action in SP2010 can complete the assignee's task

This has been bugging me for weeks wherein the task assigned to a specific user which was issued by a workflow through the action "Collect User Data from a user" in SPD2010 can just be completed by ...
0
votes
1answer
35 views

I keep getting “Revert to template” whenever I set a custom masterpage for one particular page

I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
0
votes
0answers
23 views

Adding a bundle of scripts to Sharepoint webpart by defining specific folder

I have like fifty of these: <SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" /> Is there a way to define a folder and it ...
1
vote
2answers
112 views

How to override Contact Selector?

I create my custom people editor in SP2010, it replace standart PE in SP and all works fine, but in Infopath 2010 forms it doesn't work. I read that there is another control, named Contact Selector. ...
0
votes
2answers
48 views

Merging lists in Sharepoint Foundation

We're working with SharePoint Foundation and staying within all its limitations. We have a 3500-document library for which we're designing the metadata. The various metadata fields we're capturing are ...
2
votes
0answers
213 views

SharePoint 2010 Global Navigation

I have a drop-down menu for Global Navigation in SharePoint Foundation 2010. It is built off of a List. The list contains a column for URL, and I'm having an issue where the domain name is being ...
0
votes
1answer
105 views

I need advice on a keyword strategy

I think my question is general enough to not be version-specific, but if not, we're running Foundation 2010 with minimal development (SPD, Vis Studio, etc.) capability. I have a 3500-document ...
0
votes
1answer
89 views

Cascaded Drop Down with OOTB SP Foundation?

I'm using SP2010 Foundation. Corporate governance forbids customization beyond stylesheets controlling fonts/colors/etc. No access to Visual Studio or SP Designer, so I'm looking for some ...
0
votes
0answers
96 views

Multi File Upload Not working SP Foundation 2010

I am having a strange issue with Multi-File Upload with 2010 Sharepoint Foundation. I am running Office 2010 Pro Plus on Windows XP, and whenever I try to upload multiple documents, I get a status of ...
3
votes
3answers
308 views

Multiple login prompts are driving users nuts

What are the typical causes of multiple login prompts on sharepoint sites? We have a production site where users who login outside of the domain (from home) are prompted multiple times (3 or so ...
0
votes
1answer
34 views

Can I do this with a workflow?

Let's say that I have a Word template in SharePoint and a user. The user will fill in data in the Word template, via SharePoint, and then save it. The Word template should then generate a new ...

1 2 3 4