(Wahrscheinlich versteht keiner, was ich meine).
So ne Art Badges…
Vielleicht versteht jemand, was ich meine

beille
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Table 'db235067684.phpbb_medals_awarded' doesn't exist [1146]
SQL
SELECT user_id, nominated FROM phpbb_medals_awarded WHERE user_id = '2'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: viewtopic.php
LINE: 1488
CALL: dbal_mysql->sql_query()
Code: Alles auswählen
Open: language/de/common.php
Comments
Permissions and module names
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
));
?>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select All
// Medals System MOD for phpBB3
'MEDALS_VIEW' => 'Medals',
'MEDALS_VIEW_EXPLAIN' => 'View Medals',