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 |
#62
|
|||
|
|||
thanks for the addition TCS
[edit]got a problem with the smilies seems is the thumbnails are to big they wont be seen I mean above 20*20 seems not to be shown. anyway of fixing that marging ? because most of my nice ones are around 25*30[edit] |
#63
|
||||
|
||||
when this is translated to all english, and workin correctly i will install
|
#64
|
||||
|
||||
I have update the zip.file to fix a little bug.
Read first post Thank you PcFreak |
#65
|
|||
|
|||
pcfreak did that include the thumbnail error ?
|
#66
|
||||
|
||||
For anyone that does not wish to re-type and hunt the smiles for the english version you can insert this code.
These are the basic vBulletin 11 smiles included with your zip file. Replace the ones in the templates with this code. Code:
<!--#### Smilie part Start ###--> <img src="/forums/images/smilies/smile.gif" border="0" onclick="document.getElementById('nachricht').value += ' :) '"> <img src="/forums/images/smilies/wink.gif" border="0" onclick="document.getElementById('nachricht').value += ' ;) '"> <img src="/forums/images/smilies/mad.gif" border="0" onclick="document.getElementById('nachricht').value += ' :mad: '"> <br> <img src="/forums/images/smilies/cool.gif" border="0" onclick="document.getElementById('nachricht').value += ' :cool: '"> <img src="/forums/images/smilies/biggrin.gif" border="0" onclick="document.getElementById('nachricht').value += ' :D: '"> <img src="/forums/images/smilies/eek.gif" border="0" onclick="document.getElementById('nachricht').value += ' :eek: '"> <br> <img src="/forums/images/smilies/confused.gif" border="0" onclick="document.getElementById('nachricht').value += ' :confused: '"> <img src="/forums/images/smilies/frown.gif" border="0" onclick="document.getElementById('nachricht').value += ' :( '"> <img src="/forums/images/smilies/redface.gif" border="0" onclick="document.getElementById('nachricht').value += ' :o '"> <br> <img src="/forums/images/smilies/tongue.gif" border="0" onclick="document.getElementById('nachricht').value += ' :p '"> <img src="/forums/images/smilies/rolleyes.gif" border="0" onclick="document.getElementById('nachricht').value += ' :rolleyes: '"> <br> <!--#### Smilie part Stop ###--> |
#67
|
||||
|
||||
Quote:
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:
|
#68
|
||||
|
||||
PHP Code:
With the first var $loggedin[musername] you can get problems, because this var of username is with all formats (HTML, Color ect..), so is better use $loggedin[username] in the code. The second var with $loggedin[musername] is OK. PcFreak |
#69
|
|||
|
|||
Im using vbadvanced and i didnt need to change anything for the online users link to popup the sms window.
very nice! :banana: |
#70
|
|||
|
|||
it works like a charm on my board but i see on weird thing coming back.
i did the template modefication Code:
Step 1)
To get new sms on each page
put this code in you phpinclude_end template:
include("./includes/functions_sms.php");
|
#71
|
|||
|
|||
The window pops up, but its a blank white screen. is this a common problem? What do you think it could be?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|