
ja hast recht... dann ändere die dateiname vom mini cards MOD report.php in reportmc.php
Öffne install.txt
suche
Code: Alles auswählen
$warn_red_card = '<a href="'. append_sid($phpbb_root_path.'report.'.$phpEx.'?mode=ban&user='.$postrow[$i]['user_id'].'&redirect=viewtopic.'.$phpEx.'?p='.$postrow[$i]['post_id']) .'"><img src="'.$phpbb_root_path.'images/red_card.gif" border="0" /></a>';
ersetze mit
Code: Alles auswählen
$warn_red_card = '<a href="'. append_sid($phpbb_root_path.'reportmc.'.$phpEx.'?mode=ban&user='.$postrow[$i]['user_id'].'&redirect=viewtopic.'.$phpEx.'?p='.$postrow[$i]['post_id']) .'"><img src="'.$phpbb_root_path.'images/red_card.gif" border="0" /></a>';
suche
Code: Alles auswählen
$warn_yellow_card = '<a href="'. append_sid($phpbb_root_path.'report.'.$phpEx.'?mode=warn&user='.$postrow[$i]['user_id'].'&redirect=viewtopic.'.$phpEx.'?p='.$postrow[$i]['post_id']) .'"><img src="'.$phpbb_root_path.'images/yellow_card.gif" border="0" /></a>';
ersetze mit
Code: Alles auswählen
$warn_yellow_card = '<a href="'. append_sid($phpbb_root_path.'reportmc.'.$phpEx.'?mode=warn&user='.$postrow[$i]['user_id'].'&redirect=viewtopic.'.$phpEx.'?p='.$postrow[$i]['post_id']) .'"><img src="'.$phpbb_root_path.'images/yellow_card.gif" border="0" /></a>';
suche
Code: Alles auswählen
$warn_green_card = '<a href="'. append_sid($phpbb_root_path.'report.'.$phpEx.'?mode=green&user='.$postrow[$i]['user_id'].'&redirect=viewtopic.'.$phpEx.'?p='.$postrow[$i]['post_id']) .'"><img src="'.$phpbb_root_path.'images/green_card.gif" border="0" /></a>';
ersetze mit
Code: Alles auswählen
$warn_green_card = '<a href="'. append_sid($phpbb_root_path.'reportmc.'.$phpEx.'?mode=green&user='.$postrow[$i]['user_id'].'&redirect=viewtopic.'.$phpEx.'?p='.$postrow[$i]['post_id']) .'"><img src="'.$phpbb_root_path.'images/green_card.gif" border="0" /></a>';
So sollte es dann gehen