Plugin Directory

Changeset 1666413


Ignore:
Timestamp:
05/29/2017 12:09:12 PM (9 years ago)
Author:
netdelight
Message:

actually add the languages and the contributors in the readme file

Location:
sharing-club/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • sharing-club/trunk/readme.txt

    r1666303 r1666413  
    11=== Sharing Club ===
    2 Contributors: netdelight
     2Contributors: netdelight, jdevroed, mpol
    33Tags: share, lend, community, borrow, loan, lending, book, library, buddypress, sharing club
    44Requires at least: 4.0
     
    7474
    7575== Upgrade Notice ==
    76 New fields for administration purposes (extra notes) + improved compatibility with other plugins.
     76This fix the capabilities bug in the admin and add extra fields to the lendings and the objects.
    7777
    7878== Screenshots ==
     
    8181
    8282== Frequently Asked Questions ==
    83 *   Can I add more fields to the shared items or the lendings ?
     83= Can I add more fields to the shared items or the lendings ? =
    8484
    8585    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/).
     
    9696    So, feel free to use the other fields from the `wp_comments` table to store extra lending data.
    9797   
    98 *   Can my members share their own objects ?
     98= Can my members share their own objects ? =
    9999
    100100    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.
    101101   
    102 *   Is this plugin compatible with BuddyPress ?
     102= Is this plugin compatible with BuddyPress ? =
    103103
    104104    Yes, actually it was developped for a BuddyPress community in the first place.
    105105
    106 *   Can I import several objects at once ?
     106= Can I import several objects at once ? =
    107107
    108108    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.
    109109
    110 *   I find this plugin helpful, how can I help you back ?
     110= I find this plugin helpful, how can I help you back ? =
     111
    111112    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)
    112113    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.