Page 1 of 1
Problems
Posted: Fri Jun 30, 2006 7:21 pm
by TOMi
Hello,
First of all, sorry for my english
I have some questions:
1. I haven't got in includes/page_header.php
Code: Select all
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),
2. ok I install but I don't see in my PA quiz modul

why? I must get acces by link .../admin/admin_quiz.php?sid...
I use mod of phpbb, by przemo
http://www.przemo.org
Posted: Fri Jun 30, 2006 8:09 pm
by TOMi
in admin/index.php i have all variables without line
$location_url = "index.$phpEx?pane=right";
Posted: Fri Jun 30, 2006 11:42 pm
by TOMi
One more thing when i translate the lang file and have:
$lang['Quiz_answer_true'] = 'True';
$lang['Quiz_answer_false'] = 'False';
when i translate 'True' and 'False' to my language there is no right answer in quiz

where i must change this variables?
Posted: Sat Jul 01, 2006 1:18 am
by battye
TOMi wrote:One more thing when i translate the lang file and have:
$lang['Quiz_answer_true'] = 'True';
$lang['Quiz_answer_false'] = 'False';
when i translate 'True' and 'False' to my language there is no right answer in quiz

where i must change this variables?
For the langs, I suggest keeping it as True and False, and changing it directly within the quiz.php file, or even in the TPL file
And for 'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'), just look for 'L_WHOSONLINE_MOD' to get you in the right area

Posted: Sat Jul 01, 2006 9:04 am
by TOMi
battye wrote:For the langs, I suggest keeping it as True and False, and changing it directly within the quiz.php file, or even in the TPL file

eee where exactly? It looks bad when users must mark in foreign language
battye wrote:just look for 'L_WHOSONLINE_MOD' to get you in the right area

I don't have it too.
But mostly why I haven't got Quiz in PA?