The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is their a mod that.
that will allow me to make a user field for images
like i want the user to enter the URL to the image in their profile field and have it display in their profile. (kind of like a second avatar). The current ACP only gives me options for text fields and radio buttons. |
#2
|
||||
|
||||
Just tell the users to input a fully qualified url into the text field. Then just treat it as another profile field in your postbit only instead of spitting out the text from the field, use the field as the url in an image tag.
|
#3
|
|||
|
|||
Good idea im going to look in to it
|
#4
|
|||
|
|||
You could use the "Regular Expersion" check on it (located on the page where you add/edit the field). Be best to check on google for the code to input in that option,, something like "regex valid URL" would probably get you some results.
Something I found from a quick search: Code:
^(http\:\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(?:\/\S*)?(?:[a-zA-Z0-9_])+\.(?:jpg|jpeg|gif|png))$ |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|