SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Aug 172009

Active Directory User Editor

SharePoint is importing user information from the Active Directory through the Shared Services Provider (if you have MOSS).

Wouldn’t it be nice if users could “manage themselves”? That would save lots of time for the Admins :-)

The answer is here: http://nominesptools.codeplex.com/

  • 5 different types of properties fields: Simple TextBox, DropDownList/ListBox (with predefined values), People Picker, Date Picker with calendar.
  • Multi-domain compatible.
  • Nearly Any Active Directory property can be easily added or removed of the edit form, directly trough the webpart configuration (nothing "hard-coded").
  • SharePoint "look & feel"
  • Available in English and French

Additional informations and installation manual are available here (French & English): http://alexis.nomine.fr/

image

This Webpart is again a prove that there are plenty SharePoint solutions for you to use.

btw: this was my post #200 :-D


Published: 8/17/2009  7:49 PM | 1  Comment | 0  Links to this post
Tagged as: CodePlex, Webparts, Products, SharePoint

Jan 072009

Upload documents/pictures to a discussion lists

You might already know my Wiki Webpart, which allows you to upload pictures and documents to a Wiki while editing it.

What is it?

With this Solution you can upload images and documents from the new/edit form into existing picture/document libraries. After the file has been uploaded, a link will be inserted into the Body.

This is either a <img> or a <a> tag, depending on the uploaded file.

How does it work?

After uploading the image/file, it will be put into your Body via JavaScript. There is no reload of the page required.

Requirements

.NET 3.5 (SP1) on all of your frontend servers

Installation

The DiscussionListUpload comes as a SharePoint solution (wsp file), which will be installed on your SharePoint farm via "stsadm -o addsolution -filename RH.DiscussionListUpload.wsp".

The solution contains one feature, which has to be activated on site collection level.

After the feature has been activated, discussion lists will have a new link in the list properties.

If you click on the link, it will bring up a settings page for the feature.

Enabling the feature in the properties will add the Webpart to the NewForm and EditForm of your discussion list. Disabling it, will remove the Webparts.

Update:

Instead of this solution you can use my Custom Files and Images Upload Field.

If you want to use it, please make sure you disable this feature on the discussion list and on your sitecollection.

Download

Download Solution

Download Source code

Technorati Tags: ,

Published: 1/7/2009  12:08 PM | 8  Comments | 0  Links to this post
Tagged as: Webparts, Development, SharePoint, Upload Webparts

Nov 282008

FilterParts for SharePoint

A while ago Microsoft released some filter Webparts on MSDN.

SharePoint Filter Webparts including:
- BDC MultiFilter: Similar to the BDC Data Item Builder web part provided with MOSS 2007 Enterprise Edition, except it provides up to 4 additional filter connections containing BDC entity attributes to allow display of more entity-related data
- ShowFilter: Diagnostic display of any filter connected
- ShowFilterMap: Displays a Virtual Earth map when passed a filter containing a street address
- ShowFilterSearch: Displays MOSS search results when passed a filter connection containing a search query

 


Published: 11/28/2008  1:15 PM | 0  Comments | 0  Links to this post
Tagged as: Webparts, SharePoint

Nov 182008

ChartPart for SharePoint

You can find a Webpart for displaying data from SharePoint lists as Charts on CodePlex.

The feature list:

  • Generate a graph from a SharePoint list
  • Intuitive and easy configuration
  • Multiple graph types
  • Multiple series
  • Title of graph
  • Legend
  • Border
  • Set size of graph

 


Published: 11/18/2008  10:36 PM | 0  Comments | 0  Links to this post
Tagged as: Webparts, CodePlex, SharePoint