The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Add Skype/Xfire/Google Talk to IM List Details »» | |||||||||||||||||||||||||
Well first off I would like to thank burnist for allowing me to re-release this hack as a product and change a few things so it will work with xfire and google talk also. Here is the original hack by burnist Add Skype To IM List.
The code is almost the same with very few changes all i really did was automate the query and adding the templates and added prases to it but you will still need to edit a few templates and have 1 file edit ONLY IF you want this feature. Title: Add Skype/Xfire/Google Talk to IM List Function: Adds a listings for Skype/Xfire/Google Talk along side the instant messengers in the profile, memberlist, postbit and Who's Online (WOL requires file edit) Installation: - Load The XML file in the Product manager - Upload im_skype.gif/im_xfire.gif/im_gt.gif to images/misc - Do Template Edits - WOL addition is listed in the Thread - If it becomes available the WOL will be added by a hook (future version) - Tested on vB 3.5 GOLD Author: Greg Orsi (Hawkbizkit) Original Author: Stewart Ritchie (acid burn/burnist) Date: Tuesday October 18th Version: 1.0 License: Provided "as is" with no warrnty. I take no responsibility for your board, always make a back up before modifying anything, even more important now as modifications them selves are stored in the database now. Can only be distributed on Vbulletin.org or other official Sites without my permission. OPTIONAL FILE MOD IF YOU WANT THIS FEATURE!!! The following will add Skype/Xfire/Google Talk to the Who's Online IM list, it was not included in the hack file as it requires file edits and the rest of the add-on uses hooks so you can add this at your own discretion. Depending on which version you install you will need to change a few things in the file edit. ######### ## WOL ### ######### Open online.php and find PHP Code:
For Skype: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Open The template 'whosonlinebit' Find HTML Code:
$userinfo[yahooicon] HTML Code:
$userinfo[gticon] $userinfo[xfireicon] $userinfo[skypeicon] ### /WOL ##### ############# Show Your Support
|
Comments |
#62
|
|||
|
|||
Quote:
function gtwindow(userid, width, height) right below var IMGDIR_MISC = "$stylevar[imgdir_misc]"; so it should be like this PHP Code:
|
#63
|
|||
|
|||
Quote:
[sql]ALTER TABLE user ADD googletalk VARCHAR( 250 ) AFTER msn ALTER TABLE user ADD xfire VARCHAR( 250 ) AFTER msn ALTER TABLE user ADD skype VARCHAR( 250 ) AFTER msn[/sql] be sure to add your table prefix if you have one... you man only need to run 1 or all of these queries so try them all if you have all 3 installed if not just use the one needed |
#64
|
|||
|
|||
That was just too sexy! Thank you, it finally works the way you intended! Again thank you for the addition and the support for it.
If all you coders would put a little Paypal script in your entry submission, I am sure there are probably a few dozen like me that would be more than happy to donate for the time and effort you put into this stuff. |
#65
|
|||
|
|||
I spoke too soon. The code you gave worked great in Firefox. It took me a full day to get the complaints, but it is very bad for those who use IE. In Internet Explorer, with the Headinclude you gave it give many errors and some even in Firefox. The original code in the post I had does not give these errors, but your modification won't work unless I use yours.
The errors are when you reply to any message the drop down smilies (in advanced mode) and many of the code options stop working. The other major error is the style selection no longer functions, the language selection no longer functions. I really am interested in making this work, if anyone has a suggested modification of the code above? |
#66
|
|||
|
|||
Quote:
|
#67
|
|||
|
|||
Interesting to note that vbulletin.org will have an interesting feature added to 3.5.2 with regards, to Skype: http://www.vbulletin.com/forum/showthread.php?t=162169
|
#68
|
||||
|
||||
That's good but what about Google Talk?
|
#69
|
|||
|
|||
Quote:
PHP Code:
|
#70
|
||||
|
||||
Very Nice
Thanks, Click Install File Attach: French Language for Skype |
#71
|
|||
|
|||
Quote:
as soon as I say that is when I get notified of board errors. So I will tell you thank you very much, it does not have the display or function problems that my old one had. It works perfectly from what I can see. Thanks for all your support. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|