ich habe mal eine Frage, ich weiß nicht wie ich bei dem Mini Card Mod vorgehen soll. In der Installationsdatei steht folgendes:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//
for($i = 0; $i < $total_posts; $i++)
{
#
#-----[ REPLACE WITH ]------------------------------------------
#
$card_sql = 'SELECT b.ban_userid FROM '. BANLIST_TABLE .' b ORDER BY b.ban_userid ASC';
if( !($result = $db->sql_query($card_sql) ))
{
message_die(GENERAL_ERROR, "Could not get banlist", '', __LINE__, __FILE__, $sql);
} ........................
..........
#
#-----[ FIND ]------------------------------------------
#
Code: Alles auswählen
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//
// Start add - Birthday MOD
$this_year = create_date('Y', time(), $board_config['board_timezone']);
$this_date = create_date('md', time(), $board_config['board_timezone']);
// End add - Birthday MOD
Liebe Grüße
Dominik
----------------------------------
*Edit*
Also wollte nun weiter machen und ich finde in der Datei admin_board.php folgendes leider nicht:
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------
#
'LOGIN_RESET_TIME' => $new['login_reset_time'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'WARN_LEVEL' => $max_warn_level,
'L_WARN_LEVEL' => $lang['card_warn_level'],