Beschrijving
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).
Het gedeelde object is gebaseerd op WordPress aangepast berichttype en taxonomie (aangepaste categorieën), wat betekent dat:
- je kunt andere plugins gebruiken om de Sharing Club mogelijkheden uit te breiden, zie onderstaande FAQ
- je kunt ze eenvoudig integreren, rechtstreeks in je thema of met behulp van de meegeleverde template bestanden (zie opmerkingen in de PHP bestanden)
- je kunt overal in je site naar objecten zoeken, zoals je zou doen voor elk ander bericht
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).
Schermafdrukken
Installatie
Automatische installatie
De eenvoudigste manier is om WordPress het werk voor je te laten doen :
- Log in op je WordPress dashboard
- Klik in het linker menu van het dashboard op Plugins > Nieuwe toevoegen
- Zoeken naar Sharing Club
- Zodra je het hebt gevonden, klik je gewoon opInstalleer nu
Handmatige installatie
- Unzip all files to the
/wp-content/plugins/sharing-club
directory - Log in op WordPress beheer en activeer de Sharing Club plugin via hetplugins menu
- Ga naar Sharing Club & gt; Object toevoegen in het linker menu om het item dat je wil lenen toe te voegen
- Beheer je leningen viaSharing Club & gt; uitleningen
The 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.
Je kunt ook aanpassen hoe de items worden weergegeven en weergegeven met je eigen 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.
Zorg ervoor dat je thema de “aanbevolen afbeeldingen” ondersteunt, zodat u de afbeelding van het gedeelde item in je lijst met items kunt weergeven.
NB: datums zijn momenteel in het format dd/mm/yyyy
FAQ
-
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
Dus, voel je vrij om de andere velden van de te gebruiken
wp_comments
tabel om extra uitleengegevens op te slaan. -
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(); ?>
intemplates/single-shared_item.php
or in the shared item list modifying thetemplates/Walker_Category_Posts.php
accordingly. -
Is deze plugin compatibel met BuddyPress ?
-
Ja, eigenlijk is het in de eerste plaats ontwikkeld voor een BuddyPress-gemeenschap.
-
Kan ik meerdere objecten tegelijkertijd importeren?
-
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.
-
I find this plugin helpful, how can I help you back ?
-
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.
Beoordelingen
Bijdragers & ontwikkelaars
“Sharing Club” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Sharing Club” is vertaald in 3 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Sharing Club” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.3.1
- Fixed some missing translations. Thank you joeytroy 🙂
1.3
- Fixed the user name display bug on the shared_item page
- Added an option to make your shared object visible to anybody (without login)
- Added an option to hide the rating and comment form
1.2
- Probleem met de rechten voor beheer hersteld.
- Nederlandse vertaling toegevoegd (nogmaals bedankt Jeroen).
1.1
- For each object, you can use the “excerpt” field to write a short note for admin purpose (ie : library reference, useful comment) to help you manage your objects
- Voor elke uitlening kun je nu een “beheer note” schrijven (dwz: is het artikel beschadigd terug? Gebroken? Vies?)
(met dank aan Jeroen voor zijn suggesties!) - Verbeterde compatibiliteit met andere plugins zoals ACF, Ultimate Member, Echt eenvoudige CSV importeur …
1.0
Publieke release – het plugin pictogram is gebaseerd op Hand van Nick Abrams van het Noun Project