To add a Yahoo Messenger status button to the Member List page, do the following:
Instructions
#Go to Control Panel Home > Admin > Member Profile Templates > Default > Member List Rows.
# Find the EE code that looks like:
{if icq}
<a href="{yahoo_console}" target="_blank"><img src="{image_path}icon_yim.gif" width="56"
height="15" border="0" alt="Yahoo Messenger" title="Yahoo Messenger"/></a>
{/if}
# Replace the section with the following, if you want to use the Yahoo status image.
{if yahoo_im}
<a href="http://edit.yahoo.com/config/send_webmesg?.target={yahoo_im}&.src=pg">
<img border=0 src="http://opi.yahoo.com/online?u={yahoo_im}&m=g&t=1" alt="{yahoo_im}"
title="{yahoo_im}">
</a> {/if}
# If you want the Yahoo Button to be the standard EE button, with no status then replace with:
{if yahoo_im}
<a href="http://edit.yahoo.com/config/send_webmesg?.target={yahoo_im}&.src=pg">
<img src="{image_path}icon_yim.gif" width="56" height="15" border="0" alt="Yahoo Messenger"
title="Yahoo Messenger" />
</a>
{/if}
That is it.
Category:Members Category:Templates
