i checked if this topic is already and its not so i am asking you why it wont show admin section of my E.Arcade 2.5.0 (smf 1.1.4 and tp 0.9.8)and when i install this arcade it shows some "forum erros log"
In these 2 files it shows errors:
-Sources/Subs.php
-Sources/ManageArcade.php
From "Sources/ManageArcade.php"
$context['page_title'] = $txt['arcade_admin'];
'title' => $txt['arcade_auto_game'],
'title' => $txt['arcade_games'],
'title' => $txt['arcade_settings'],
'title' => $txt['arcade_admin'],
'title' => $txt['arcade_admin'],
From "Sources/Subs.php"
'managearcade' => '<a href="' . $scripturl . '?action=admin;area=managearcade">' . $txt['arcade_admin']
'title' => $txt['arcade_admin'],
tomzl, we support TinyPortal here.
For support for the Arcade you should ask on their site or on the SMF forum.
i am really sorry than :S just i thought you might help me
i checked smf arcade site and E.Arcade site and i didnt found any topic related with my problem :@. so please help me to install arcade without any problems.
i would ask them but they arent so active as you so if some1 could took a minute and check my problem i would be appreciated.
hate to say this but we are all active here.. but Ken is right, you need to ask over there.. if you have, then sit back and look again thru there, you might finde your answer and could help out other people with it :D
Initially it seems like language strings are missing, all those strings should be inside Modifications.english.php as I recall.
tomzl, I think the Modifications.english.php file for your theme is missing. If it is present, then make sure the codes as listed in the attached file are present.
If the codes are absent, just add the codes as shown below:
<?php
add codes here ...
?>
no the Modifications.english.php it is in my theme. its stupid question but i dont know what to do else: to install arcade before TP?
tnx for help. i will try to chech inside Modifications.english.php
william. i checked my modification file and its all good. maybe its something wrong with "Sources/Subs.php" because its first error log ?
tomzl, mods only modify the modifications.english.php in the default theme. If you are using a custom theme with modifications.english.php then you need to make sure the same code is added to that file for it to work.