The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Profile Field BB/HTML Parseing
Please I have tried a few ways and its not workin this is how the output is:
I tried the one where you make a plugin at hook memberlist_complete and put this in there: PHP Code:
|
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
Quote:
I did remove the $customfields from the member info. And im useing Code:
<if condition="$userinfo[field11]"> $post[field11]</if> |
#4
|
||||
|
||||
make a new plugin:
Title: Profile BB Code Hook Location: Member_Complete Plugin PHP Code: if ($userinfo['field11']) { if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); } $userinfo['field11'] = $bbcode_parser->parse($userinfo['fieldX'],0, true); } and it should work.. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|