The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom Image upload Field in User Profile
Hi all,
I am looking for some code similar to the avatar upload and web location fields for a custom badges per user setting. * I have looked at the suggested method: Adding it you an album and then popping in a link to the image, but this is too complicated for the end user without a how to doc. If anyone can help me out with code or point me at a mod, that would be awesome. Cheers. RB |
Благодарность от: | ||
Monyet_sby |
#2
|
||||
|
||||
without an extensive plugin, you could create a custom profile field and users could insert the URL to an image hosted on an image host (photobucket, tinypic etc) and then you could render the image like this
For Posts (postbit/postbit_legacy): Code:
<vb:if condition="$post['fieldx'] != ''"> <img src="{vb:raw post.fieldx}" alt="" /> </vb:if> |
#3
|
|||
|
|||
Thanks for the info and code.
What I am looking for is the extensive plugin. I don't want the user to have to copy/paste the image path, just choice upload from computer or web location. Cheers, RB |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|