The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CA.com IM & GT Icons Details »» | |||||||||||||||||||||||||
After my first small hack, I created this one. So it's my second and includes some user wishes. I am still working on it and will post Updates and Addons evertime I get them done.
So click INSTALL to stay tuned ================================================= CAUTION: UPDATE FOR 3.7.x can be found: [HERE] - Thanks to Bilderback ================================================= What's it about? ---------------------------------- The hack gives your users the possibility to add their Google Talk, Nintendo Wii Console Code, XBOX Gamertag and Playstation Network Nick to their Profile through the User Control Panel Where will it be shown? ---------------------------------- The Icon will be shown:
================================================= Modifikation Information: - Templates to modify: 5 - Files to upload: 4 - XML Files to import: 1 Product ================================================= For the future I will add the following Gamertags:
If you have any wishes for additional TAGs etc, just ask. I will try to add them. A DEMO Version can be found HERE User: Test PW: test Click INSTALL to get an email when an update for this Mod is released Show Your Support
|
Comments |
#22
|
|||
|
|||
Thanks, nice mod
|
#23
|
|||
|
|||
Will there come any updates on this?
|
#24
|
|||
|
|||
Wonderful - just the GTalk/Wii solution I needed! Works just fine on vB 3.6.8.
Has a slight typo in the instructions for the code (there's an extra "w" in showwgtalk, see?), but removal of the extra "w" makes it work just fine. GREAT hack! if you want to see it in action on vB 3.6.8, have a looksee: http://www.zeldauniverse.net/forums/ |
#25
|
|||
|
|||
Quote:
http://www.zeldauniverse.net/forums/...w-5323851.html |
#26
|
|||
|
|||
..hmm. Interesting. Well, I'll be working to fix it, then! If he doesn't release an update, I'll just keep trying to fix it myself.
EDIT: I did a (quite ugly) temporary fix for the issue, simply by making the bottom two areas into a new table. I really do hope this hack is updated soon; it's a great hack. |
#27
|
|||
|
|||
FIX FOR THE MEMBERINFO BUG; also makes GameID table disappear if there is no GameID field filled out (Keep in mind I only use the Wii code addon for this, but it should work for everything):
Originally, the code looked like this: Code:
<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> </if> </table> </fieldset> <fieldset class="fieldset"> <legend>$vbphrase[gameplattform]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <if condition="$userinfo['showwii']"> <tr> <td>$userinfo[wiiicon]</td> <td>$userinfo[wii]</td> </tr> </if> </if> $template_hook[memberinfo_iminfo] </table> </fieldset> </if> $template_hook[memberinfo_contactinfo] </div> </div> </td> Code:
<if condition="$userinfo['showgt']"> <tr> <td>$userinfo[gticon]</td> <td><a href="#" dir="ltr" onclick="gtwindow('$userinfo[userid]', 400, 285); return false;">$userinfo[googletalk]</a></td> </tr> </if> </if> </table> </fieldset> <if condition="$userinfo['showwii']"> <fieldset class="fieldset"> <legend>$vbphrase[gameplattform]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td>$userinfo[wiiicon]</td> <td>$userinfo[wii]</td> </tr> </table> </if> </if> $template_hook[memberinfo_iminfo] </fieldset> </if> $template_hook[memberinfo_contactinfo] </td> </div> </div> </td> </tr> To get a feel for what I did, I'll say this: I closed the tables INSIDE the <if> statement, instead of outside... that way it closed the table if the user had a GameID. But what if they only had IM contacts, but no GameID? I had to find a way to make the GameID table disappear if they had none - I moved the entire table into the GameID's <if> statement, meaning that if they have no GameID, the GameID table will not show up, and therefore will not cause problems being empty. But if it does show up, it will have fields filled in, thus making it harmless anyway. |
#28
|
|||
|
|||
Is this still supported? And does this work with 3.6.8? Reason asking many changed in code.
|
#29
|
|||
|
|||
paltalk and inspeak programs
it will be perfect if u add them thanks |
#30
|
||||
|
||||
Hi,
any News about the Games Listed in the 1 Post? But have anyone a TMS File for Templateedits? |
#31
|
|||
|
|||
Hi Folks sorry for my longterm absence. I am going to fix all bugs etc during xmas vacations and will also bring some updates and new features. So stay tuned
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|