![]() |
Any idea why when I put it in MEMBERINFO template with this html...
<vb:if condition="$userinfo['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: right;"></div></vb:if> using $userinfo it shows "No profile ID Assigned"? It's some error but I cannot figure it out Thanks. |
Nice work. Installed
|
Looks Great. Nice Job.
|
Would be really cool if you can do something like http://steamprofile.com (i am talking about the deisgn). For example, if you are online the border of the avatar is green, if you are offline is black.
Sry for my english. |
Quote:
I made something like this on my forum cs |
For some reason, this only works for the first post. Is there a way to fix it so that all the posts work?
|
I'm getting the same problem as the above user.
|
1 Attachment(s)
What's wrong?
Sry for my english. |
<a href="http://www.clan-killers.com/forum/showthread.php/1-We-are-back" target="_blank">http://www.clan-killers.com/forum/sh.../1-We-are-back</a>-! Whats with that?
|
Quote:
**Update** Figured out why it's not shown on every post. Because we set the code within a condition, only posts with a Title or Message Icon will show the steam profile. Go to CP -> Settings -> Options -> Message Posting and Editing Options -> Automatically Quote Post / Thread Title: Set to "YES". This will give each post a title and therefore will show the steam profile. |
Has any one found a way to add it to the left side yet? I would like to at it to the same section the Avatar is listed.
Right now I have it working, but to show up in every post you have to make it post the thread title, and I don't like how that looks. |
Quote:
|
Can anyone tell me how to get this to work on 3.8?
|
Quote:
Code:
<if condition="$post['fieldx']"><div class="steamprofile" title="$post[fieldx]" style="float: right;"></div></if> |
heres a more idiot proof regex for the steam profile field validation:
Code:
^STEAM_\d{1}:\d{1}:\d+$|^$ |
Hey,
One thing when someone enters there steam id it shows the status etc.. but if someone hasn't entered their id it shows nothing no box at all. Also it's showing everyone as: This profile is private. Code:
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>"> |
anyone?
|
hello can someone help the steam profiles shows on there top right when they post but not replys?? Adn doesn't update if someone switches from private to non private profile, stays on private even if they switch it.
|
Nice work mate i put in the postbit section left side under the avatar look very sexy
|
How you put under avatar
|
<a href="http://www.theriseoftsm.com/forums/index.php" target="_blank">http://www.theriseoftsm.com/forums/index.php</a>
I use posbit instead of postbit_legacy, is there anyway to have this show up to the left of the info in posts like location, posts, join date, etc? |
I put this under my postbit right under the Posts:XXX
To Do this follow the instructions below. 1. Go to Postbit_Legacy 2. Search "Posts" should look like this Code:
{vb:rawphrase 'posts'} : {vb:raw post.posts} Code:
<vb:if condition="$post['fieldx']"><div class="steamprofile" title="{vb:raw post.fieldx}" style="float: left;"></div></vb:if> Save and Load . It too long so to edit this go to steamprofile/themes/default Edit the Style.css file and change to this Code:
.steamprofile { Code:
width: 180px; Code:
http://thogaming.com/forums/news-center/4325-new-tho-media.html#post4708 |
|
cool. will check it out.
|
can somebody make the 2.0.4 work on vbulletin 4.0.8? (or any other v4). here is the official project link
http://code.google.com/p/steamprofile/ PS: not changing the status because of the setting in the files. it's veri ugly made, unfinished etc. i made some changings into the files and themes and it's a lot nicer. and work very well changing the refresh rate |
so dose this works with the newest version vbulletin?
|
Works well with Vbulletin 4.0.8
I modified one small part so the Steam information is posted on the left. # Go to AdminCP > Styles & Templates > Style Manager > Edit Templates > Postbit Templates > postbit_legacy. # Find the following line: Code:
<vb:if condition="$post['title'] OR $show['messageicon']"> Code:
<vb:if condition="$post['field5']"><div class="steamprofile" title="{vb:raw post.field5}" style="float: center;"></div></vb:if> |
For those asking about http://code.google.com/p/steamprofile/.
Just use the same instructions as given here however note that you need only include the javascript files included in the new release you do not need jQuery. If you want the Steam profile to show up on every post simply just move it (the code from step 14) before the code found in step 13. Also in the default CSS to fix the quote overlap problem you must add a z-index. I used the following to properly display all images and fix the quote overlap. .steamprofile z-index = 1 .steamprofile .sp-extra z-index = 2 (this just pertains to the stuff that rolls out) .steamprofile .sp-handle z-index = 3 (this is the part you click to roll out the extras) Hope this helps!:cool: |
does the mod work? cause i have this problem
https://vborg.vbsupport.ru/ Can anyone help me getting it work? |
Quote:
find: Quote:
and under that ^ line paste in: Quote:
Save and reload. p.s you might and probably will have to modify the css a little to fit it in there better! but that I wont explain as it might be different all depending what theme you are using etc. The css file is located in "/steamprofile/themes/default" this is the block you need to edit up a little bit to fit your needs. Quote:
Mark |
Well I have tried installing it and All I get is the steam code on the page, althoug it is greyed out when looking at it with firebug (As in it isn't displaying).
I have tried a number of things, including the css, not using the jquery, turning off all other plugins etc I even tried it on the default template to see if it was something on my template not working... Im running Version 4.1.0PL2 Ive disabled it for now untill it's clear that it works, But I would really like it running, so if anyone has any suggestions. |
Update....
It was working all along, what was happening is that on occasion, it just doesnt show, almost like the JS has timed out when trying to bring the profile through. A couple of refreshes and it appears. Not very reliable though, but still a good little mod nontheless :) |
it is full working. you have to know how to install it. installed the last version from google when it appeared:). take a look www.stormzone.ro/forum
it is embeded in posts |
Works fine, very nice addition to my forums.
|
will this work with 4.1.1
|
Just installed it on my 4.1.2 board, and it's working great. Thanks!
|
Quote:
You just said to put it in the "default" css but there is no template named that. Im on vB 4.1.6 if that matters. |
Quote:
|
I had it working in 4.1.9, but it no longer shows up in 4.1.10. Same code, same locations, same templates. I'm confused.
|
Hello,
What is my problem? http://scr.hu/0nw5/p9stu I made the installation of the subjectand and what, ass. Please help me. |
All times are GMT. The time now is 07:47 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|