vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Steam IM Card v4.x (now with Steam Profile Tab) (https://vborg.vbsupport.ru/showthread.php?t=244291)

thisgeek 06-29-2011 07:09 PM

Quote:

Originally Posted by luckid (Post 2211128)
With vb 4.1.3 is ok but with the VB 4.1.4 plugin error when you go to "connected users"

PHP Code:

Database error in vBulletin 4.1.4:

Invalid SQL:

    
SELECT IF(userid 010) as isuserCOUNT(session.userid) as online_users
    
user.steam
    FROM session 
as session
    
    WHERE session
.lastactivity 1308709383
    
    
    
    GROUP BY isuser
;

MySQL Error   Unknown column 'user.steam' in 'field list'
Error Number  1054
Request Date  
TuesdayJune 21st 2011 10:38:03 PM
Error Date    
TuesdayJune 21st 2011 10:38:04 PM
Script        
http://***********/forum/online.php
Referrer      http://**********/forum/forum.php
IP Address    : **********
Username      : *****
Classname     vB_Database
MySQL Version 
5.0.77 


Getting the same problem. Disabling the product fixes the error. I'll leave it disabled until this mod is updated.

Thanks :)

luckid 07-01-2011 02:11 AM

Quote:

Originally Posted by thisgeek (Post 2214692)
Getting the same problem. Disabling the product fixes the error. I'll leave it disabled until this mod is updated.

Thanks :)

I had to disable it ... I hope in a fix as soon as possible :o

Gerdeman 07-02-2011 02:17 AM

Definitely update this mod, great feature to have.

techanalyst 07-02-2011 04:22 AM

Possible etas for 4.1.1 users :)

kardac.stenfot 08-23-2011 02:56 PM

Quote:

Originally Posted by luckid (Post 2211128)
With vb 4.1.3 is ok but with the VB 4.1.4 plugin error when you go to "connected users"

PHP Code:

Database error in vBulletin 4.1.4:

Invalid SQL:

    
SELECT IF(userid 010) as isuserCOUNT(session.userid) as online_users
    
user.steam
    FROM session 
as session
    
    WHERE session
.lastactivity 1308709383
    
    
    
    GROUP BY isuser
;

MySQL Error   Unknown column 'user.steam' in 'field list'
Error Number  1054
Request Date  
TuesdayJune 21st 2011 10:38:03 PM
Error Date    
TuesdayJune 21st 2011 10:38:04 PM
Script        
http://***********/forum/online.php
Referrer      http://**********/forum/forum.php
IP Address    : **********
Username      : *****
Classname     vB_Database
MySQL Version 
5.0.77 

Tnx in advance for this fix :-)

Confirming that I have the same problem. Disable this plugin until update is posted.

Skyrider 09-02-2011 08:40 AM

No updates on this?

chamoul 09-03-2011 02:28 PM

I didn't really managed to make it properly, but my hack made this add-ons work for vBulletin 4.1.5 Patch Level 1


in product-imsteamv4.0.2.xml
remove or put in comment (<!-- -->) the code below
Code:

<plugin active="1" executionorder="5">
                        <title>add online bit</title>
                        <hookname>online_query</hookname>
                        <phpcode><![CDATA[$hook_query_fields .= ", user.steam";]]></phpcode>
</plugin>

and if you want to display the steam icon in the online.php

you need to change this

Code:

$globaltemplates = array(
        'forumdisplay_sortarrow',
        'im_aim',
        'im_icq',
        'im_msn',
        'im_yahoo',
        'im_skype',
        'WHOSONLINE',
        'whosonlinebit'
);

by

Code:

$globaltemplates = array(
        'forumdisplay_sortarrow',
        'im_aim',
        'im_icq',
        'im_msn',
        'im_yahoo',
        'im_skype',
        'im_steam',
        'WHOSONLINE',
        'whosonlinebit'
);

and at line 263 you need to change the sql query
Code:

SELECT user.username, session.useragent, session.location, session.lastactivity,
                user.userid, user.options,
                session.host, session.badlocation, session.incalendar, session.inthread, 
                user.aim, user.icq, user.msn, user.yahoo, user.skype,

by

Code:

SELECT user.username, session.useragent, session.location, session.lastactivity,
                user.userid, user.options,
                session.host, session.badlocation, session.incalendar, session.inthread, 
                user.aim, user.icq, user.msn, user.yahoo, user.skype, user.steam,

This is just a hack until maybe to author find a solution to the problem :)

FTG LIQUID CL 02-04-2013 05:04 PM

anyway to make this work with 4.1.12

Pictureclass 06-25-2013 07:47 PM

wow, great Plugin. Thank you very very much. Works great with 4.2.1

ruger 04-27-2014 05:25 AM

Working fine on 4.2.2PL1


All times are GMT. The time now is 12:51 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
  • Page Generation 0.01094 seconds
  • Memory Usage 1,761KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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