At-lantis SMS System Version 1.02 (Instant Messenger for vB3)
This modification is in the archives.
First.
I have written this hack in german and translate him with bablefish. :speechless: So be gentle to me, because my dreadful english. What does this hack do? With this hack it´s possible sent little messages to other online users in realtime. The messages would be open in a new small PopUp window when the sms receiver refresh any page. SMS are not save in the database. Just unread sms are saved. They are automatically delete when the PopUp for a new SMS open. Files to edit - profilphp - edit templates forumhome_loggedinuser, USERCP_SHELL Five new templates (in the zip.file) Two new php files One new database table One new database field The hack is in german and english have fun PcFreak Update Version 1.02 7.6 19:40 Update the zip.file to fix a little bug Thanks go to Mystics from vBulletin Germany For the others whitch install this hack replace the full code in the template forumhome_loggedinuser with 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 a sms to $loggedin[username] ?" href="sms.php?do=sms&userid=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]</a>
Mods: Show an SMS icon next to YIM icon when you view the Who is Online page Spoiler (click to open)
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] 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> 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. http://www.vbulletin.org/forum/showthread.php?p=519085#post519085 Close
Credit go to mtha And please click install, if you used this hack Thank you. A demo you can find on my homepage: http://at-lantis.de Name: testuser Pass: test Download This modification is archived and cannot be downloaded. Screenshots
|