vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   How can I parse this easily? (vb 2.3) (https://vborg.vbsupport.ru/showthread.php?t=58988)

SpeedStreet 12-04-2003 03:16 PM

How can I parse this easily? (vb 2.3)
 
I have this code:

PHP Code:

 echo $row_rsNewsForum['pagetext']; 



As you can tell, its my pagetext. This appears on a non-vb page.



What is the best way for this echo to adhere to vB codes, smilies, etc?



Is there a function I should include from elsewhere?



I'm already including global.php in this code, so any help additionally would be greatly appreciated and shared.



Thanks in advance!

Dean C 12-04-2003 03:40 PM

I believe you need to look into the bbcodeparse and bbcodeparse2 functions :)

Lesane 12-04-2003 04:01 PM

Using the bbcodeparse2 function directly works fine.

SpeedStreet 12-04-2003 04:01 PM

Quote:

Originally Posted by Mist
I believe you need to look into the bbcodeparse and bbcodeparse2 functions :)

Ok, I've located the functions (in functions.php) and written the include into my page.

Now, how would I edit the echo to parse it?

Thanks Mist, you seem to answer everyones' issues in this section! :)

SpeedStreet 12-04-2003 04:07 PM

Quote:

Originally Posted by Lesane
Using the bbcodeparse2 function directly works fine.

Focusing now on bbcodeparse2...

SpeedStreet 12-04-2003 04:38 PM

I've altered my code as such;

PHP Code:

bbcodeparse2 ($row_rsNewsForum['pagetext']); 

Along with trying a number of other different options...nothing is working.

Can anyone throw me a bone so that I can work this out? I think we should post this as a hack as well, since there seem to be alot of people who have requested this, but nobody ever finishes it up.

assassingod 12-04-2003 04:40 PM

PHP Code:

$row_rsNewsForum['pagetext'] = bbcodeparse2($row_rsNewsForum['pagetext'],0,1,1,1); 


The numbers after the variable is, allowhtml,allowsmilies,allowimages and allowbbcode :)

SpeedStreet 12-04-2003 06:42 PM

Quote:

Originally Posted by assassingod
PHP Code:

$row_rsNewsForum['pagetext'] = bbcodeparse2($row_rsNewsForum['pagetext'],0,1,1,1); 


The numbers after the variable is, allowhtml,allowsmilies,allowimages and allowbbcode :)

YOU ROCK.

Now, I got bbcode parsing (I had to add an echo to the beginning, but that is neither here nor there).

The only problem I am having now, is that my htmlcode within posts is not registering now...is there a way to fix this issue, or am I going to have make due with just vbcode only?

SpeedStreet 12-04-2003 06:46 PM

Here is what my HTML is outputting as:

PHP Code:

<H3 class=title>A Letter&lt

My code outputting this is:

PHP Code:

<?php 
        
                    
echo $row_rsNewsForum['pagetext'] = bbcodeparse($row_rsNewsForum['pagetext'],0,1,1,1);
                   
?>


SpeedStreet 12-04-2003 08:49 PM

Quote:

Originally Posted by SpeedStreet
Here is what my HTML is outputting as:

PHP Code:

&lt;H3 class=title&gt;A Letter&lt

My code outputting this is:

PHP Code:

<?php 
        
                    
echo $row_rsNewsForum['pagetext'] = bbcodeparse($row_rsNewsForum['pagetext'],0,1,1,1);
                   
?>


I'm digging through showthread, but I can't find how they parse both vbcode and htmlcode at the same time...

grr.


All times are GMT. The time now is 08:15 PM.

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.01296 seconds
  • Memory Usage 1,757KB
  • 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
  • (8)bbcode_php_printable
  • (4)bbcode_quote_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