The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Parse BBCode for Custom User Profile Fields for Postbit also?
Hello,
I have found this mod: https://vborg.vbsupport.ru/showthrea...t=Parse+BBCode It works perfectly for the profile of the member, but anyone knows how to enable this or anyhow in general, to have bbcode in Postbit Legacy template? So when someone use it via Custom Profile Fields, to actually work the bbcode. Thnx in advance |
#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... |
#3
|
|||
|
|||
I'm using bbcode in custom profile field for markup a text, so i'm really need a method to parse bbcode in vb4.
Anyone can help me pls? |
#4
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=211102" target="_blank">CES Parser Permissions</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|