Extension:NewUsersList
From MediaWiki.org
|
NewUsersList Release status: stable |
|||
|---|---|---|---|
| Implementation | Tag | ||
| Description | Shows the avatars of newly registered wiki users. | ||
| Author(s) | Aaron Wright David Pean Jack Phoenix |
||
| Last version | 1.0 (27 August 2011) | ||
| MediaWiki | 1.16+ | ||
| License | GNU General Public License 2.0 or later | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
Check usage (experimental) |
|||
NewUsersList parser hook extension displays avatars of your wiki's newest users on the page wherever you place the tag. For example, <newusers count=15 row=5/> would display a total of 15 avatars, 5 per row.
Note: You need to have SocialProfile installed and configured properly before installing this extension.
[edit] Installation
- Download the source code, either via the extension distributor or SVN and place it in $IP/extensions/NewUsersList/
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/NewUsersList/NewUsersList.php");
- Installation can now be verified through your wiki's Special:Version.
| Social tools | |
|---|---|
| SocialProfile | Overview • UserStatus (GSoC 2011 project) • Roadmap • Developer info • Screenshots • History |
| Other social extensions | Automatic Board Welcome • BlogPage • FanBoxes • NewUsersList • PictureGame • PollNY • QuizGame • RandomFeaturedUser • RandomGameUnit • RandomUsersWithAvatars • SiteMetrics • UserWelcome |
| Semanticness | Semantic Social Profile |
| Other related extensions (which do not depend on SocialProfile) |
Comments • LinkFilter • NewSignupPage • RandomImageByCategory • Video • VoteNY • WikiTextLoggedInOut |
