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 07-10-2012 10:33 AM

Quote:

Originally Posted by thecore762 (Post 2346584)
Question Disaster,
I am not sure why the steam mini profile is showing 2x.

There is a plugin which adds the steam badge autonomously to the postbit template.
If you add the steambadge in your postbit template manually, you need to disable said plugin:

https://dl.dropbox.com/u/4216911/disablesp.JPG

Or if you're ok with the position, just skip the template edit part and just leave this plugin activated.

Quote:

Originally Posted by thecore762 (Post 2346584)
also is there a way to hide the bar if a user doesn't have steam linked to their account?

It already works like this in the plugin way.

thecore762 07-10-2012 09:31 PM

Hi Disaster,
Code:

div.steamprofile{
float:right;
display:block;
z-index:300;
}

When I use that in additional.css it doesn't line up to the top right, it lines up in the bottom right.
Is there a way for me to fix this?

thecore762 07-11-2012 10:06 PM

@Disasterpiece, some issues:

http://www.webpagetest.org/result/12...4MF/1/details/
Showing as: http://edge.47r-squad.com/clientscri...le/ajax/themes//style.css
should be http://edge.47r-squad.com/clientscri...e/ajax/themes/steam/style.css

Anyway for this to be fixed is users are using a CDN?

Jncocontrol 07-21-2012 07:15 AM

I keep getting "No API Key specified, please correct!"

Disasterpiece 07-21-2012 12:19 PM

Quote:

Originally Posted by Jncocontrol (Post 2350046)
I keep getting "No API Key specified, please correct!"

Did you set an API key in the AdminCP?

jldrake 07-30-2012 05:19 PM

Where can you allow people to use there Steam avatar, on vbulletin.

I got this working fine on 2 forums, On here it shows up blank a grey box for all users...
I, CHMOD directory "clientscript/steamprofile/cache" to 777

I deletd everything in the cache folder, now nothing seems to be posting in there.

Turning on Skip JQuery Inclusion, made the box go away completely.


http://www.preytech.com/forum/showth...ech-Gaming-amp


I see:

</script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/vbulletin-core.js?v=420"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js"></script>

You said in a previous post:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>

Seems to be different: steamprofile.min.js">

Which is slightly different. I tried putting that in heaaderinclude with no luck.


I put it on the same host on this site with no issues.:
http://www.boomgaming.net/forums/sho...ate-07-30-2012

Hitman235234532 08-01-2012 02:19 PM

Hello, I kinda have the same problem. Well I enabled CHMOD 777 on those folders, I've tried with the "Skipe JQuery" on and the box disapeared.

It gives me this error in the box: Invalid profile data.

I don't know now, please help.

Disasterpiece 08-04-2012 03:51 AM

Quote:

Originally Posted by jldrake (Post 2352822)
Where can you allow people to use there Steam avatar, on vbulletin.

I got this working fine on 2 forums, On here it shows up blank a grey box for all users...
I, CHMOD directory "clientscript/steamprofile/cache" to 777

I deletd everything in the cache folder, now nothing seems to be posting in there.

Turning on Skip JQuery Inclusion, made the box go away completely.


http://www.preytech.com/forum/showth...ech-Gaming-amp


I see:

</script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/vbulletin-core.js?v=420"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js"></script>

You said in a previous post:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.example.com/forum/clientscript/steamprofile/ajax/steamprofile.min.js"></script>

Seems to be different: steamprofile.min.js">

Which is slightly different. I tried putting that in heaaderinclude with no luck.


I put it on the same host on this site with no issues.:
http://www.boomgaming.net/forums/sho...ate-07-30-2012

Hi

Yes this is weird, I get a javascript error when visiting your site:


Code:

Zeitstempel: 04.08.2012 06:44:42
Fehler: TypeError: profileTpl.find("img").attrAppend is not a function
Quelldatei: http://www.preytech.com/forum/clientscript/steamprofile/ajax/steamprofile.js
Zeile: 200

Not sure what this means tbh, I only bundle the steam mini profiles mod, I'm not the original author. I'll contact him tho and will report back if anything comes up.

Quote:

Originally Posted by Hitman235234532 (Post 2353331)
Hello, I kinda have the same problem. Well I enabled CHMOD 777 on those folders, I've tried with the "Skipe JQuery" on and the box disapeared.

It gives me this error in the box: Invalid profile data.

I don't know now, please help.

Invalid profile data usually refers to a bad/nonfunctional connection to the steam community servers.
Things that may cause this:
- Steam community is down right now. Does this still appear after a few days waiting?
- some kind of host restriction that your webhost scripts aren't allowed to pull data from other websites? Maybe if you're using a very huge forum and the number of queries is extremely high?

Otherwise, regarding the cache directory, it should be enough to set the directory to CHMOD 777:
Code:

forum/clientscript/steamprofile/cache

jldrake 08-05-2012 07:51 PM

I fixed the error: some reason I had Jquery twice, once I removed the 2nd link it worked fine.

A suggestion was given:
I'm not sure if that's the reason, but in your first site, you're loading jQuery 1.4.0 and jQuery 1.4.2 at the same time. I would recommend to remove the link to 1.4.0 to avoid conflicts.

Avatar:
Allow vbulletin user to set avatar as there steam avatar? How do I do this?
Or is there a setting to make it automatically do it?
Where can you allow people to use there Steam avatar, on vbulletin.

Disasterpiece 08-05-2012 09:32 PM

Quote:

Originally Posted by jldrake (Post 2354781)
I fixed the error: some reason I had Jquery twice, once I removed the 2nd link it worked fine.

A suggestion was given:
I'm not sure if that's the reason, but in your first site, you're loading jQuery 1.4.0 and jQuery 1.4.2 at the same time. I would recommend to remove the link to 1.4.0 to avoid conflicts.

That's actually what the option "skip jquery inclusion" is for. Weird that it didn't work for you..

Quote:

Originally Posted by jldrake (Post 2354781)
Avatar:
Allow vbulletin user to set avatar as there steam avatar? How do I do this?
Or is there a setting to make it automatically do it?
Where can you allow people to use there Steam avatar, on vbulletin.

Steam avatars are already available in the postbit templates as 3 different sizes:

Code:

{vb:raw post.steamavatarfull}
{vb:raw post.steamavatarmedium}
{vb:raw post.steamavatar}



All times are GMT. The time now is 11:39 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.01234 seconds
  • Memory Usage 1,757KB
  • 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_code_printable
  • (7)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