The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
7answers
3k views

Enhanced SharePoint discussion forum/Q&A

A client is considering SharePoint 2010 as an information platform on their local intranet (not connected to the internet). One of the main focus points is an advanced discussion forum, including a ...
1
vote
2answers
3k views

Change XSLT for Discussion Board, deploy via VS2010

So we are creating a branded web site for a client to deploy internally (kind of an intranet), but 99% of users won't see the ribbon, just a branded information site. They want to use the Discussion ...
2
votes
1answer
569 views

Some incoming emails being rejected on new email-enabled list

I've just set up a new SP list to log purchases made by our department. Whenever we buy something, we'll use the email address corresponding to a distribution group that contains myself and an ...
2
votes
1answer
2k views

Sharepoint 2010 Discussion Board Thread.xsl

Ok, I have searched and searched for an answer on how to customize the thread.xsl file. So I have copied the file, and renamed it as thread2.xsl. In the threaded.aspx page, I have changed the ...
2
votes
1answer
743 views

SharePoint Discussion Board View to show one discussion thread

I need to show a particular thread that resides in a discussion board. I am currently trying to use SPViews. The following is my code SPView threadedView = ...
2
votes
2answers
2k views

Moving a Discussion from a Discussion Board to another?

I have a SharePoint 2010 Discussion Board and it has many Discussions. Would like to move a discussion from the discussion board to another in the same location (under same site collection). I ...
2
votes
2answers
1k views

Iterate through discussion list

I have SharePoint 2007 discussion list. I want to iterate over all items in the list, so I do the following: var list = web.Lists["discussion"]; var listItems = list.Items; foreach (var listItem in ...
0
votes
1answer
144 views

What do you use for your internal documentation?

I've been tasked with creating an internal documentation system that lives within SharePoint. I've considered a wiki for this however the Wiki Library on MOSS is limited to the point of being unusable ...