vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Parse BBCode (in 3.5) (https://vborg.vbsupport.ru/showthread.php?t=82693)

MetalAges 10-20-2005 07:32 PM

Excellent! works....still in the middle of learning all this code so, I thank you for the help! :)

donBLACK 10-21-2005 02:18 AM

can this be used to allow bb code in custom titles?

nvm i got it

SilverDawn 10-23-2005 01:42 AM

nm I got it! Thanks so much!

Oreamnos 11-06-2005 01:50 AM

What do i need to do to make it turn non-bbcoded url's into links (like what vb does when you just type a url into the post without using bbcode)?

noonespecial 11-11-2005 08:04 PM

I've been trying to get this to work in the member.php file so that bbcode will be parsed for user profiles --

PHP Code:

require_once('./includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletinfetch_tag_list());
$profilefield['value'] = $parser->do_parse($profilefield['value']); 

Just isn't working though.

noonespecial 11-21-2005 12:35 AM

Help???

Oreamnos 11-21-2005 12:47 AM

Quote:

Originally Posted by noonespecial
Help???

are you getting any errors?
are you sure the profile fields have things to be parsed?
are the things you are trying to parse being excluded by a 'false' default setting of the function?

noonespecial 11-21-2005 05:21 AM

Quote:

Originally Posted by Oreamnos
are you getting any errors?
are you sure the profile fields have things to be parsed?
are the things you are trying to parse being excluded by a 'false' default setting of the function?

No errors.
Yah, it just comes out as the text with bbcode showing.
Not that I know of... the code above is what I'm using and all I want is for BBcode to work for a custom profile field.

Oreamnos 11-21-2005 06:08 AM

Try this:
PHP Code:

require_once('./includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletinfetch_tag_list());
$profilefield['value'] = $parser->do_parse($profilefield['value'], falsetruetruefalsetruefalse); 

if this doesn't work, then i have to imagine you are passing the wrong value to the function, ie. $profilefield['value']

noonespecial 11-21-2005 06:48 AM

Quote:

Originally Posted by Oreamnos
Try this:
PHP Code:

require_once('./includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletinfetch_tag_list());
$profilefield['value'] = $parser->do_parse($profilefield['value'], falsetruetruefalsetruefalse); 

if this doesn't work, then i have to imagine you are passing the wrong value to the function, ie. $profilefield['value']

Nope, didn't work. I assumed it was that value because of this thread: https://vborg.vbsupport.ru/showthrea...bbcode+profile

I know that's 3.0, so maybe it's changed? Does anyone know the correct syntax for me? I just need BBcode to be parsed in custom profile field 27.


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