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 Profile/Status Display (https://vborg.vbsupport.ru/showthread.php?t=211193)

stuky4ever 09-08-2009 02:31 AM

Can you guys do something like this? http://www.noobsticks.com/members/8088/

Alucard^ 11-09-2009 09:15 PM

Hi, emm i post to tell that steamprofile updated, so now this modification doesn't work...

This is what steamprofile give to you:

HTML Code:

<a href='http://steamprofile.com'><img src='http://steamprofile.com/steam/profile/steamprofile/alucard_nv.png' border='0' /></a>
Someone know what is the new code?

I tried with:

PHP Code:

<if condition="$post['field9']">
<
iframe src="http://steamprofile.com/steam/profile/steamprofile/$post[field9].png' align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>
</if> 

But not work.

soulnothing 11-10-2009 11:49 AM

i believe they quit doing it and everyone is making their own now or quit using them

plR 11-11-2009 06:59 PM

Code:

<if condition="$post['fieldx']"><iframe src="http://steamprofile.com/steam/profile/steamprofile/$post[fieldx].png" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></if>
Same as before, change X for field ID.

Worked for me.

Llandy 11-30-2009 02:37 AM

I've tried to many times getting this to work, but no luck. Can't figure out what I'm doing wrong.

CptHans 12-07-2009 10:47 AM

I?m using VB4 beta 5 and the following code works.

Code:

<vb:if condition="$post['fieldX']"><iframe src="http://steamprofile.com/steam/profile/default/{vb:raw post.fieldX}.png" align="right" width="254" height="48" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe></vb:if>

Bestrafung 01-24-2010 04:27 AM

Thanks pIR, worked for me as well on 3.8.4 patch 2. Good luck guys.

LuBi 03-28-2010 02:41 PM

My members are having trouble with the Steam ID aspect but other than that it's working great on 3.8.5

gimlot79 03-29-2010 01:04 AM

works even perfect on my 3.7.2 vB
Really Good Work !

Kurel 05-08-2010 06:07 PM

Here's a snippet of code that doesn't use an iframe and is resizable for those of you who want to put it on the left side in Postbit_Legacy

Code:

<if condition="$post['fieldX']"><div style="background:#000 url(http://steamprofile.com/steam/profile/default/$post[fieldX].png) no-repeat scroll 0 0;width:140px;height:48px;"></if></div>
Adjust the width values to make it wider or thinner.

Here's an example of it in action.


All times are GMT. The time now is 02:52 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.01110 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_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