Plugin Directory

Changeset 1666283


Ignore:
Timestamp:
05/29/2017 07:43:26 AM (9 years ago)
Author:
mprasodjo
Message:

reupload a readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gauliscore/trunk/readme.txt

    r1666271 r1666283  
    1 /**
    2  * Plugin Name: GauliScore
     1/* Plugin Name: GauliScore
    32 * Description: Custom Leaderboard for Learndash
    43 * Version: 1.0
     
    76 * License: GPL-2.0+
    87 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    9 
    108*/
    119
     
    1311Learndash custom Leaderboard
    1412
    15 there is 2 shortcode
     13Prerequisite : Learndash Plugin.
    1614
    17     [gauliscore id=postid limit=numberoflimit]
     15There is 2 shortcode
    1816
    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)
     171. gauliscore shortcode
    2018
    21     [gauliquiz 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]
    2220
    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
     25example :
     26
     27 [gauliscore id=12 limit=10 title='Top 10 Score']
     28
     292. gauliquiz shortcode
     30
     31This shortcode is just like a leaderboard from learndash, but it will remove duplicate entry to show
     32It will use your leaderboard quiz configuration (sort by, number to displayed).
     33
     34example :
     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
     43How to use : just create a post and use a shortcode example [gauliquiz id=13] [gauliquiz id=1234]
    2444
    2545note :
Note: See TracChangeset for help on using the changeset viewer.