For questions completely specific to SharePoint 2010 and **not past or future versions**
1
vote
2answers
174 views
Which web part is this?
When i create a blog site from the blog site template, it automatically adds this web part called "Archives". Now i would like to know how to add archives, and i would like to know the name of this ...
2
votes
2answers
1k views
How do I output a link's description within ItemStyle.xsl?
I have a custom list which contains a column of Hyperlink or Picture and URL formatted as Hyperlink. I then have a Content Query Web part on a page that uses this list as the source (Show items from ...
0
votes
1answer
831 views
Minimum permissions for peoplepicker-searchadforests and 1-way trust
We have two different domains A.LOCAL and B.LOCAL. There is a one way trust configured and SP2010 is installed on B.LOCAL. I want to be able to pick accounts from both A and B.
I am able to get the ...
0
votes
0answers
198 views
Creating a new Wiki Page Library generates exception when Enterprise Site Collection Features are active
If the Sharepoint Server Enterprise Site Collection Features are active, the user gets an "Unexpected error has occurred" screen when creating a new Wiki Page Library.
When the Enterprise Site ...
1
vote
2answers
2k views
How to add code-behind to a User Control?
I have a User Control (myUserControl.ascx) with the code:
<div id="content">
TEST USER CONTROL
<div>
that is called from a webpart:
protected override void OnLoad(EventArgs e) ...
0
votes
1answer
646 views
category search not showing up in web part list
When i try to add a standard Search web part to my home page i cannot see the category search. In one of my site collections it is available, but in the other site collection it is not. Now i know it ...
5
votes
1answer
1k views
Alert customization
I'm reading "How to create a custom e-mail alert handler in Microsoft Office SharePoint Server" right now and as follow the how-to-guide, I found out that every time you need to modify alerts you ...
0
votes
2answers
86 views
What level of permissions to give per site
What is best practice for departmental sites' permissions? Should certain users within each department have permission to create objects (pages, lists, etc.) or should the permissions only allow them ...
0
votes
1answer
294 views
How to print a Task (including all columns)
I need to print a task from a List in such a way that all columns are displayed properly. Currently when I print from IE, the output is incomplete i.e. it prints only the area in display and rest of ...
0
votes
2answers
2k views
How to know the path of the ascx in the Page.LoadControl?
I have a Webpart with a "main class" named myClass
public class myClass : Microsoft.SharePoint.WebPartPages.WebPart
and I want to load a ascx file from this class like this
...
0
votes
1answer
149 views
Expression 4 vs SharePoint designer 2010
A general question. Is there any reason to use Expression Web 4 instead of SharePoint designer 2010 for creating SharePoint master pages and page layouts?
I have it installed right now, but I don't ...
0
votes
1answer
489 views
Modify “Link” field using Powershell
How do I change both the URL and description of a "Link" field using a Powershell script?
In the past I've used the following:
$newitem = $splist.Items.Add()
$newitem["Title"] = $somestuff
2
votes
2answers
279 views
PowerPivot MultiRefresh Per day
Is there any way to configure the schedule refresh of the PowerPivot file to refresh the file many times per day. even with writing custom code.
Thanks in advance for you support
1
vote
2answers
378 views
Unable to add two ajax web parts on same page
I created two similar visual web parts (one lists top 10 "popular-content" items, another top 10 "new content" items) with ajax support. For querying data from list (in both wparts) I use similar linq ...
1
vote
2answers
1k views
Table of contents for a single publishing page's sections
Is it possible to do a table of contents (TOC) for the sections of a page rather than the sites in a site collection for SharePoint 2010? I'm thinking of the TOC on Wikipedia that appears at the top ...
1
vote
1answer
104 views
How to set permissions for SP2010 Server
I'm new to SharePoint 2010 and am creating numerous Publishing sites with workflows, each for a different department. Each department needs to have a few people assigned to be able to create pages, ...
1
vote
2answers
1k views
Get document id after uploading it to SharePoint using the same web service
Does any one knows how to get the document id after uploading it to sharepoint using a single web service? So by using one call i can upload the document and get it's id.
I looked at Copy.asmx web ...
1
vote
2answers
1k views
List View customized in SharePoint Designer not correctly displayed in Web Part
I am working with SharePoint Foundation 2010. I created a Calendar list, then created a view, "Current Events". I edited "Current Events" in SharePoint Designer 2010. Some of the changes were setting ...
1
vote
1answer
335 views
DIV with float:right doesn't work if web part on left
On SharePoint 2010, is it possible to correctly use float:right on a DIV and have web parts flow to its left in another DIV? I've tried this but the web part ignores the float and writes its content ...
2
votes
1answer
1k views
fully Customized Editprofile.aspx SP2010
I have to customize the EditProfile.aspx page that under the 14 Layouts hive.
I know I can add fields in the user profile and make them show in the edit page , but this is a little more that what ...
1
vote
0answers
47 views
Trouble making linked copies of a document between repositories
I have two document repositories (on seperate site collections) and am trying to link them with one as the source and the other as a copy that can be updated from the source. This is all following ...
0
votes
0answers
68 views
Is the javascript in my webpart executing before the javascript in my MasterPage? [duplicate]
Possible Duplicate:
What is the proper way to add jQuery to a MasterPage?
I have a few webparts that use jQuery. Instead of adding the jQuery in each web part I decided to add it in the ...
2
votes
3answers
749 views
Deactivate email-notifications for SPLists only temporally (and programmatically)
So here's my Problem:
I have a list which is used to notificate user. (Announcements) So it's essential that the email notifications work for most of the time. The announcement (items) get saved in ...
1
vote
1answer
940 views
Get related items from a parent list item through lookup
I've got 2 lists: Companies and Employees. In Companies I have a text field called Name and in Employees I have a lookup to Companies based on the company Name.
What I'm trying to achieve is to get ...
1
vote
2answers
485 views
SharePoint very slow at Logging Correlation Data step in page trace
wondering if I configured something wrong.
I just installed SharePoint on my laptop and it's running very slowly. It seems to be stuck at the Logging Correlation Data step. What exactly does this ...
1
vote
1answer
577 views
Issue with Publishing Image Field
I have a custom Publishing Image field defined as
<Field ID="{621EC4B5-457F-4B64-B2F1-6F568F6BFA60}" Name="ContentImage1"
SourceID="http://schemas.microsoft.com/sharepoint/v3" ...
2
votes
1answer
136 views
What is the best way to return the User (Creator) in the result set of a KeywordQuery against SharePoint search?
I am using SharePoint KeywordQuery class to query SharePoints search. When processing the record set which is returned I need the userId/user profile of the user which created the entry.
I tried to ...
1
vote
1answer
545 views
How to add a Toolpart in a CustomPropertyToolPart?
In a Webpart I have some customs properties. For the strings, booleans and enums, is all ok, but I have a problem with the selects (comboboxes).
To use a select I needed to create a Toolpart that ...
1
vote
2answers
610 views
How to create a “select” custom property?
In a Webpart I want to set some customs properties. I have this code
[Personalizable(PersonalizationScope.Shared), WebBrowsable(true), WebDisplayName("myName"), WebDescription("myDescription"), ...
1
vote
1answer
409 views
Programmatically clear an Excel web access session
I have an Excel workbook in a document library which is programmatically overwritten with a new version every so often. I have set up a web part for Excel Web Access to display the workbook on a page. ...
2
votes
3answers
2k views
Programmatically move a document in a library to another site collection
I need to create an ItemUpdated event reciever on a documnt library that will detect when particular metadata value is updated on a document and move the document to a library in another site ...
1
vote
0answers
330 views
Page Viewer Web Part not working
I am using a page viewer web part to display linkedin on my sharepoint site. When i use this web part on my sharepoint stand alone server everything works just fine. When i try it on my sever farm ...
2
votes
1answer
213 views
How to restore a folder deleted from Recycle Bin after SP1 upgrade?
Is it possible to restore a folder (in Document Library) deleted from Recycle Bin after SP1 upgrade? The folder was definitely present but vanished after SP1 upgrade. There are no traces of it in ...
0
votes
1answer
873 views
'Access Denied' error while uploading a document to a Library
I am unable to add documents to a Library.
When I try to upload a document it says 'Access Denied' instead of a "New Document" form. The group which is getting this error has "Design - Can view, add, ...
2
votes
3answers
950 views
Possible to save a list template and maintain lookup relationships?
My issue is that I have two lists that I would like to move with their data. While I am able to save both as templates and then upload to the new site, none of the lookup columns in my parent table ...
6
votes
4answers
2k views
How can I schedule the User Profile Service to run a full sync weekly?
We are running SharePoint Server 2010 and have not yet applied SP1. User profile incremental sync is not picking up all of the group membership from AD. Starting a full sync seems to rectify the ...
3
votes
3answers
2k views
Does SharePoint 2010 work with Firefox?
In SharePoint 2007, it was impossible to work as a site administrator or farm administrator, when using Firefox as a web browser.
Does SharePoint 2010 work with any web browser (or at least Chrome / ...
0
votes
1answer
378 views
Known Limitations of Picture Library
Are there any known limitations of Picture Library in respect to:
Maximum number of items in the Library
File size of individual files
File types of individual files
1
vote
1answer
628 views
CAML Query for getting all files underneath a folder with treepath
I tried the U2U Caml Query Builder but I think it doesn't use the Recursive-Attribute the right way.
I'm trying to build a query for getting all files underneath a folder (there a several folders ...
1
vote
1answer
339 views
Icon doesn't show for Publishing Hyperlink
I've got a list with a Publishing Hyperlink column. A couple of the records point to PDFs, and I've tried checking the "Display icon" checkbox. No matter how many times I check the box, it shows it as ...
2
votes
1answer
389 views
How best to create CQWP and test
I'm working in SharePoint 2010 Server and creating custom content query web parts (CQWP) that point to custom ItemStyle_myTemplates.xsl file. To do this, I've been creating the CQWP in the browser by ...
2
votes
1answer
279 views
How to change the Publishing Hyperlink icon image
Is it possible to change the default images SharePoint 2010 Server uses to show next to the Publishing Hyperlink column type? This is enabled via the "Display link with icon" checkbox in the dialog ...
3
votes
3answers
436 views
Sandboxed Solution - SPWeb Property Bag
I'm trying to create an SP2010 Sandboxed solution which involves a site collection administrator storing a piece of information in the Site collection root web property bag.
I can't think of a way I ...
2
votes
1answer
948 views
Strip out DIV tags around rich text fields
I've noticed that SharePoint 2010 wraps rich text fields (multiline text) with DIV tags, which can be annoying. I've got a custom XSL template for the columns being pulled by a content query web part ...
1
vote
1answer
1k views
Sharepoint 2010 Trial ended error after upgrade to licenced product
I have a sharepoint 2010 installation that I have been using on a trail version while my boss orgnised a movl subscribtion which would include sharepoint. Thats done now and last week the activation ...
2
votes
2answers
561 views
Custom field sorting and grouping
Is it possible to implement a custom field type where sorting and grouping in list view webparts will work correctly?
I have a scenario with a cross-site collection lookup field we implemented and ...
2
votes
1answer
948 views
Workflow task edit form
I want to add a new button to a workflow task edit form. I want to call this button "Incomplete". The purpose of this button is to mark an item as incomplete instead of rejecting it. If the task item ...
1
vote
2answers
596 views
mysites web application at domain.com/mysites?
I'd like to create a mysites web application at http://www.domain.com/mysites. This is so that mysites always end up in the only database tied to that web application.
However when you create an ...
0
votes
1answer
391 views
Unable to Restore File From Backup - Compatibility Range Mismatch
Late last month, I created a site collection backup via Granular Backup in Central Administration. In that time, one of our users has overwritten a file that now needs to be recovered from a document ...
2
votes
1answer
287 views
Setting preview image for Sharepoint 2010 custom web template
I have a custom Sharepoint 2010 Web Template and I would like to set a custom preview image for it in the Sharepoint add site gallery.
Example (I wanna set a custom image for the "Project Template ...