can this help to make yahoo clickable as i need that
file can sua : - sources/action_public/topics.php
open file : topics.php
find
CODE
if ( $member['id'] )
{
$member['addresscard'] = $this->ipsclass->compiled_templates['skin_topic']->member_icon_vcard( $member['id'] );
}
add below :
CODE
//Yahoo online intopic IBP2.1.x
if ($member['yahoo']) {
$member['yahoo_status'] = "Y!M : <a href=ymsgr:sendim?{$member['yahoo']}><img border=0 src=http://opi.yahoo.com/online?u={$member['yahoo']}&m=g&t=3></a>";
}
else
{
$member['yahoo_status'] = "Not Telling";
}
//Yahoo online in topic IBP2.1.x
ACP Home > Skin Manager Home > Managing Template Set "IPB Default Skin"
Open : Topic view ~~> RenderRow
Find :
CODE
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
add after
CODE
<br><br>$author['yahoo_status']}<br>
Have Done . !!! ^__^
please help out
thanx





Contributor















