Quote:
Originally Posted by lanc3lot
Ehm, sorry again, my coding abilities are very limited...Can u update this hack with this new feature too?
As if u meant i have to do it alone, i will not succeed it
Thnx in advance for any try u will do 
|
I've been very busy and not had time to test this, this is the new template change
Code:
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws & PitchouneN64ngc--- !>
<!--- http://www.onlinestatus.org/ -->
<table width="100%" border="0">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="$vboptions[onlinestatusim]/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
<if condition="$post['field#']">
<td><a href="#" onclick="return imwindow('irc', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/irc/$post[field#]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
You will need to add a new user profile field and change "field#" to the number of your new field, I've not tried this because I only have a 3.5.0 test board, if it doesn't work just remove the code again, and I will have another look at it l8r when I have a little more time