User community 0.6 is here. A new release for the User Community plugin with some new features. In this release you will find this new features or improvements:
Registered users only.
You can make the community visible to registered users only. Users will have to register and login to see the profiles pages. Not logged in users will see a warning page and redirected to the WordPress login.
Pictures moderation
Users pictures can be moderated. By using WordPress C¡capabilities, you can now moderate the pictures for a user role (By default, all roles are moderated). You just have to remove the akuc_unmmoderated capability from those roles you want to moderate. To manage capabilities you will need the Capability Manager plugin or any other plugin to manage WordPress capabilities. (Administrator will receibe an email every time a picture needs moderation).
Force image upload
Show pictures only to users whohave uploaded a picture (an this picture has been approved). If you set this, when a user with no uploaded pictures looks at other’s profiles, the picture will be replaced with a message telling him that a picture upload is needed. This will help you to force users to upload a pictures. Combined with the pictures moderation, your users will upload more valid images.
Captions
Now users can set a caption for the pictures, and this caption will be shown in the user gallery.
New admin links
When an administrator is browsing profiles or galleries, now will have a link to edit the user or manage the gallery.
Comments author links
You can replace the comments author link to the user profile page. By default, comments authors are linked to their site. With this you will maintain the users on your site and prevent leaving it by clicking the comments author link.
Posts Author link
The link for posts author’s has been corrected. In the profile page, an option has been added to show a link to all posts from an author (almost all themes support this). This link will send the user to an archive page with all author’s posts (This feature is provided by WordPress core).
Widgets for recent…
Now, you have three available widgets to show latest activity on your site. This widgets are:
- Last registered users (Provided by login component). Shows a list of latest registered users.
- Last user accesses (Provided by login component). Shows a list of users that recently accessed a site’s page.
- Last gallery updates (Provided by Gallery component). Shows a list of users that recently have uploaded an approved picture.
This widgets need some activity information not present in previous plugin versions. This informacion will start to be collected when updating the plugin to 0.6.
And more you will not see
Also, some code desing changes have been made to prepare the Community plugin to be extended. Many filter and action hooks have been implemented and some PHP classes have been developed to create new components. Next week I will write some pages on the plugin documentation about this hooks and how developers can use it.