I have a few questions about your leaderboard function. I am sorry it is a bit long.
1. For the shortcodes to display leaderboards, there are many options available and I am confused with what each of them do. I was wondering if you could explain what each of them do:
In the shortcodes section of the plugin settings are the following options and shortcodes:
All Results Settings
[ays_all_results id="Your_Category_ID"]
At the bottom, the instructions says: “ID?– Enter the ID of the quiz category. Example: id=’23’. Note: In case you don’t insert the ID of the Quiz Category, all results of all the quizzes will be displayed on the Front-end.”
For this one, my question is:
How is it different to the paid upgrade shortcode called “Leaderboard By Quiz Category Settings“
And, if we enter the ID of a particular quiz into this shortcode, it would display the leaderboard of a particular quiz, right (and not just a category)? If so, how is that different to the other shortcodes, like the next one, called “Single Quiz Results Settings” with the following code?
[ays_quiz_all_results id="Your_Quiz_ID"]
I tried this code while logged in as an admin and got the message telling me I must log in to see the results, so I actually can’t tell what this code does.
There is another shortcode (a paid upgrade) called “Individual Leaderboard Settings“. It doesn’t come with any instructions and I would like to know what this does. For example, is that a leaderboard for a particular (individual) user, eg “John” and all his high scores for the quizzes he did, or is that the high scores of all users who did a particular (individual) quiz?
2. The leaderboard includes logged out guest test takers too. Can we exclude logged out guest users from leaderboards and only show those who have logged in to do a quiz?
3. I did some tests and noticied that the leaderboard will show the same user each time they do the same quiz, and list them more than once. For example, as a test, I did a quiz as an admin 3 times while logged in, and each attempt is listed separately in the leaderboard under the same username. I would like to show each user only once (since they are and have to be logged in to be shown on the leaderboard as in Number 2 above), is that possible?
Finally, can we customise the visual display of the leaderboard itself?
Thank you
]]>I also want to display the badges that the user has earned in the myCRED leaderboard table.
Here is the code:
<table>
<thead>
<tr>
<th>Profile</th>
<th>Name</th>
<th>Position</th>
<th>Points</th>
</tr>
</thead>
<tbody>
[mycred_leaderboard wrap=""]
<tr>
<td>%avatar%</td>
<td>%display_name%</td>
<td>%position%</td>
<td>%cred_f%</td>
</tr>
[/mycred_leaderboard]
</tbody>
</table>
Kindly provide me with a solution.
]]>I try to use [wcdp_leaderboard
] to display on single product page. I can use id=”-1″ to display all donor from all product, also can use id=”1234″ to display specific produt, but how to make it display current product donor? I notice there is id=”1″ in your document, assume it mean display current product but it doesn’t work.
it is a great plug in, thanks a lot.
Elton
]]>We have the main leaderboard set to appear in all 6 options. But when we want a different leaderboard to show up on a search page —both leaderboards will be displayed.
This is what the Sonoma banner is set for; to show up only on Sonoma posts (list not shown) and searches for Sonoma.
Ive tried url, url parameters, but i might be missing a step. Can you please point me in the right direction. We don’t want the main leaderboard to show when we have search enabled on other banners. Just one banner at the top.
Thanks
Rob
]]>I need to manually change the position of two tied users without giving them points on the leaderboard, we did a tiebreaker dynamic and one of the users won a higher place. The user above with the lowest user ID needs to go down one place and vice versa. How can I perform this?
Kind Regards.
]]>The short-code ‘[mycred_leaderboard]’ only provied Positions, names and points to display on the leaderboard.
]]>I want to display a leaderboard which shows the top 10 user list with higher points, ranks or badges as a block or on any page. I tried to do it but i couldn’t figure out how to do it exactly.
All suggestions are welcomed!!
]]>