The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
trouble getting profile field images to show in posbit legacy
Whenever I update the contents of a profile field in the admin CP, instead of the image showing, the img coding for it shows up instead. I tried using
PHP Code:
|
#2
|
||||
|
||||
Youll need to have it more like
<if condition="$post[field30]"><img src="$post[field30]" alt="" /></if> vB strips HTML characters for secutiry reasons |
#3
|
|||
|
|||
Is there any way to unstrip HTML in vb3?
|
#4
|
||||
|
||||
Why do that? Just use an img tag in the code (like zachery posted), and you won't have to.
|
#5
|
||||
|
||||
unstriping html caracters is a high secutiry risk and can only be done by hacking.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|