TinyPortal

Development => Support => Topic started by: tomzl on March 07, 2008, 05:45:55 PM

Title: Arcade admin section not showing
Post by: tomzl on March 07, 2008, 05:45:55 PM
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
Title: Re: Arcade admin section not showing
Post by: tomzl on March 07, 2008, 06:00:23 PM
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'],
Title: Re: Arcade admin section not showing
Post by: Ken. on March 07, 2008, 07:37:17 PM
tomzl, we support TinyPortal here.
For support for the Arcade you should ask on their site or on the SMF forum.
Title: Re: Arcade admin section not showing
Post by: tomzl on March 07, 2008, 09:06:22 PM
i am really sorry than :S just i thought you might help me
Title: Re: Arcade admin section not showing
Post by: tomzl on March 07, 2008, 11:44:58 PM
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.
Title: Re: Arcade admin section not showing
Post by: Smoky on March 08, 2008, 12:06:31 AM
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
Title: Re: Arcade admin section not showing
Post by: bloc on March 08, 2008, 10:23:26 AM
Initially it seems like language strings are missing, all those strings should be inside Modifications.english.php as I recall.
Title: Re: Arcade admin section not showing
Post by: william777 on March 08, 2008, 12:07:53 PM
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 ...

?>
Title: Re: Arcade admin section not showing
Post by: tomzl on March 08, 2008, 01:12:54 PM
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?
Title: Re: Arcade admin section not showing
Post by: tomzl on March 08, 2008, 01:14:23 PM
tnx for help. i will try to chech inside Modifications.english.php
Title: Re: Arcade admin section not showing
Post by: tomzl on March 09, 2008, 10:26:17 AM
william. i checked my modification file and its all good. maybe its something wrong with "Sources/Subs.php" because its first error log ?
Title: Re: Arcade admin section not showing
Post by: IchBin on March 09, 2008, 10:39:57 PM
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.