Customizing SMF > Modifications and Packages

SMF Quiz

<< < (137/159) > >>

mrselnombre:
I would like to be able to call some of the information from my quiz statistics page to elsewhere on my forum.
Like Top 10 Quiz Winners to a block on my simple portal. Any tips on how to go about doing it?

FrizzleFried:
Yeah,   a top 10 for a PHP block would rock!

XHIBIT911:

--- Quote ---If the league proceeds (i.e. round 2, etc.), but the leader is always the same could be a problem of a scheduled task not triggered or that doesn't work at all.

Try going to admin > maintenance > scheduled tasks, you should find a scheduled task related to the quiz, try to run it manually and see if the league is updated.
--- End quote ---

Sources/ScheduledTasks.php on line 633

Fatal error: Call to undefined function parseleaguemessage

emanuele:
mmm...that's strange.

XHIBIT911 could you please attach here your ScheduledTasks.php (Sources directory).

Not so strange, please check in your SMFQuizAdmin.php, line 307, there should be something like:

--- Code: ---if (function_exists('ParseLeagueMessage'))
{

--- End code ---
change it to:

--- Code: ---if (!function_exists('ParseLeagueMessage'))
{

--- End code ---

XHIBIT911:
Wow !
Thanks so much, that one solitary exclamation point fixed it all !
Thank you so much again

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version