Changeset 1416917
- Timestamp:
- 05/14/2016 12:55:35 PM (10 years ago)
- File:
-
- 1 edited
-
katracker/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
katracker/trunk/README.txt
r1416912 r1416917 35 35 1. Upload the plugin files to the `/wp-content/plugins/katracker` directory, or install the plugin through the WordPress plugins screen directly. 36 36 1. Activate the plugin through the 'Plugins' screen in WordPress 37 1. Use the Settings- >Katracker screen to configure the tracker and torrent management settings37 1. Use the Settings-)Katracker screen to configure the tracker and torrent management settings 38 38 Note that torrents view best in list view and not in grid view. 39 39 40 40 = View uploaded torrents = 41 41 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) 44 44 45 45 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) 50 50 By default shows all enabled torrents. 51 51
Note: See TracChangeset
for help on using the changeset viewer.