Changeset 1666610
- Timestamp:
- 05/29/2017 05:11:23 PM (9 years ago)
- Location:
- sharing-club/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sharing-club.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sharing-club/trunk/readme.txt
r1666604 r1666610 81 81 = Can I add more fields to the shared items or the lendings ? = 82 82 83 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/).84 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 :83 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/). 84 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 : 85 85 86 User user_id87 Object comment_post_ID88 Lending date comment_date89 Return date comment_date_gmt90 Reviews comment_content91 Admin notes comment_agent92 Rating comment_karma93 94 So, feel free to use the other fields from the `wp_comments` table to store extra lending data.86 User user_id 87 Object comment_post_ID 88 Lending date comment_date 89 Return date comment_date_gmt 90 Reviews comment_content 91 Admin notes comment_agent 92 Rating comment_karma 93 94 So, feel free to use the other fields from the `wp_comments` table to store extra lending data. 95 95 96 96 = Can my members share their own objects ? = -
sharing-club/trunk/sharing-club.php
r1666598 r1666610 5 5 Description: Share books, dvd, tools, toys or any object with your friends or community. Your users can easily lend, borrow and rate items while you keep a track of what is shared and who borrowed what. 6 6 Author: Manu Z. 7 Version: 1.2. 17 Version: 1.2.2 8 8 Author URI: http://netdelight.be/ 9 9 Text Domain: sharing-club
Note: See TracChangeset
for help on using the changeset viewer.