[外掛]Yahoo!奇摩會員中心
發表於 : 2004-05-17 01:34
#
#Yahoo!奇摩會員中心
#
#說明:將原連結至英文網站改成 中文 Yahoo!奇摩會員中心
#
#只需修改2個檔案 viewtopic.php,includes/usercp_viewprofile.php
#
#-----[ 打開 Open ]------------------------------------------
#
viewtopic.php
#
#-----[ 尋找 Find ]------------------------------------------
#
$yim_img = ( $postrow[$i]['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $postrow[$i]['user_yim'] . '&.src=pg"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $postrow[$i]['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $postrow[$i]['user_yim'] . '&.src=pg">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 取代 Replace ]------------------------------------------
#
$yim_img = ( $postrow[$i]['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $postrow[$i]['user_yim'] . '"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $postrow[$i]['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $postrow[$i]['user_yim'] . '">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 打開 Open ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ 尋找 Find ]------------------------------------------
#
$yim_img = ( $profiledata['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $profiledata['user_yim'] . '&.src=pg"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $profiledata['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $profiledata['user_yim'] . '&.src=pg">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 取代 Replace ]------------------------------------------
#
$yim_img = ( $profiledata['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $profiledata['user_yim'] . '"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $profiledata['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $profiledata['user_yim'] . '">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 完成 End ]------------------------------------------
#
#Yahoo!奇摩會員中心
#
#說明:將原連結至英文網站改成 中文 Yahoo!奇摩會員中心
#
#只需修改2個檔案 viewtopic.php,includes/usercp_viewprofile.php
#
#-----[ 打開 Open ]------------------------------------------
#
viewtopic.php
#
#-----[ 尋找 Find ]------------------------------------------
#
$yim_img = ( $postrow[$i]['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $postrow[$i]['user_yim'] . '&.src=pg"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $postrow[$i]['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $postrow[$i]['user_yim'] . '&.src=pg">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 取代 Replace ]------------------------------------------
#
$yim_img = ( $postrow[$i]['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $postrow[$i]['user_yim'] . '"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $postrow[$i]['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $postrow[$i]['user_yim'] . '">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 打開 Open ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ 尋找 Find ]------------------------------------------
#
$yim_img = ( $profiledata['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $profiledata['user_yim'] . '&.src=pg"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $profiledata['user_yim'] ) ? '<a href="http://edit.yahoo.com/config/send_webmesg?.target=' . $profiledata['user_yim'] . '&.src=pg">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 取代 Replace ]------------------------------------------
#
$yim_img = ( $profiledata['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $profiledata['user_yim'] . '"><img src="' . $images['icon_yim'] . '" alt="' . $lang['YIM'] . '" title="' . $lang['YIM'] . '" border="0" /></a>' : '';
$yim = ( $profiledata['user_yim'] ) ? '<a href="http://profiles.yahoo.com/' . $profiledata['user_yim'] . '">' . $lang['YIM'] . '</a>' : '';
#
#-----[ 完成 End ]------------------------------------------
#