Changeset 1666283
- Timestamp:
- 05/29/2017 07:43:26 AM (9 years ago)
- File:
-
- 1 edited
-
gauliscore/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gauliscore/trunk/readme.txt
r1666271 r1666283 1 /** 2 * Plugin Name: GauliScore 1 /* Plugin Name: GauliScore 3 2 * Description: Custom Leaderboard for Learndash 4 3 * Version: 1.0 … … 7 6 * License: GPL-2.0+ 8 7 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 9 10 8 */ 11 9 … … 13 11 Learndash custom Leaderboard 14 12 15 there is 2 shortcode 13 Prerequisite : Learndash Plugin. 16 14 17 [gauliscore id=postid limit=numberoflimit] 15 There is 2 shortcode 18 16 19 the id is a post id limit is number of record you want to show, not empty than all record this shortcode will make summary of total point user have in course (from all quiz) 17 1. gauliscore shortcode 20 18 21 [gauli quiz id=postid] the id is same like learndash shortcode ld_quiz quiz_id this shortcode will make a summary of leaderboard and using your leaderboard quiz configuration (sort by, number to displayed), but will remove duplicate entry that show in learndash leaderboard.19 [gauliscore id=postid limit=numberoflimit title=titleyouwant] 22 20 23 how to use : just create a post and use a shortcode example [gauliquiz id=13] [gauliquiz id=1234] 21 - id is a post id of course you want to show 22 - limit is number of record you want to show. if not set then all record will show (from all quiz from course) 23 - title is something you want to show at top of table 24 25 example : 26 27 [gauliscore id=12 limit=10 title='Top 10 Score'] 28 29 2. gauliquiz shortcode 30 31 This shortcode is just like a leaderboard from learndash, but it will remove duplicate entry to show 32 It will use your leaderboard quiz configuration (sort by, number to displayed). 33 34 example : 35 36 [gauliquiz id=234 title="Top 10 of Quiz"] 37 38 39 - id is same like learndash shortcode ld_quiz quiz_id 40 - title is something you want to show at top of table 41 42 43 How to use : just create a post and use a shortcode example [gauliquiz id=13] [gauliquiz id=1234] 24 44 25 45 note :
Note: See TracChangeset
for help on using the changeset viewer.