View Full Version : BBcode, html in the memberinfo page
Allan
12-27-2006, 09:20 PM
Good evening :)
I search one hack who enable to parse the code html, BBcode smilies in the memberinfo page
I remember to have use a hack for vb3.5 or 3.0 but i don't found it :(
Allan
12-29-2006, 04:22 PM
Nobody :(
raaaaaaaaaaaaaaa :p
shete
01-07-2007, 02:32 AM
Go to Add New Plugin
Enter this:
if ($userinfo['fieldX'])
{
if (!is_object($bbcode_parser))
{
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['fieldX'] = $bbcode_parser->parse($userinfo['fieldX'],0, true);
}
X is the number of your profile field.
Add it to the hook "memberinfo_complete" .
If you want more bb code in different profile fields you are going to have to do the same thing except change the X to whatever profilefield you want bbcode to show .
ResaleBroker
03-04-2007, 11:30 PM
Thanks shete. I used the "member_complete" hook and it works great. Thanks again. :)
jackieaz
05-27-2007, 12:14 AM
Should this work with 3.6.7 PL1? It's not working right for me, but I don't know if that's because I've done something wrong or if it just isn't compatible.
Zweeper
05-16-2008, 05:03 AM
is there a way that this works with 3.7.0?
Zweeper
05-17-2008, 09:06 AM
*push* :(
Cerbero1000
05-19-2008, 09:22 AM
I would like to have this mod in 3.7 too... :(
Zweeper
05-21-2008, 07:05 AM
no way? :(
seax19
11-03-2008, 01:47 AM
Anyone ever get this (or another way for same action, parse [img] bbcode in profile fields) to work with 3.7.X?
grey_goose
12-11-2009, 11:39 PM
Or working with 3.8? Please? :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.