Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Can you please explain which files in the first post are edited ?
The lanuage file edits I can see at the first narrow and steely look.
Are there additional edits in the files viewtopic.php and viewtopic_body.html ?
Last edited by Chalong on 27 Mar 2010, 22:48, edited 2 times in total.
// BEGIN Similar Mod
$lang = array_merge($lang, array(
'SIM_TOP' => 'Ähnliche Themen',
'SIM_REP' => 'Antworten',
'SIM_VIEWS' => 'Zugriffe',
'SIM_AUTH' => 'Autor',
'SIM_PIF' => 'Beitrag im Forum:',
'SIM_PBY' => 'Geschrieben von:',
));
// END Similar Mod