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 |
#22
|
|||
|
|||
Cool...I look forward to this fully working! This is exactly what I needed.
|
#23
|
|||
|
|||
Quote:
Dude...if thi is not your hack ..SHUT UP!! If the question didn't start with "Tyler ".....SHUT UP!! If you're breathing....STOP!!! PS: I have seen hacks released as FULL VERSIONS and not in beta...so.....SHUT UP!!! |
#24
|
|||
|
|||
Hi,
I just checked the install.txt within the skype zipfile and all template edits seem to be for xfire?! Is this right? Tobi |
#25
|
|||
|
|||
Quote:
it's an easy fix for skype where it says xfire just replace it with skype for example: HTML Code:
function xfirewindow(userid, width, height) { return openWindow( 'sendmessage.php?' + SESSIONURL + 'do=skype&u=' + userid, width, height ); } HTML Code:
function skypewindow(userid, width, height) { return openWindow( 'sendmessage.php?' + SESSIONURL + 'do=skype&u=' + userid, width, height ); } |
#26
|
|||
|
|||
Quote:
also for googletalk not showing up do this... HTML Code:
****************************************** *////////////////////////////////////////* *//////TEMPLATE EDIT: MEMBERINFO/////////* *////////////////////////////////////////* ****************************************** -- Find -- <if condition="$userinfo['showgoogletalk']"> <tr> <td>$userinfo[gticon]</td> <td><a href="#" onclick="gtwindow('$userinfo[userid]', 400, 200); return false;">$userinfo[googletalk]</a></td> </tr> </if> -- Replace With -- <if condition="$userinfo['showgt']"> <tr> <td>$userinfo[gticon]</td> <td><a href="#" onclick="gtwindow('$userinfo[userid]', 400, 200); return false;">$userinfo[googletalk]</a></td> </tr> </if> |
#27
|
||||
|
||||
Quote:
Tyler, please do not continue this in this thread... If you want to tear each other's throats out, please take it off this site Chris |
#28
|
|||
|
|||
Released updated version and hopefully fixed the bugs and then added the Triple Pack (Google Talk/Xfire/Skype All In One)
|
#29
|
||||
|
||||
Thanks for the google fix. I did figure out my xfire problem. Was nothing you did, I had an old template for xfire back in beta when I was trying dupe msn for it. All I had to do was revert the template.
I do however notice, you cant search from the advanced memberlist for any of these messangers. Any chance of adding that? |
#30
|
||||
|
||||
Thanks for the update. I think the hack's working just fine so I'm wondering why it is still in beta stages?
|
#31
|
|||
|
|||
just making sure everyones bugs where fixed before i went outta the beta stage...next release will be the gold version then i will start adding features as needed or requested if i think they apply
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|