The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
I've not figured out how to do this, however, depending on what you want to do I have figured out a simple workaround for parsing things like images in the postbit.
The basic thing to remember is, that whilst things within the custom field won't parse (either BBcode or HTML), HTML on the template will parse. So, for example, whilst you can't make an image display by having: Code:
{vb:raw post.field5} Code:
[im]http://www.example.com/myimage.gif[/img] Code:
<img src="{vb:raw post.field5}"> Code:
http://www.example.com/myimage.gif e.g. what I was doing on my site was allowing permitted users to have space for an advertising banner above their signature, which is in the template as: Code:
<vb:if condition="$post['field5']"><a href="{vb:raw post.field6}" target=_blank><img src="{vb:raw post.field5}"></a></vb:if> Don't know if that helps you at all... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|