vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Parse BBCode for Custom User Profile Fields (https://vborg.vbsupport.ru/showthread.php?t=231267)

Sparky McSmith 12-26-2009 10:00 PM

Parse BBCode for Custom User Profile Fields
 
1 Attachment(s)
This mod will parse BBCode in any and all customer user profile fields you may have created for display on the profile page. It simply adds on plugin at the member_customfields hook location.

To install: Simply download and install the Product.

Please click "install" if you use it.

mandingo 12-26-2009 11:47 PM

Nice,smilies work too. Too bad custom bbcode isn't working for me though. Are there settings anywhere?

wastemytime 01-03-2010 09:05 PM

Is this also possible for Custom Profile Fields in the Postbit?

identitas 05-03-2010 02:12 PM

Quote:

Originally Posted by mandingo (Post 1939028)
Nice,smilies work too. Too bad custom bbcode isn't working for me though. Are there settings anywhere?

Change False to True in:
PHP Code:

$bbcode_parser =& new vB_BbCodeParser($GLOBALS['vbulletin'], fetch_tag_list(),false); 


zeroality 05-09-2010 10:33 PM

Yeah, I would like to get this working for postbit too. Can anybody help?

I want to use my bbcoded custom profile fields in postbit. I know how to add the code to postbit, it's just not parsing properly.

Boofo 05-09-2010 11:18 PM

Quote:

Originally Posted by identitas (Post 2031130)
Change False to True in:
PHP Code:

$bbcode_parser =& new vB_BbCodeParser($GLOBALS['vbulletin'], fetch_tag_list(),false); 


Isn't that kind of dangerous if you have some types of html code for bbcode?

zeroality 05-20-2010 12:09 AM

So can anybody help with getting this to work in postbit?

Zombo 06-25-2010 03:22 AM

for some reason this doesn't parse [img].

Zombo 06-27-2010 08:14 PM

when you put & in a field, it converts to &

skizer 07-15-2010 12:02 AM

Would be great if someone comes up with a solution for the postbit problem =)


All times are GMT. The time now is 12:05 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.01084 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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