Changeset 1662392
- Timestamp:
- 05/22/2017 01:53:49 PM (9 years ago)
- File:
-
- 1 edited
-
sharing-club/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sharing-club/trunk/readme.txt
r1662357 r1662392 1 1 === Sharing Club === 2 2 Contributors: netdelight 3 Tags: share, lend, community, borrow, book, library, buddypress3 Tags: share, lend, community, borrow, loan, lending, book, library, buddypress, sharing club 4 4 Requires at least: 4.0 5 5 Tested up to: 4.7.5 … … 15 15 16 16 == Description == 17 This pluginlets you create a list of the items (like DVD, books, tools...) you want to lend to your users.18 They can easily book, comment and rate any item. On the admin side, you can track what you ’ve lent, who borrowed it and when.17 Sharing Club lets you create a list of the items (like DVD, books, tools...) you want to lend to your users. 18 They can easily book, comment and rate any item. On the admin side, you can track what you've lent, who borrowed it and when. 19 19 20 20 Useful for any NGO, association or community with a sharing philosophy. 21 Currently available in English and French, but feel free to translate it ( translation files included).21 Currently available in English and French, but 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). 22 22 23 23 The shared object are based on WordPress "custom posts" type and taxonomy which means that : … … 27 27 * you can search for objects from anywhere in your website, like you would do for any other post 28 28 29 NB : make sure your theme supports the "featured images" so you can display the shared item picture in your item list.29 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). 30 30 31 31 == Installation == 32 33 = Automatic installation = 34 35 The easiest way is to let Wordpress do the job for you : 36 1. Log in to your WordPress dashboard 37 2. In the dashboard left menu click on Plugins > Add New 38 3. Search for *Sharing Club* 39 4. Once you found it, simply click on *Install now* 40 41 = Manual installation = 42 32 43 1. Unzip all files to the `/wp-content/plugins/sharing-club` directory 33 2. Log into WordPress admin and activate the ’Sharing Club’ plugin through the \’Plugins\’menu34 3. Go to *Sharing Club > Add object* in the left-hand menu to add the item you want to lend .35 4. Manage your lending through *Sharing Club > Lendings*44 2. Log into WordPress admin and activate the *Sharing Club* plugin through the *Plugins* menu 45 3. Go to *Sharing Club > Add object* in the left-hand menu to add the item you want to lend 46 4. Manage your lendings through *Sharing Club > Lendings* 36 47 37 The items list will then be available on this ’archive page’: `http://yourblog.yourdomain*/shared_item/*`48 The items list will then be available on this "archive page" : `http://yourblog.yourdomain*/shared_item/*` 38 49 39 50 You'll get an e-mail notification when an item is requested. … … 43 54 * `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` 44 55 * `templates/single-shared_item.php` display the booking form and all its options. 56 57 Make sure your theme supports the "featured images" so you can display the shared item picture in your item list. 45 58 46 59 NB: dates are currently in the dd/mm/yyyy format … … 64 77 65 78 == Frequently Asked Questions == 66 * Can I add more fields to my objects ?79 * Can I add more fields to the shared items or the lendings ? 67 80 68 81 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/). … … 79 92 So, feel free to use the other fields from the `wp_comments` table to store extra lending data. 80 93 81 82 94 * Can my members share their own objects ? 83 95 … … 91 103 92 104 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. 93 94 == Other Notes == 95 This plugin code is yours, feel free to create your own version. However, you can also send me your suggestions, I'll be happy to implement them if they fit the "sharing club" scope and cannot be resolved by another plugin. 96 And if you like this plugin, I would really appreciate if you can leave it a [positive review](https://wordpress.org/plugins/sharing-club/#reviews) :)105 106 * I find this plugin helpful, how can I help you back ? 107 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) 108 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)
Note: See TracChangeset
for help on using the changeset viewer.