Customizing SMF > Modifications and Packages

SMF Quiz

<< < (132/160) > >>

davejo:
glad to hear you got it working ok   :)

GlitchPC:
Anyone???


xxxx://xxxxxxxx.xxx/index.php?action=profile
8: Undefined index: SMFQuiz_Common
File: /xxx/xxx/xxxxx/xxxxxxxx/xxxxxxxx/Sources/Who.php
Line: 389

Here's that line of code...

--- Code: ---$data[$k] = $txt['SMFQuiz_Common']['InThe'] . ' <a href="' . $scripturl . '?action=SMFQuiz;">' . $txt['SMFQuiz_Common']['Quiz'] . '</a>';
--- End code ---

emanuele:
Most likely nobody ever looked at the credits... :P

In Who.php you can find:

--- Code: --- // SMFQuiz start
global $settings, $scripturl;
// SMFQuiz end
--- End code ---

change it to:

--- Code: --- // SMFQuiz start
global $settings, $scripturl;
loadLanguage('SMFQuizCommon');
// SMFQuiz end
--- End code ---

GlitchPC:
Thanks...

lifeguard81:
Somebody has the dutch language?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version