Title: Sharing Club
Author: netdelight
Published: <strong>5 ديسمبر، 2016</strong>
Last modified: 2 ديسمبر، 2022

---

البحث عن الإضافات

![](https://ps.w.org/sharing-club/assets/banner-772x250.jpg?rev=1553606)

هذه الإضافة **لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية**. قد لا
تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق
عند إستخدامها مع إصدارات حديثة من ووردبريس.

![](https://ps.w.org/sharing-club/assets/icon.svg?rev=1553606)

# Sharing Club

 بواسطة [netdelight](https://profiles.wordpress.org/netdelight/)

[تنزيل](https://downloads.wordpress.org/plugin/sharing-club.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/sharing-club/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/sharing-club/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/sharing-club/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/sharing-club/#developers)

 [الدعم](https://wordpress.org/support/plugin/sharing-club/)

## الوصف

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](https://translate.wordpress.org/projects/wp-plugins/sharing-club)
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 :

 * you can use other plugins to extends the Sharing Club possibilities, see the 
   FAQ below
 * you can use easily integrate them, straight in your theme or using the provided
   templates files (see comments inside the PHP files)
 * you can search for objects from anywhere in your website, like you would do for
   any other post

If you like this plugin, I would really appreciate if you can leave it a [positive review](https://wordpress.org/plugins/sharing-club/#reviews)(
you need to create a [WordPress account](https://login.wordpress.org/register) if
you don’t have one yet).

## لقطات الشاشة

 * [[
 * The admin
 * [[
 * The front-end with (basic description, rating and reviews)

## التنصيب

#### Automatic installation

The easiest way is to let WordPress do the job for you :

 1. Log in to your WordPress dashboard
 2. In the dashboard left menu click on Plugins > Add New
 3. Search for _Sharing Club_
 4. Once you found it, simply click on _Install now_

#### Manual installation

 1. Unzip all files to the `/wp-content/plugins/sharing-club` directory
 2. Log into WordPress admin and activate the _Sharing Club_ plugin through the _Plugins_
    menu
 3. Go to _Sharing Club > Add object_ in the left-hand menu to add the item you want
    to lend
 4. Manage your lendings through _Sharing Club > Lendings_

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.

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](https://codex.wordpress.org/Class_Reference/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

## الأسئلة المتكررّة

### Can I add more fields to the shared items or the lendings ?

Yes, if the “notes” field is not enough, you can add other custom field using [Advanced Custom Fields](https://wordpress.org/plugins/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.

### 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](https://wordpress.org/plugins/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 this plugin compatible with BuddyPress ?

Yes, actually it was developped for a BuddyPress community in the first place.

### Can I import several objects at once ?

Yes, you can create a spreadsheet with all your objects, save it in CSV format and
use a plugin like [Really Simple CSV Importer](https://wordpress.org/plugins/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](https://wordpress.org/plugins/sharing-club/#reviews)(
you need to create a [WordPress account](https://login.wordpress.org/register) 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](https://wordpress.org/support/plugin/sharing-club).

## المراجعات

![](https://secure.gravatar.com/avatar/f6f84c3fb1980fb82264efc47e67d7eb41c983642d9e22cf4066a2d28e157495?
s=60&d=retro&r=g)

### 󠀁[Giving Back](https://wordpress.org/support/topic/giving-back-2/)󠁿

 [indusu](https://profiles.wordpress.org/indusu/) 10 فبراير، 2022

Good one. Free and useful for social service organizations. A little more ‘dummies
guide’ would have helped:) Thanks for this!

![](https://secure.gravatar.com/avatar/ebfd0e491c92f4d7f7ca6a7d6aeadbff9888a61098b8234b85de2a85a0449112?
s=60&d=retro&r=g)

### 󠀁[Fits (almost all) our needs really well!](https://wordpress.org/support/topic/fits-almost-all-our-needs-really-well/)󠁿

 [ltrost](https://profiles.wordpress.org/ltrost0910gmail/) 6 فبراير، 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!

![](https://secure.gravatar.com/avatar/a50ff3b19a76941e04fc30c9eceaa92d60a962e6fad2bb94ccc1d9420765ec9a?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-21830/)󠁿

 [Mauro Mello](https://profiles.wordpress.org/mauromello/) 15 مايو، 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!

![](https://secure.gravatar.com/avatar/adc1b8c463b83533fcd6478cdce98bbc2731cdb2d0c1c64c65a101048905ac36?
s=60&d=retro&r=g)

### 󠀁[very good](https://wordpress.org/support/topic/very-good-3055/)󠁿

 [thesimonx](https://profiles.wordpress.org/thesimonx/) 19 أبريل، 2018

It would be great if it would be possible to have several units of one item.

 [ إقرأ جميع المراجعات 4 ](https://wordpress.org/support/plugin/sharing-club/reviews/)

## المساهمون والمطوّرون

“Sharing Club” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

 *   [ netdelight ](https://profiles.wordpress.org/netdelight/)
 *   [ jdevroed ](https://profiles.wordpress.org/jdevroed/)
 *   [ Marcel Pol ](https://profiles.wordpress.org/mpol/)
 *   [ joeytroy ](https://profiles.wordpress.org/joeytroy/)

لقد تم ترجمة ”Sharing Club“ إلى 5 لغات. شكراً إلى جميع [المُترجمين](https://translate.wordpress.org/projects/wp-plugins/sharing-club/contributors)
لمُساهماتهم.

[ترجمة ”Sharing Club“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/sharing-club)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/sharing-club/)، تحقق من
[مستودع SVN](https://plugins.svn.wordpress.org/sharing-club/)، أو الاشتراك في [سجل التطوير](https://plugins.trac.wordpress.org/log/sharing-club/)
بواسطة [RSS](https://plugins.trac.wordpress.org/log/sharing-club/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

#### 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

 * Fixed the capabilities bug for admin.
 * Added dutch translation (thanks again 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
 * For each lending, you can now write an “admin note” (ie : is the item returned
   damaged ? broken ? dirty ?)
    (thanks to Jeroen for his suggestions !)
 * Improved compatibility with other plugins such as ACF, Ultimate Member, Really
   simple CSV importer…

#### 1.0

Public release – the plugin icon is based on Hand by Nick Abrams from the Noun Project

## ميتا Meta

 *  Version **1.3.1**
 *  Last updated **قبل 3 سنوات**
 *  Active installations **70+**
 *  WordPress version ** 4.0 أو أعلى **
 *  Tested up to **6.1.10**
 *  Languages
 * [Danish](https://da.wordpress.org/plugins/sharing-club/)، [Dutch](https://nl.wordpress.org/plugins/sharing-club/)،
   [English (US)](https://wordpress.org/plugins/sharing-club/)، [French (France)](https://fr.wordpress.org/plugins/sharing-club/)،
   [Greek](https://el.wordpress.org/plugins/sharing-club/)، و [Italian](https://it.wordpress.org/plugins/sharing-club/).
 *  [ترجمة إلى لغتك](https://translate.wordpress.org/projects/wp-plugins/sharing-club)
 * Tags
 * [borrow](https://ar.wordpress.org/plugins/tags/borrow/)[community](https://ar.wordpress.org/plugins/tags/community/)
   [loan](https://ar.wordpress.org/plugins/tags/loan/)[share](https://ar.wordpress.org/plugins/tags/share/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/sharing-club/advanced/)

## التقييم

 4.8 من 5 نجوم.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/sharing-club/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/sharing-club/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sharing-club/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sharing-club/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sharing-club/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sharing-club/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sharing-club/reviews/)

## المساهمون

 *   [ netdelight ](https://profiles.wordpress.org/netdelight/)
 *   [ jdevroed ](https://profiles.wordpress.org/jdevroed/)
 *   [ Marcel Pol ](https://profiles.wordpress.org/mpol/)
 *   [ joeytroy ](https://profiles.wordpress.org/joeytroy/)

## الدعم

لديك شيء لتقوله؟ بحاجة الى مساعدة؟

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/sharing-club/)

## تبرع

هل ترغب في تقديم دعم متقدم لهذه الإضافة؟

 [ تبرع لهذه الإضافة ](https://paypal.me/netdelight)