PDA

View Full Version : Custom Feild in user profile - allow [img]


angelicGrace
03-15-2006, 05:42 PM
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?

angelicGrace
03-16-2006, 10:55 PM
no one can help?

Stangsta
03-16-2006, 11:09 PM
Use the BBCODE parser plugin from my myspace hack.

Reeve of shinra
03-17-2006, 01:01 AM
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.


<!-- 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 -->