vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   BBCode Parsing Question (https://vborg.vbsupport.ru/showthread.php?t=70962)

House_of_Crazed 10-26-2004 06:06 PM

:(

I'm defintely stupid.

Gimme :( lol ...

I spent like 2 hours on this trying different variables of the code, and just gave up, lol ...

:(

Xenon 10-26-2004 06:13 PM

ok, so let's give it a try then :)

quite before the line i posted above put this:

PHP Code:

    if ($profilefield['profilefieldid'] == xx)
    {
        require_once(
'./includes/functions_bbcodeparse.php');
        
$profilefield['value'] = parse_bbcode2($profilefield['value'], 0111);
    } 

that should be all, just change the xx into the id of your profilefield which needs the parsing :)

House_of_Crazed 10-26-2004 07:14 PM

OMG... I was defintely close then...

I didn't do the $profilefield['value'] line. :(

I knew it had to be nested somehow. *sigh*...

House_of_Crazed 10-26-2004 07:17 PM

this is what I had, LOL

PHP Code:

        if ($profilefieldid == '1'
        {
                require_once(
'./includes/functions_bbcodeparse.php');
                
parse_bbcode($profilefield['value']);
        } 

At least I was almost there... *laughs*... But after 2 hours of trying, I just had to stop trying.

Xenon 10-26-2004 08:24 PM

:)

well, as long as you learnt something, it was worth the time, don't you think?

House_of_Crazed 10-26-2004 09:11 PM

*nods* lol

PHP isn't my thing, but am always willing to learn, lol ...

House_of_Crazed 10-26-2004 11:19 PM

Humm...

LOL

We broke something :(

Apparently the biography field is spitting out <br />'s as well which is HTML code.

Here's an example from my biography field...

dfasdfasdfasf<br />asdfsadf<br />asdfsadf<br /><br />sdaasdfwewqef<br /><br />wefwefwef<br />wefwqefwef<br />wef<br />wqefwefwqef<br /><br />wqefwefqwef<br />wqef<br />weqf<br />wqef<br />qwef

*laughs* *shrugs*

Xenon 10-27-2004 12:10 PM

change the 0 in my code into a 1.

as the htmlpart is already done before, two times htmlspecialchars.. will produce that bug then ;)

Hades-1 07-08-2005 02:26 PM

hey xeon, you rock dude, been looking for this forever, just tried it and its perfecto!!!!

noonespecial 11-11-2005 07:27 PM

Is there anyway to do this in vb 3.5? I was hoping this would work, it doesn't.

HTML Code:

if ($profilefield['profilefieldid'] == 27)
    {
        require_once(DIR . '/includes/class_bbcode.php');
                $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
        $profilefield['value'] = $bbcode_parser->parse($profilefield['value'], 0, true);
    }



All times are GMT. The time now is 10:40 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.01130 seconds
  • Memory Usage 1,736KB
  • 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_html_printable
  • (2)bbcode_php_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