The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What i need is a custom user profile feild that will allow my members to post their winner banners to their profile.
While i know how to make a custom profile feild, I haven't the foggiest clue how to make it show an image based of the use of the [IMG] tags. Shit i would be ok with it showing HTML img tags. Can anyone help me? |
#2
|
|||
|
|||
![]()
no one can help?
|
#3
|
||||
|
||||
![]()
Use the BBCODE parser plugin from my myspace hack.
|
#4
|
||||
|
||||
![]()
I use a secondary usergroup and this is my code for the postbit. It lets users enter the url to the pic in a custom profile field. You could add the same code more or less in any other template you like.
HTML Code:
<!-- begin sidebars --> <if condition="is_member_of($bbuserinfo, 5, 6, 7, 50)"> <div> <if condition="$post['field19'] != ''"> <img src="$post[field19]"> </if> </div> </if> <!-- end sidebars --> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|