Problems

All web design discussion, including Ultimate Quiz MOD support.

Moderator: CricketMX Forum Moderators

Post Reply
TOMi
Greenhorn
Greenhorn
Posts: 4
Joined: Fri Jun 30, 2006 7:18 pm

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
TOMi
Greenhorn
Greenhorn
Posts: 4
Joined: Fri Jun 30, 2006 7:18 pm

in admin/index.php i have all variables without line
$location_url = "index.$phpEx?pane=right";
TOMi
Greenhorn
Greenhorn
Posts: 4
Joined: Fri Jun 30, 2006 7:18 pm

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?
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

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 :)
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
TOMi
Greenhorn
Greenhorn
Posts: 4
Joined: Fri Jun 30, 2006 7:18 pm

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?
Post Reply