Glaubst du nicht, ich müsste etwas hier ändern
Code: Alles auswählen
line 52

Code: Alles auswählen
line 52
Nein das glaube ich eher weniger. Hier die Zeilen 48 bis 52Alastar hat geschrieben:Ich hab die englischen Sprachdateien nochmal hochgeladen, brachte keine Besserung.
Glaubst du nicht, ich müsste etwas hier ändern
Mit Notepad öffnen und etwas am Code ändern vielleicht.Code: Alles auswählen
line 52
Code: Alles auswählen
// Check if the language got included
if (!isset($lang['Test_settings_successful']))
{
// include_once is used within the function
include_attach_lang();
}
Code: Alles auswählen
#
#-----[ OPEN ]---------------------------------------------
#
common.php
#
#-----[ FIND ]---------------------------------------------
# around line 219
$board_config[$row['config_name']] = $row['config_value'];
}
#
#-----[ AFTER, ADD ]--------------------------------------
# After the closing brace
include($phpbb_root_path . 'attach_mod/attachment_mod.'.$phpEx);
#
#-----[ OPEN ]---------------------------------------------
#
faq.php
#
#-----[ FIND ]---------------------------------------------
# around line 62
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/' . $lang_file . '.' . $phpEx);
#
#-----[ AFTER, ADD ]---------------------------------------
#
attach_faq_include($lang_file);
Code: Alles auswählen
#-----[ OPEN ]---------------------------------------------
#
templates/subSilver/modcp_body.tpl
Code: Alles auswählen
#-----[ OPEN ]---------------------------------------------
#
templates/ lifecod/modcp_body.tpl
Code: Alles auswählen
Opentools being offline and no longer maintained
Due to me not having any time and also personally no longer interested in doing this site and all projects connected to it i have taken the site offline.
Support for the Attachment Mod is still available by others through www.phpbb.com.
A read-only archive for those wanting to browse earlier support requests and answers.
Thank you to all having supported the attachment mod and a special thanks to Obi Wan for helping out a lot.