Lanigironu
03-09-2002, 04:52 AM
This post is a sort of a continuation of this (https://vborg.vbsupport.ru/showthread.php?s=&threadid=35892) one, in which I posted my graphics.
You will need to have the following images in your images folder:
aim_icon.gif
icq_icon.gif
yim_icon.gif
The templates you need to modify are:
aim
icq
yahoo
Replace the aim template with the following code:
<a href="javascript:aimwindow('$userinfo[aim]')"><img src="{imagesfolder}/aim_icon.gif" alt="Send an AIM message to $userinfo[username]" border="0"></a>
Replace the icq template with the following code:
<a href="http://wwp.icq.com/$userinfo[icq]#pager" target="_blank"><img src="{imagesfolder}/icq_icon.gif" alt="Send an ICQ message to $userinfo[username]" border="0"></a>
Replace the yahoo template with the following code:
<a href="http://edit.yahoo.com/config/send_webmesg?.target=$userinfo[yahoo]&.src=pg" target="_blank"><img src="{imagesfolder}/yim_icon.gif" alt="Send a message to $userinfo[username]" border="0"></a>
The main change here is the ICQ template. I felt that the innitial link was unnecessary, and intimidating. In my version, clicking on the image will just open up an ICQ window to send the user a message. The other two template changes are purely cosmetical.
If you want an example, just check the board in my profile.
You will need to have the following images in your images folder:
aim_icon.gif
icq_icon.gif
yim_icon.gif
The templates you need to modify are:
aim
icq
yahoo
Replace the aim template with the following code:
<a href="javascript:aimwindow('$userinfo[aim]')"><img src="{imagesfolder}/aim_icon.gif" alt="Send an AIM message to $userinfo[username]" border="0"></a>
Replace the icq template with the following code:
<a href="http://wwp.icq.com/$userinfo[icq]#pager" target="_blank"><img src="{imagesfolder}/icq_icon.gif" alt="Send an ICQ message to $userinfo[username]" border="0"></a>
Replace the yahoo template with the following code:
<a href="http://edit.yahoo.com/config/send_webmesg?.target=$userinfo[yahoo]&.src=pg" target="_blank"><img src="{imagesfolder}/yim_icon.gif" alt="Send a message to $userinfo[username]" border="0"></a>
The main change here is the ICQ template. I felt that the innitial link was unnecessary, and intimidating. In my version, clicking on the image will just open up an ICQ window to send the user a message. The other two template changes are purely cosmetical.
If you want an example, just check the board in my profile.