Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Sharing Club

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

  • De beheerder
  • The front-end with (basic description, rating and reviews)

Installatie

Automatische installatie

De eenvoudigste manier is om WordPress het werk voor je te laten doen :

  1. Log in op je WordPress dashboard
  2. Klik in het linker menu van het dashboard op Plugins > Nieuwe toevoegen
  3. Zoeken naar Sharing Club
  4. Zodra je het hebt gevonden, klik je gewoon opInstalleer nu

Handmatige installatie

  1. Unzip all files to the /wp-content/plugins/sharing-club directory
  2. Log in op WordPress beheer en activeer de Sharing Club plugin via hetplugins menu
  3. Ga naar Sharing Club & gt; Object toevoegen in het linker menu om het item dat je wil lenen toe te voegen
  4. 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

Kan ik toevoegen meer velden op de gedeelde items of de uitleningen?

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.

Can my members share their own objects ?

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.

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

10 februari 2022
Good one. Free and useful for social service organizations. A little more 'dummies guide' would have helped:) Thanks for this!
6 februari 2020
This plugin works really well! There are a few things that need tweaking such as adding a user role for a club librarian to maintain our lending library of books, videos and equipment, and a label that needs to be localized in the "Lendings" page on the backend, but other than that I think this will work perfectly. Thanks for the plugin!
15 mei 2019
This is the only plugin that really can help you to implement a sharing system. Great for small libraries and any other kind of item you would like to share. Hope that it will keep being updated! Congrats!
19 april 2018
It would be great if it would be possible to have several units of one item.
Lees alle 4 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