Plugin Directory

Changeset 1666610


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

update syntax

Location:
sharing-club/trunk
Files:
2 edited

Legend:

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

    r1666604 r1666610  
    8181= Can I add more fields to the shared items or the lendings ? =
    8282
    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 :
     83Yes, if the "notes" field is not enough, you can add other custom field using [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/).
     84If 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 :
    8585   
    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.
     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
     94So, feel free to use the other fields from the `wp_comments` table to store extra lending data.
    9595   
    9696= Can my members share their own objects ? =
  • sharing-club/trunk/sharing-club.php

    r1666598 r1666610  
    55Description: 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.
    66Author: Manu Z.
    7 Version: 1.2.1
     7Version: 1.2.2
    88Author URI: http://netdelight.be/
    99Text Domain: sharing-club
Note: See TracChangeset for help on using the changeset viewer.