Quote:
Originally Posted by killervette
I have VBindex, how can I change the online users on it to link to the SMS system?
|
I don't use vbindex but I would guess it has it's own template for the active users. You might ask them how to incorperate this code in to there portal.
PHP Code:
<a onClick="window.open('sms.php?do=sms&userid=$loggedin[userid]','_blank','toolbar=no,location=no,menubar=no,width=550,height=300,resizeable=no,status=no');return false" target="_blank" title="Send $loggedin[musername] an SMS message?" href="sms.php?do=sms&userid=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]</a>