![]() |
CA.com IM & GT Icons
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 |
I guess it is better to have a screenshot :)
|
They will come just changing something in the xml file :)
|
Awesome! This will come in very handy for my gaming forums. :)
|
Yeah im also waiting for a screen shot or a demo to see them in action, then i will consider installing this as well. sounds good tho.
|
It's hard to install something without attached files ;)
|
Found some errors and had to handle them first ;)
|
This is great! Thanks for releasing :)
|
How hard would it be to modify to just include Google Talk and Wii? I don't need all the other ones and would prefer to stay simple.
|
Installed! To hide the empty wii etc fieldset with a simple conditional:
HTML Code:
<if condition="$userinfo['showwii'] OR $userinfo['showxbox'] OR $userinfo[xboxicon]"> |
Does this allow you to turn off some of them? (wii, xbox, etc?) I'm only interested in GTalk, really.
Thanks. |
Yepp new version with options to turn any field off and support for TMS would be great :)
|
This is fab! Is there any news on the updated version that allows the option of choosing which services you'd like implemented?
I'd really like to add this to my forum but I already have Xbox Gamertags incorporated on my board in other ways, so I'd like to use this mod without the Xbox bit. Alternatively, is it fairly easy for me to remove the Xbox bit myself? Looking forward to the next version, thanks for the great work! :) |
Sry that I haven't worked on this for a long time. Summer is coming and during July I will stick to this again. ;)
|
I like the pack you made but can u make separate packs like in this mod https://vborg.vbsupport.ru/showthread.php?t=98707
thank you Dragon |
Thank you so much just what I was looking for :D
~Rick~ |
Great thanks.
But can u tell me how to not show in MEMBERINFO the table if no console nick not entered? |
BUG: if a member have no messenger at all, the table breaks in a wring way!
Help? |
Quote:
1. http://www.clandelsur.com/foro/member.php?u=1&langid=1 I don't have "GameIDs" IDs but the table shows either 2. http://www.clandelsur.com/foro/member.php?u=3&langid=1 When some one don't have anything, in "Instant Messaging" and "GameIDs" the table brokes. [IMG=http://img148.imageshack.us/img148/2686/20070807093324rb5.th.png] Uploaded my MEMBERINFO template. |
I have the same problem. Probably due to the wrong version. I'm running 3.67 and this is for 3.65. If anyone has the fix let me know.
Thanks |
Thanks, nice mod
|
Will there come any updates on this?
|
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/ |
Quote:
http://www.zeldauniverse.net/forums/...w-5323851.html |
..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. |
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']"> Code:
<if condition="$userinfo['showgt']"> 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. |
Is this still supported? And does this work with 3.6.8? Reason asking many changed in code.
|
paltalk and inspeak programs
it will be perfect if u add them thanks |
Hi,
any News about the Games Listed in the 1 Post? But have anyone a TMS File for Templateedits? |
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 :)
|
Installed and works like a charm, now if we could only get a Steam ID profile section that would be great :)
|
i got some questions about it!
in the last part of the instruction you posted this code: Code:
\\- Add below: - \\ i m not very familiar with PHP. Could someone expaline me what i have to do there? i added the rest of the code in the themplates, but it looks like there are no changes! :confused: |
just add the code and then be sure that you put it right so that the code looks like this:
</if> </table> </fieldset> </div> </div> </td> </tr> <tr> <td class="tcat" width="50%">$vbphrase[additional_information]</td> <td class="tcat" width="50%">$vbphrase[group_memberships]</td> only so the boxes will be shown correctly ;) |
Any possibilty of this going 3.7 ?
|
A) Would love to see this intergrated with xbox leadership board hack where this has a customzied user field x which reports back to that possible.
B) Would love to see Steam ID as well |
I've been playing around with this modification and basically turned it into a Friend Code hack (which I may share later on). Right now I have it powering Zelda Universe.net's friend code system, as well as the driving force behind the Google Talk handle area.
It handles friend codes just fine - it's a very simple modification to the product and works like the Wii code does. Which is fine. The problem comes up with the Google Talk handles... For some reason, the product sets the default value for a Google Talk handle as [googletalk]. Which means almost all of my users end up having a Google Talk icon filled with the useless handle [googletalk]. Does anyone have a solution for this? I've been poking around the code in the xml file but can't find out why it's doing that. |
This no longer works AT ALL with vB 3.7.0. Totally fried - not one bit of functionality.
|
I have ported this to 3.7 if Datenpapst allows me to release it.
Adding more options to speak such as zero template edits. |
For sure, release it ;)
Thanks for doing the work atm other things have to be done first :( |
Quote:
https://vborg.vbsupport.ru/showthread.php?t=196587 The 3.7 version above is different code. Please do not use it to upgrade the 3.6 version. Sorry Datenpapst, I am still new to vbcode or I would also write an upgrade file. |
All times are GMT. The time now is 05:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|