Hab den Skype me Extra Addon instaliert und wenn ich jetzt im Forum einen Beitrag öffnen will kommt das: Fatal error: Call to undefined function: prepare_skype_http() in /srv/www/.../viewtopic.php on line 950
Der Code um die Zeile 950 rum ist dieser:
Code: Alles auswählen
if ( $poster_id != ANONYMOUS )
{
$temp_url = append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id");
$profile_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_profile'] . '" alt="' . $lang['Read_profile'] . '" title="' . $lang['Read_profile'] . '" border="0" /></a>';
$profile = '<a href="' . $temp_url . '">' . $lang['Read_profile'] . '</a>';
$image_skype = ( $postrow[$i]['user_skype'] ) ? '<a title="' . $lang['skype'] . '" href="javascript:;" onClick=\'window.open("'.append_sid('skype.'.$phpEx.'?u='.$poster_id).'","gesamt","location=no,menubar=no,toolbar=no,scrollbars=auto,width=320,height=500,status=no",title="Skype")\'><img src="' . $images['skype_new'] . '" alt="' . $lang['skype'] . '" title="' . $lang['skype'] . '" border="0"></a>' : '';
$skype_user = ( $postrow[$i]['user_skype'] ) ? '<a title="' . $lang['skype'] . '" href="javascript:;" onClick=\'window.open("'.append_sid('skype.'.$phpEx.'?u='.$poster_id).'","gesamt","location=no,menubar=no,toolbar=no,scrollbars=auto,width=320,height=500,status=no",title="Skype")\'><img alt="' . $lang['skype'] . '" title="' . $lang['skype'] . '" src="http://mystatus.skype.com/smallicon/' . prepare_skype_http($postrow[$i]['user_skype']) . '" border="0"></a>' : '';
$temp_url = append_sid("privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$poster_id");
$pm_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_pm'] . '" alt="' . $lang['Send_private_message'] . '" title="' . $lang['Send_private_message'] . '" border="0" /></a>';
$pm = '<a href="' . $temp_url . '">' . $lang['Send_private_message'] . '</a>';
if ( !empty($postrow[$i]['user_viewemail']) || $is_auth['auth_mod'] )
{
$email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL .'=' . $poster_id) : 'mailto:' . $postrow[$i]['user_email'];
Code: Alles auswählen
$skype_user = ( $postrow[$i]['user_skype'] ) ? '<a title="' . $lang['skype'] . '" href="javascript:;" onClick=\'window.open("'.append_sid('skype.'.$phpEx.'?u='.$poster_id).'","gesamt","location=no,menubar=no,toolbar=no,scrollbars=auto,width=320,height=500,status=no",title="Skype")\'><img alt="' . $lang['skype'] . '" title="' . $lang['skype'] . '" src="http://mystatus.skype.com/smallicon/' . prepare_skype_http($postrow[$i]['user_skype']) . '" border="0"></a>' : '';
LG
Steffen