vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Make steam profile appear under avatar (https://vborg.vbsupport.ru/showthread.php?t=250336)

unknown22 09-11-2010 10:15 PM

Make steam profile appear under avatar
 
Hi,

Im trying to make the steam profile appear under the avatar

This is the hack

ctweb 09-12-2010 02:28 PM

In your postbit_legacy template

Find this -
Code:

<dl class="userinfo_extra">
Or if you use postbit -
Code:

<div class="userinfo_extra">



Add before that line

Code:

<vb:if condition="$post['fieldX']"><div class="steamprofile" title="{vb:raw post.fieldX}" style="float: right;"></div></vb:if>
replacing fieldX with your profilefield ID


That should do the trick!

unknown22 09-12-2010 10:18 PM

1 Attachment(s)
Thanks !!

But it sticks out heres picture. And can I ask why it shows on some they use to have it private profile but the steam profile on the forum doesnt change?

ctweb 09-13-2010 10:05 AM

Quote:

Originally Posted by unknown22 (Post 2097321)
Thanks !!

But it sticks out heres picture. And can I ask why it shows on some they use to have it private profile but the steam profile on the forum doesnt change?

That might be because of the right float. Try left instead of right.

I did not understand the other part, do you mean it shows for only some profiles?

unknown22 09-13-2010 09:39 PM

How would I change the float?

Oh the other thing was it doesn't seem to update the profiles of the people

Let's say one person changed their profile to private or had it like that when they input there info and it stay's like that even if they change it to viewable profile.

unknown22 09-14-2010 11:03 PM

someone know?


All times are GMT. The time now is 11:40 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.01070 seconds
  • Memory Usage 1,720KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete