Personal Info AddOn
User personalisation and user search tool.
A set of elements to enhance user information on the user homepage:
- User picture
- Quick overview of the most common user information
- Quickly edit user information
Search tools to find users:
- Quick find phone list
- Quick find face book
When installed, see
Main.PersonalInfoHome? for additional details.
Examples
User homepage
The user homepage with user picture and most common information 'lifted' from the extended UserForm. The information that is shown is configurable.
Edit mode of user information
Foolproof editing of most common user data.
Choosing a personal picture
Each user can have multiple pictures and select one of them.
If
TWiki:Plugins.ImagePlugin is installed, pictures are scaled on the server so camera pictures can be safely uploaded without fear of network congestion.
Quick search phone list
When installed at our homepage this quickly became the killer app of our intranet twiki.
If
TWiki:Plugins/AttachContentPlugin is installed, data is read from a saved attachment file. Each time a user makes a change to the user topic this file is updated.
Face book
Similar to the phone list but with pictures.
Settings
- Set SHORTDESCRIPTION = User personalisation and user search tool
A note on upgrading
If you are upgrading from a previous version of this add-on, please note that any customizations in PersonalInfo will be overwritten. If you have made any customizations, copy them and re-add them to the new PersonalInfo topic.
Installation Instructions
- Download the ZIP file from the Plugin web (see below).
- Unzip
PersonalInfoAddOn.zip in your ($TWIKI_ROOT) directory.
- Select the data files for your version of TWiki (you are currently running on TWiki-4.2.0, Mon, 21 Jan 2008, build 16278)
- TWiki 4.1.x: use
/data/_PersonalInfoAddOn04x01
- TWiki 4.2.x: use
/data/_PersonalInfoAddOn04x02
- Copy the data files to your Main web.
- Optional plugins:
- Alternatively,
- Manually resolve the dependencies listed below. %$DEPENDENCIES%
Updating from TWiki 4.1 to 4.2
If you are using PersonalInfoAddon for TWiki 4.1, and need to update to the version for TWiki 4.2, copy these files from
/data/_PersonalInfoAddOn04x02 to your Main web:
- PersonalInfoLayoutModules
- PersonalInfoModules
- PersonalInfoPictureDeleteViewTemplate
- PersonalInfoPictureUploadViewTemplate
- PersonalInfoPictureViewTemplate
- PersonalInfoUserViewTemplate
AddOn Info