bitte nicht schimpfen, ich habe im Quellcode "rumgemurkst", weil bei mir der E-Mail und der PN-Link nicht funktionierte. Bei E-Mail stand nur "mailto:" und bei PN geht er immer auf User 2 anstatt User 1.

Momentan sieht die entsprechende Code-Stelle so aus:
Code: Alles auswählen
$email_url = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL .'=1') : 'mailto:info@fahrschule-froehlich.de' . $profiledata['user_email'];
$email_img = '<a href="' . $email_url . '"><img src="' . $images['icon_email'] . '" alt="' . $lang['Send_email'] . '" title="' . $lang['Send_email'] . '" border="0" /></a>';
$email_url = "./privmsg.php?mode=post&u=1";
$email = '<a href="' . $email_url . '">' . $lang['Send_email'] . '</a>';
$pm_img = '<img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_private_message'] . '" title="' . $lang['Send_private_message'] . '" border="0" />';
$temp_url = "./privmsg.php?mode=post&u=1";
$pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
Vielen Dank und herzliche Grüße
Sascha