Disasterpiece |
07-16-2011 08:58 PM |
1 Attachment(s)
Quote:
Originally Posted by i3lack
(Post 2221283)
Version 4.1.0 i did some research vb.com says its because a file is missing but i uploaded all files your provided like i said its only when linking your forum account to your steam account -- On another note how do my members unlink the accounts?
|
There's a link in the user control panel, you can see it as a small button in the first screenshot.
I have a different functions.php file. Altough I was sure it works on 4.1.0 as well, I developed it on a 4.1.3-4.1.4. I'll check it out tomorrow, or you could just upgrade to the latest vbulletin version. Wouldn't be a bad idea anyway.
Quote:
Originally Posted by MadMakz
(Post 2221293)
stupid question, how do i get the avatarfull link in postbit? :S
just tried
Code:
{vb:raw steam_info.avatarfull}
but that's obviously wrong (returns empty value) :confused:
|
Import the attached plugin. Then you'll find the avatar urls as a template var:
Code:
{vb:raw post.steamavatarfull}
{vb:raw post.steamavatar}
{vb:raw post.steamavatarmedium}
Which are the same image, but different in size.
|