Version: 1.00, by DragonMasterNYC
Developer Last Online: Jan 2020
Category: Profile Enhancements -
Version: 3.7.4
Rating:
Released: 12-23-2008
Last Update: 12-27-2008
Installs: 25
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
Extra IM Fields v1.0 I made this modification since the vBulletin Team still has not added these IM networks to the forum system.
This is my first modification since 2003 and first publicly released modification.
Description This hack adds 2 extra IM fields to the User Control Panel.
Google Talk Handle
Jabber Handle
More networks will be added as time goes by and people request for more.
Features
-Adds extra IM fields for users.
-Displays extra IM fields in profile, memberslist, postbit and post legacy.
-Zero Template Edits!
-Admincp settings to enable, disable, and display options.
Installation
Upload images files
Import Product XML
As always remember to back up your forums before modifying anything.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
It's a good mod, but I don't need GTalk and Jabber. So I modified the product XML to add Twitter support. (Essentially I just replaced GTalk with Twitter and removed all the Jabber code, plus made a few other minor code changes).
If someone can design a mod which allows people to customise their IM networks instead of finding a mod to do each one, it will be VERY popular. But I don't see that happening any time soon, so for now we have to install one mod to do GTalk/Jabber, another one for Facebook/MySpace, and another one for Twitter.
Thanks for creating this mod though, it was the only one I could find which was coded well enough that I could adapt it for my needs
Marked as installed!
Edit: I've added some new features which I'd love to contribute back to the developer.
Firstly, I've fixed some bugs in the code, mainly a few spelling mistakes, but also:
Inside extra_im_fields_profiletab the image points to 'images/misc/' instead of '$stylevar[imgdir_misc]/'.
Secondly, the profile and postbit both link back to the twitter profile now.
Finally, I've added data validation, so that no matter what format my members enter their Twitter username it will always be inserted correctly.
If they enter: http://twitter.com/thebluesbros http://www.twitter.com/thebluesbros
@thebluesbros
twitter.com/thebluesbros www.twitter.com/thebluesbros
All of these will be converted into 'thebluesbros' before being inserted into the MySQL table.
This is much easier than trying to explain to people exactly how they should format their username
Seriously, DragonMasterNYC, I think if you're able to modify your product to include Twitter (and possibly Facebook), you're going to have an EXTREMELY popular mod!
I'll happily PM you my code changes if you like, 90% of it is identical to what you already have.
I even think I've worked out how to support multiple custom IM networks (without ending up with a messy database and huge numbers of extra fields).
This is what I picture:
You install the product
You go to the Extra IM Fields settings page
You tick the boxes next to the networks you want to enable
Your members can start updating their profiles!
I'd create my own mod to do this, but I'm too honest to "borrow" someone else's code :P
If you want to code it yourself let me know and I'll send you everything I have.
If you want me to do it, that's fine too. This is something I know I need on my own forum. I'd give full credit of course.
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: extra_im_fields_modifyprofile in [path]\includes\functions.php on line 4007