Hi all,
Anyone know how to show the leaderboards of yaga on a single page (not in the side panel of activities page)
Thank you!
Same question ¿Someone who can help?
The easiest way I can think of is to use the Basic Pages plugin to create the page, set it to Raw HTML and then load the leaderboard using Javascript:
<script>jQuery.get('/module/leaderboardmodule').done(function (data) {document.getElementById('PageBody').innerHTML = data})</script>
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Comments
Same question ¿Someone who can help?
The easiest way I can think of is to use the Basic Pages plugin to create the page, set it to Raw HTML and then load the leaderboard using Javascript:
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS