开发者 |
netdelight
jdevroed mpol joeytroy |
---|---|
更新时间 | 2022年12月2日 19:01 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 6.1.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
languages
folder).
The shared object are based on WordPress custom post type and taxonomy (custom categories) which means that :
/wp-content/plugins/sharing-club
directoryhttp://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 : templates/Walker_Category_Posts.php
templates/single-shared_item.php
display the booking form and all its options.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
So, feel free to use the other fields from the wp_comments
table to store extra lending data.
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.
Yes, actually it was developped for a BuddyPress community in the first place.
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.
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.