Share books, dvd, tools, toys or any object with your community. Your users can easily lend, borrow and rate items and you know who borrowed what.
Sharing Club lets you create a list of the items (like DVD, books, tools…) you want to lend to your users.
They can easily book, comment and rate these item. On the admin side, you can track what you’ve lent, who borrowed it and when.
Useful for any NGO, association or community with a sharing philosophy.
Currently available in english, french and dutch – feel free to translate it (using WordPress online interface or the provided files in the languages
folder).
The shared object are based on WordPress custom post type and taxonomy (custom categories) which means that :
If you like this plugin, I would really appreciate if you can leave it a positive review (you need to create a WordPress account if you don’t have one yet).
The easiest way is to let WordPress do the job for you :
/wp-content/plugins/sharing-club
directoryThe items list will then be available on this “archive page” : http://yourblog.yourdomain*/shared_item/*
You’ll get an e-mail notification when an item is requested.
You can also customize how the items will be listed and displayed using your own templates :
templates/archive-shared_item.php
display the items list based on a custom walker : templates/Walker_Category_Posts.php
templates/single-shared_item.php
display the booking form and all its options.Make sure your theme supports the “featured images” so you can display the shared item picture in your item list.
NB: dates are currently in the dd/mm/yyyy format
Yes, if the “notes” field is not enough, you can add other custom field using Advanced Custom Fields.
If you’re tech savvy and want to add extra functionalities to the lendings, you have to know that they are actually “custom comments”, mapped liked this :
User user_id Object comment_post_ID Lending date comment_date Return date comment_date_gmt Reviews comment_content Admin notes comment_agent Rating comment_karma
So, feel free to use the other fields from the wp_comments
table to store extra lending data.
Yes, you can allow your users to join the club and add their objects. If they are not administrators, use Ultimate Member to give them a restricted access to your admin. You can display the user name next to the item title uncommenting <?php the_author(); ?>
in templates/single-shared_item.php
or in the shared item list modifying the templates/Walker_Category_Posts.php
accordingly.
Yes, actually it was developped for a BuddyPress community in the first place.
Yes, you can create a spreadsheet with all your objects, save it in CSV format and use a plugin like Really Simple CSV Importer to import it in your admin.
If you like this plugin, I would really appreciate if you can leave it a positive review (you need to create a WordPress account if you don”t have one yet).
If you find any bug or if you have some idea to improve this plugin, you can use the support forum.
Public release – the plugin icon is based on Hand by Nick Abrams from the Noun Project