The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
At-lantis SMS System Version 1.02 (Instant Messenger for vB3) Details »» | |||||||||||||||||||||||||||
At-lantis SMS System Version 1.02 (Instant Messenger for vB3)
Developer Last Online: Mar 2015
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:
Mods: Show an SMS icon next to YIM icon when you view the Who is Online page 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 Show Your Support
|
Comments |
#52
|
|||
|
|||
it is working for me, but none of the smile images show up, since you have your own gif images which you didn't upload, also some of the descriptions of the similies are not in english. could you translate them
|
#53
|
||||
|
||||
To use smilies in the templates sms_lesen and sms_schreiben
change the path to the smilie images between <!--#### Smilie part Start ###--> and <!--#### Smilie part Stop ###--> There are no smilies in the new zip.file. I think everybody want to use his own smilies and have a other syntax for them. This part of code must adapt individually. PcFreak Smilies function only with Internet Explorer |
#54
|
||||
|
||||
Quote:
in online.php look for: $allusers = $DB_site->query(" SELECTusername, add smsstatus, after that In whosonlinebit template, find HTML Code:
$userinfo[aimicon] $userinfo[icqicon] $userinfo[msnicon] $userinfo[yahooicon] HTML Code:
<if condition="$userinfo['smsstatus']==1"> <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> |
#55
|
||||
|
||||
To add Using SMS location to Online page:
Code:
<edit file> includes/functions_online.php </edit file> <search for> case 'showthread': </search for> <add before> case 'sms': $userinfo['action'] = 'Using SMS system'; break; </add before> <search for> else if (strpos($token, "/$modcpdir/") !== false) { if ($filename == '' OR $filename == 'index.php') { $userinfo['activity'] = 'modcplogin'; } else { $userinfo['activity'] = 'modcp'; } return $userinfo; } </search for> <add after> else if (strpos($token, "sms.php") !== false) { { $userinfo['activity'] = 'sms'; } return $userinfo; } </add after> |
#56
|
|||
|
|||
How do you upgrade to version 1.02?
|
#57
|
||||
|
||||
Quote:
- replace templates and ... test I bet that's all what yo need to do. |
#58
|
|||
|
|||
I was wondering if it would be a problem to code a link between acp and this to import the smilies instead of manual adding links.
Like how you would import smilies trough admincp for the forum you would get a button called import smilies to sms system or link them so the smilies you uploaded for forum automaticly work for your sms system ?? would that be possible. |
#59
|
||||
|
||||
To use smilies in the textfield from the sms system is realized with a little java script.
In the templates sms_schreiben or sms_lesen you found this code PHP Code:
PcFreak |
#60
|
|||
|
|||
I have VBindex, how can I change the online users on it to link to the SMS system?
|
#61
|
||||
|
||||
Adding 'Using SMS System' to your who's online page.
This works with SMS Ver. 1.02 In your includes/functions_online.php Code:
Find: case 'pm': $userinfo['action'] = $vbphrase['private_messaging']; Add Above: case 'sms': $userinfo['action'] = 'Using SMS System'; break; Find: default: $userinfo['activity'] = 'unknown'; Add Above: case 'sms.php': $userinfo['activity'] = 'sms'; break; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|