Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
CA.com IM & GT Icons Details »»
CA.com IM & GT Icons
Version: 1.00, by Datenpapst Datenpapst is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.5 Rating:
Released: 04-22-2007 Last Update: 04-23-2007 Installs: 41
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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:
  • in the postbit/postbit_legacy
  • in the member info page
  • in the memberlist page

=================================================

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:
  • full PS Network Nick Support
  • full Google Talk Support
  • PSP
  • xfire
  • SteamID
  • WoW Character
  • Wii Code cooperation with mapwii.com

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 08-08-2007, 12:03 AM
compact123 compact123 is offline
 
Join Date: Jun 2006
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, nice mod
Reply With Quote
  #23  
Old 08-09-2007, 10:39 PM
shokmuzik.com shokmuzik.com is offline
 
Join Date: Apr 2007
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will there come any updates on this?
Reply With Quote
  #24  
Old 08-15-2007, 02:53 PM
GoldenChaos GoldenChaos is offline
 
Join Date: Feb 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/
Reply With Quote
  #25  
Old 08-15-2007, 03:00 PM
TrIn@dOr TrIn@dOr is offline
 
Join Date: Nov 2006
Location: South Bend, IN
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GoldenChaos View Post
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/
U have the same error that we all have...

http://www.zeldauniverse.net/forums/...w-5323851.html
Reply With Quote
  #26  
Old 08-15-2007, 04:36 PM
GoldenChaos GoldenChaos is offline
 
Join Date: Feb 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

..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.
Reply With Quote
  #27  
Old 08-15-2007, 06:10 PM
GoldenChaos GoldenChaos is offline
 
Join Date: Feb 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Replace all of that with:

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 ADD THE OTHER GAMEID'S INTO THE TABLE, SIMPLY PLACE THEM BEFORE THE </if> TAG... You'll notice all of the GameID IF statements follow a general pattern - shouldn't be too hard to single out which is which and paste them into my code after the Wii GameID.


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.
Reply With Quote
  #28  
Old 09-21-2007, 12:39 AM
Weapon-x Weapon-x is offline
 
Join Date: Jan 2005
Location: USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this still supported? And does this work with 3.6.8? Reason asking many changed in code.
Reply With Quote
  #29  
Old 09-21-2007, 01:01 AM
yahoooh yahoooh is offline
 
Join Date: Oct 2002
Posts: 567
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

paltalk and inspeak programs
it will be perfect if u add them
thanks
Reply With Quote
  #30  
Old 11-09-2007, 12:31 PM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
any News about the Games Listed in the 1 Post?
But have anyone a TMS File for Templateedits?
Reply With Quote
  #31  
Old 12-19-2007, 11:42 AM
Datenpapst Datenpapst is offline
 
Join Date: Mar 2004
Location: Vienna
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:55 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04517 seconds
  • Memory Usage 2,309KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete