The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Well im playing with xbox tags and heres my codes
HTML Code:
</div> <div> <if condition="$bbuserinfo[field5]"> <img align="center" src="http://www.xboxlc.com/cards/default/$bbuserinfo[field5].jpg" alt="$bbuserinfo[field5]" border="0" class="x" /></a> </div> </if> <div> <if condition="$bbuserinfo[field6]"> <img align="center" src="hhttp://fp.profiles.us.playstation.com/playstation/psn/pid/[field6].png" alt="$bbuserinfo[field6]" border="0" class="x" /></a> </div> </if> ![]() How would i do this i thought my coding was correct. Ross |
#2
|
|||
|
|||
![]()
I think you're missing some single quote marks there:
$bbuserinfo['field5'] $bbuserinfo['field6'] etc etc |
#3
|
||||
|
||||
![]()
What template are you putting the code in? The template always determines the variable name to be used.
|
#4
|
|||
|
|||
![]()
Im putting it into postbit. Its working in postbit but theres only 1 entry in the db in both of them, not sure if that matters. Its only showing my xbox gamertag and ps3 gamertag, but its not just showing it on mine its showing it on everyonesss
|
#5
|
|||
|
|||
![]()
Let's try $post:
Code:
<if condition="$post['field6']"><div><img src="path/to/playstation/graphic.jpg" alt="Playstation" /></div></if> Not to mention, pulling selected graphics off someone else's server is considered "hotlinking" if you don't have the other server's owner's permission. |
#6
|
|||
|
|||
![]()
No it works, its just pulling from the wrong place. Well its only pulling my gamertag. and I know its hotlinking its what the status signitures are there for, These are only temp untill i make some myself want to get the coding correct first
![]() Ross |
#7
|
||||
|
||||
![]()
It's pulling your info on only your posts? Well, it's supposed to do that. It will pull whatever was entered by that user in their Admin CP in their posts. And you use $post in the postbit, not $bbuserinfo.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|