vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   BBcode, html in the memberinfo page (https://vborg.vbsupport.ru/showthread.php?t=134911)

Allan 12-27-2006 09:20 PM

BBcode, html in the memberinfo page
 
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:

PHP Code:

if ($userinfo['fieldX'])
{
if (!
is_object($bbcode_parser))
{
    require_once(
DIR '/includes/class_bbcode.php');
    
$bbcode_parser =& new vB_BbCodeParser($vbulletinfetch_tag_list());
}
$userinfo['fieldX'] = $bbcode_parser->parse($userinfo['fieldX'],0true);


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?


All times are GMT. The time now is 08:45 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
  • Page Generation 0.00952 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete