The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Ok so I figured out how to create a conditional block in the right hand side, but one thing I can't do is get the block to process code. It does a direct output of the profile field but won't parse it.
For example if there was an image code in that profile field, either: Code:
[IMG ]http://mysite.com/img.jpg[ /IMG] spaces added to allow the tag to show Code:
<img src="http://mysite.com/img.jpg"> The simple test block I created in the template: memberinfo_blocks_test contains this Code:
<!-- test block --> <if condition="$userinfo[field23]"> <div id="test" class="tborder content_block"> <h4 class="thead block_title"> <span class="block_name">Test Data</span> </h4> <div class="alt2 block_row block_footer"> $userinfo[field23] </div> </div> </if> <!-- / test block --> So how do I make vBulletin process either html or bbcode contained inside of $userinfo[field23] ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|