Plugin Directory

Changeset 1416917


Ignore:
Timestamp:
05/14/2016 12:55:35 PM (10 years ago)
Author:
xnicoco
Message:

Improved shortcode structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • katracker/trunk/README.txt

    r1416912 r1416917  
    35351. Upload the plugin files to the `/wp-content/plugins/katracker` directory, or install the plugin through the WordPress plugins screen directly.
    36361. Activate the plugin through the 'Plugins' screen in WordPress
    37 1. Use the Settings->Katracker screen to configure the tracker and torrent management settings
     371. Use the Settings-)Katracker screen to configure the tracker and torrent management settings
    3838Note that torrents view best in list view and not in grid view.
    3939
    4040= View uploaded torrents =
    4141    To view a single torrent use the [torrent] shortcode, you can tweak the shortcode with the following attributes:
    42 * id=<torrent id>
    43 * stats=<true/false shows torrent stats>
     42* id=(torrent id)
     43* stats=(true/false shows torrent stats)
    4444
    4545    To view a list of uploaded torrents, use the [torrents] shortcode:
    46 * id=<list of torrent ids seperated by commas>
    47 * category=<if not set, lists all categories, otherwise lists all categories>
    48 * stats=<true/false shows torrent stats>
    49 * files=<true/false shows a torrent file list>
     46* id=(list of torrent ids seperated by commas)
     47* category=(if not set, lists all categories, otherwise lists all categories)
     48* stats=(true/false shows torrent stats)
     49* files=(true/false shows a torrent file list)
    5050By default shows all enabled torrents.
    5151
Note: See TracChangeset for help on using the changeset viewer.