vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Steam IM Card (https://vborg.vbsupport.ru/showthread.php?t=207129)

Doctor Death 03-04-2009 10:11 PM

My memberlist does not show steam-enabled players. Using version 1.4. Does not show up in postbit nor profile.

Update: I found that when I edit and insert my steam id, when I come back it is gone. Is there a custom field that msut be created that this is not doing perhaps?

Gamelobby 03-04-2009 10:35 PM

So i see 1.4 in a lot of threads, but 1.3 in the first post.!?
1.4 should be the most current, & cover everything also, correct.?

jesus likes pie 03-05-2009 01:29 AM

The field is not saving for me. I am using v1.4. Both through User CP and through Admin CP

Any reason why..?

vB 3.8.1

The field def. exists and I don't get an SQL error or anything. It just doesn't update :s

jesus likes pie 03-05-2009 01:41 AM

Alright got it...

the following is case sensitive:

PHP Code:

elseif (substr($steamid,0,7)=='steam_0'

So you should add

PHP Code:

$steamid=strtolower($steamid); 

right after the GPC code.

You might also want to support urls containing "www" (i.e. http://www.steamcommunity.com/profiles/number)

rasp187 03-05-2009 01:43 AM

When someone clicks on the icon, instead of it asking them if they want to go to YOUR SteamID page, it asks if they want to visit their own. I uninstalled it until that's fixed.

jesus likes pie 03-05-2009 02:00 AM

This is weird....it broke quick reply on one of my styles LOL.

No idea how or why and why it only happened on one style but now after every quick reply I get taken to

Thank you for posting! You will now be taken to your post. If you opted to post a poll, you will now be allowed to do so.

>:|

tlwwolfseye 03-05-2009 03:50 AM

What I ment was that the Tab "Messenger Contact" isn?t showing on my Memberlist thingy anymore since 1.4 and it sure is enabled to show up there. And it did, until 1.4 of this Mod. Any ideas why that is ?

Its not some setting i changed, its since the Mod installed with 1.4

tlwwolfseye 03-05-2009 04:02 AM

Ok, i deinstalled the Mod and even if I have the option enabled in vB Options, that my messenger contacts are shown,

Quote:

Setting this option to yes will show the images for Skype, ICQ, AIM, MSN, and Yahoo! Messenger if the user has entered the correct information in his/her profile. These links are shown in various places throughout the forum, on posts, who's online, memberlist, profile, etc.
it shows those Messenger contacts in all of those places, just not in the Memberlist anymore. I know for certain that before I installed 1.4 it did show up there. And even before I installed this Mod at all, it showed in Memberlist too.

Now even with this Mod deinstalled anymore, it doesnt. I checked also with other Themes, also the original vB theme, it simply doesn?t show anymore in the Memberlist.

This Mod must have changed something in vB that it doesn?t change back when you deinstall it.

bananalive 03-05-2009 02:24 PM

Quote:

Originally Posted by rasp187 (Post 1760686)
When someone clicks on the icon, instead of it asking them if they want to go to YOUR SteamID page, it asks if they want to visit their own. I uninstalled it until that's fixed.

Fixed in v1.5
Quote:

Originally Posted by jesus likes pie (Post 1760684)
Alright got it...

the following is case sensitive:

PHP Code:

elseif (substr($steamid,0,7)=='steam_0'

So you should add

PHP Code:

$steamid=strtolower($steamid); 

right after the GPC code.

You might also want to support urls containing "www" (i.e. http://www.steamcommunity.com/profiles/number)

Included in v1.5

Skyrider 03-05-2009 04:28 PM

Possible you can add the versions and fixed / added things on your first post? Would be easier for people.

Doctor Death 03-05-2009 08:17 PM

Quote:

Originally Posted by jesus likes pie (Post 1760671)
The field is not saving for me. I am using v1.4. Both through User CP and through Admin CP

Any reason why..?

vB 3.8.1

The field def. exists and I don't get an SQL error or anything. It just doesn't update :s


Precisely what is going on with me. Was this fixed? I just flat dont have the field def.

vb 3.8.1 also

bananalive 03-05-2009 08:19 PM

Quote:

Originally Posted by FF|Skyrider (Post 1761202)
Possible you can add the versions and fixed / added things on your first post? Would be easier for people.

Version history second post: https://vborg.vbsupport.ru/showpost....38&postcount=2

bananalive 03-05-2009 08:20 PM

Quote:

Originally Posted by Doctor Death (Post 1761336)
Precisely what is going on with me. Was this fixed? I just flat dont have the field def.

vb 3.8.1 also

what are you putting ion the field?

Doctor Death 03-05-2009 09:28 PM

1 Attachment(s)
Mine is working well now. Here is a larger steam icon for those who need one. Thanks for the fix!

DontWannaName 03-06-2009 03:03 AM

Can you add an option to make this part of registration, but not required.

Gamelobby 03-07-2009 04:04 AM

This is how you find the ID Number, but it would be nice to just use your username ID.
Quote:

Originally Posted by DontWannaName (Post 1759836)
When you are in Steam, hit the community tab and hit the home button. Highlight the URL at the top and right click and hit copy, ctrl+c doesnt work with this. Thats to get the number way, if you click view profile, it gives you the link you chose which im not sure works with this. I cant test since this isnt working at all for me. :(


ShawnV 03-07-2009 04:32 AM

Quote:

Originally Posted by Gamelobby (Post 1762239)
This is how you find the ID Number, but it would be nice to just use your username ID.

Thanks Gamelobby, yes the Username ID would be nice alternative to the numbers.

_V

DontWannaName 03-08-2009 08:49 AM

It could work but its designed to look for the numers and either leave them like that if its in the right format or convert them to the URL format.

1. Is there a way to make it check if the link is valid and goes to a profile instead of the no profile found page?

2. Some people like to put /home at the end of the link since thats where they copy, can you take that out when the form is entered.

Thanks and GJ.

bananalive 03-08-2009 10:23 AM

1 Attachment(s)
Quote:

Originally Posted by DontWannaName (Post 1763070)
It could work but its designed to look for the numers and either leave them like that if its in the right format or convert them to the URL format.

1. Is there a way to make it check if the link is valid and goes to a profile instead of the no profile found page?

2. Some people like to put /home at the end of the link since thats where they copy, can you take that out when the form is entered.

Thanks and GJ.

2. will be included in next release

Also included is support of:*
http://steamcommunity.com/id/XXXX

*It doesn't work for me but it might for some of you.

kersti 03-08-2009 11:08 AM

This is a great mod - is it possible to do a version that adds twitter ids? And one for facebook ids?

bananalive 03-08-2009 01:06 PM

Quote:

Originally Posted by kersti (Post 1763121)
This is a great mod - is it possible to do a version that adds twitter ids? And one for facebook ids?

Once this is stable I will think about transferring it to others.

rasp187 03-08-2009 03:38 PM

I've gotten reports that the steamid entry will not work, but the other two do. Any confirmation on this? I don't have Steam, so I can't test it.

bananalive 03-08-2009 03:59 PM

Quote:

Originally Posted by rasp187 (Post 1763253)
I've gotten reports that the steamid entry will not work, but the other two do. Any confirmation on this? I don't have Steam, so I can't test it.

That will probably be due to BC Math not being installed on your server

And3h 03-11-2009 10:45 PM

Installed on 3.8.1 however when I enter the steam ID on the edit profile screen and "Save Changes" the next page is just white... doest save the changes.

Would like to use this mod, looks awesome.

bananalive 03-12-2009 02:03 PM

Quote:

Originally Posted by And3h (Post 1766083)
Installed on 3.8.1 however when I enter the steam ID on the edit profile screen and "Save Changes" the next page is just white... doest save the changes.

Would like to use this mod, looks awesome.

What are you inserting as the steamid?

And3h 03-12-2009 05:46 PM

Like the example: STEAM_0:X:XXXX

I will try it again and report back.

Edit: Sorry got it... I was in a rush the first time.

Thanks

-=Leb=- 04-14-2009 02:34 PM

i was looking for this one, thx for the great job on this ad :)

GrendelKhan{TSU 04-14-2009 05:12 PM

woot! thanks :)

Skyrider 04-16-2009 11:53 AM

Found a small issue. When you click on someone's Steam Icon in the mini-profiles (when you post threads/replies). You see your own name:

For example. I click on My friend Grega's SteamID icon, and I see this:

Quote:

Add Grega to your Steam friend list
Open friends window
View FF|Skyrider's SteamID Page
Add FF|Skyrider to your friends list

Check the bold, for every user that has added their own SteamID in their profiles, I see my own name on it. It's using my name rather than the profile name.

bananalive 04-17-2009 12:20 PM

Quote:

Originally Posted by FF|Skyrider (Post 1792401)
Found a small issue. When you click on someone's Steam Icon in the mini-profiles (when you post threads/replies). You see your own name:

For example. I click on My friend Grega's SteamID icon, and I see this:



Check the bold, for every user that has added their own SteamID in their profiles, I see my own name on it. It's using my name rather than the profile name.

I can't replicate this, are you running latest version?

Skyrider 04-17-2009 12:29 PM

Yes, I am. 1.6

portal_kld 04-19-2009 08:02 AM

Nice plugin, but we can't use it with Jabber integration plugin. Steam ID Card "disable" jabber plugin completly :(

Some incompability there ....

Skyrider 04-19-2009 12:35 PM

Hey banana, any way you can put the Steam/Xfire IM cards within the online page?.. http://xxxxxxxxx.com/online.php

bananalive 04-19-2009 01:55 PM

Quote:

Originally Posted by portal_kld (Post 1794319)
Nice plugin, but we can't use it with Jabber integration plugin. Steam ID Card "disable" jabber plugin completly :(

Some incompability there ....

Yeah, it cos they both are editing the same place. I don't think they will be able to work together

bananalive 04-19-2009 01:55 PM

Quote:

Originally Posted by FF|Skyrider (Post 1794391)
Hey banana, any way you can put the Steam/Xfire IM cards within the online page?.. http://xxxxxxxxx.com/online.php

I'll add it in next version

Skyrider 04-19-2009 02:50 PM

Thanks :)

sava700 04-22-2009 01:52 PM

Good mod... everything seems to work cept for a major problem. If i enable this your not able to even see any thread you click on and you get this error at the very top of the screen.

Quote:

Parse error: syntax error, unexpected T_VARIABLE in /home/XXXXXXX/public_html/forums/includes/class_postbit.php(304) : eval()'d code on line 106
??? What is causing this and how can I fix it?

Thanks!

Namaless 04-27-2009 07:42 PM

1 Attachment(s)
Italian Language for 1.6

sava700 04-30-2009 02:27 PM

any answer to my question above? This mod still supported?

bananalive 04-30-2009 02:34 PM

Quote:

Originally Posted by sava700 (Post 1801827)
any answer to my question above? This mod still supported?

what vb version are you running on your forum?


All times are GMT. The time now is 12:48 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.01318 seconds
  • Memory Usage 1,833KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete