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)
-   -   Add-On Releases - Steam Mini Profiles (For Steam Connect) (https://vborg.vbsupport.ru/showthread.php?t=266884)

Disasterpiece 09-28-2011 11:21 AM

Ah cool, looks nice btw :)

wombycat 09-29-2011 10:36 AM

Love these mods, great work!!!

I have a small issue the mini profile. It displays "BCMath extension required" in the mini display

http://reactgaming.net.au/showthread...allenge-react-next

i think this will be something simple though i have scoured these mod pages to no avail.

Cheers in advance

Disasterpiece 09-29-2011 01:57 PM

Well, BCMath is a math php extension, you can find it here: http://www.php.net/manual/en/book.bc.php

Installing it should solve the problem. However, I don't recall any functions the vbulletin mod is using, maybe the code from barracuda's original steam mini profiles tool requires this somehow. Do you have an older php version than 5.2?

wombycat 09-29-2011 03:09 PM

Not sure on the php version, contacted host and they enabled BCMATH extensions. Used a repository in LINUX? Apparently I was very lucky :/

Love the mod :)

Skyrider 10-02-2011 11:28 AM

"No profile ID assigned"

Anyway to hide if members get this?

Plus, how do you hide the SteamID profile from even being shown to members that don't want to show it to the public?

billstelling 10-10-2011 01:35 PM

Quote:

Originally Posted by wtfaatp (Post 2241589)
For some reason all we are getting is grey boxes were the steam profile should be... Any idea on what might be causing this?

if you are referring to the box being empty when you do a quick reply it has to do with vB and not steam or the mod. Quick reply amends the page for you without refreshing it for you but it is added to the db and anyone who opens the thread will see it as it as it should be just not you because it amended the page on your side but did not call back and refresh the page. If you navigate away from the page and then go back to it you will see the info in the box. or refresh the page, but you don't need to for any reason as everyone else will see it correctly.

billstelling 10-18-2011 02:42 AM

Hey DP. I'm getting the "Invalid profile data." on my test site on another server. It works great on the other site but I can't figure out why it's not working on this site. I had to check no for Skip JQuery Inclusion on this site and the other site is set the same.

billstelling 10-18-2011 02:49 AM

Oh, hey, if you would like a vB 4.1.7 suit to test and work with I will hook you up with my test site to use for working on your mods.

Disasterpiece 10-18-2011 02:14 PM

Quote:

Originally Posted by billstelling (Post 2258434)
Hey DP. I'm getting the "Invalid profile data." on my test site on another server. It works great on the other site but I can't figure out why it's not working on this site. I had to check no for Skip JQuery Inclusion on this site and the other site is set the same.

Do you have a link to that particular site where the problem appears? Maybe there is something wrong with the included files.

Quote:

Originally Posted by billstelling (Post 2258438)
Oh, hey, if you would like a vB 4.1.7 suit to test and work with I will hook you up with my test site to use for working on your mods.

sure, send me a pm. Always happy to see a helping hand :)

Captain Tycoon 12-16-2011 09:59 AM

What would I need to do/change to get this to work in the Member's Profile. I specifically want it to show above the tabs (visitor messages, about me..etc). I placed the code manually where I want it in "MEMBERINFO" but gives me "No Profile ID assigned".

This is code by Steam Connect used to show in postbit...

PHP Code:

include_once(DIR '/includes/functions_steamconnect.php');

$user_info fetch_userinfo($post['userid']);

$this->post['steamid'] = get_user_steamid($user_info); 

when I change the hook to member_start (as well as others) it gives me an error..

Quote:

Fatal error: Using $this when not in object context in /home/prestige/public_html/member.php(139) : eval()'d code on line 5
I'm assuming it's because the steam connect postbit code is pulling different variables than what's needed for the members profile? Any idea what I need to change on steam connect?


All times are GMT. The time now is 09:13 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.01133 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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