I'm not for sure if this mod would work with this, but i tryed it anways and it all works BUT on the admin side. when i log into the admin there is post to be a area called "Garage" with the links to mod it, but its not there, and i cant fig out how to make it show up. Its a phpBB mod that i have used with phpbb2.de.
Quote:
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
<?php
#
#-----[ AFTER, ADD ]------------------------------------
#
//-- mod : Garage ----------------------------------------------------------------------------------------------------------
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------
#
//-- mod start : Garage ----------------------------------------------------------------------------------------------------
//-- add
$lang['Business'] = 'Business';
$lang['Categories'] = 'Categories';
$lang['Configuration'] = 'Configuration';
$lang['Makes & Models'] = 'Makes & Models';
$lang['Permissions'] = 'Permissions';
$lang['Tools'] = 'Tools';
//-- mod finish : Garage ---------------------------------------------------------------------------------------------------
#
That is what it says to do, and it doesnt work.....