nice addon.
I'll be able to "call" some buddy to login a chatroom or YIM if he's online
Here's a small add-on, to show an SMS icon next to YIM icon when you view the Who is Online page:
In whosonlinebit template, find
HTML Code:
$userinfo[aimicon]
$userinfo[icqicon]
$userinfo[msnicon]
$userinfo[yahooicon]
add after:
HTML Code:
<if condition="$show['loggedinuser']">
<a onClick="window.open('sms.php?do=sms&$session[sessionurl]u=$userinfo[userid]','_blank','toolbar=no,location=no,menubar=no,width=550,height=300,resizeable=no,status=no');return false" target="_blank" href="#"><img src="$stylevar[imgdir_misc]/im_sms.gif" alt="Send SMS to $userinfo[username]" border=0/></a></if>
upload some icon, name it im_sms.gif. for example this one:
Note. This one is a simple add-on, assuming that all users use the sms function. I didnt use/check for those who disable the sms.
06/04/2004. UPDATE
Only show icon for those who have SMS system active, check this one.
https://vborg.vbsupport.ru/showthrea...085#post519085