![]() |
Profile Field BB/HTML Parseing
Please I have tried a few ways and its not workin this is how the output is:
http://beasttoast.com/thosting/files...file_thumb.png I tried the one where you make a plugin at hook memberlist_complete and put this in there: PHP Code:
|
Quote:
|
Quote:
I did remove the $customfields from the member info. And im useing Code:
<if condition="$userinfo[field11]"> $post[field11]</if> |
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.. |
All times are GMT. The time now is 10:37 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|