[外掛]Yahoo!奇摩會員中心

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
小老虎阿欽
星球普通子民
星球普通子民
文章: 10
註冊時間: 2004-03-13 17:07

[外掛]Yahoo!奇摩會員中心

文章 小老虎阿欽 »

#
#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 ]------------------------------------------
#
主題已鎖定

回到「非官方認證外掛」