vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do you stop the FAQ from parsing HTML??? (https://vborg.vbsupport.ru/showthread.php?t=96126)

Brinnie 09-12-2005 05:27 PM

How do you stop the FAQ from parsing HTML???
 
So I'm trying to put a code example in my FAQ, but it automatically parses my text entered for the description!

How in the world do I stop it?

Thanks,
Brinnie

Quillz 09-12-2005 05:40 PM

I think you can do something like <b<b>>bold</b</b>> or something.

Brinnie 09-12-2005 06:22 PM

Nope.

Marco van Herwaarden 09-13-2005 03:40 AM

[ noparse] maybe?

Brinnie 09-13-2005 08:01 AM

Quote:

Originally Posted by MarcoH64
[ noparse] maybe?

It doesn't listen to BBCode. :(

Boofo 09-13-2005 08:27 AM

Quote:

Originally Posted by Brinnie
It doesn't listen to BBCode. :(

Brinnie, try without the beginning space.

[noparse]Some bbcode stuff here

Brinnie 09-13-2005 10:17 AM

Quote:

Originally Posted by Boofo
Brinnie, try without the beginning space.

[noparse]Some bbcode stuff here

I did that, but I don't think the FAQ parses BBCode like anouncements and stuff do. Just HTML.

Boofo 09-13-2005 10:38 AM

ok, I see what Marco meant now. What you need to do is add a space before the code like he did:

[ b]
That will disable it although there will be a space in it. Can you use quote tags in there maybe and put the code in that?

Quillz 09-13-2005 01:41 PM

Try [noubbc]

Biker_GA 09-13-2005 02:31 PM

I was looking at this and wondered how they did it for the bbcode examples. What I discovered was it isn't located in the FAQ. What they've done is call from misc.php.

Code:

        'bbcode' => array(
                'help_bbcodes',
                'help_bbcodes_bbcode',
                'help_bbcodes_link',
                'bbcode_code',
                'bbcode_html',
                'bbcode_php',
                'bbcode_quote',
        ),

I think you'll have to do something similar in order to display raw html within the FAQ.


All times are GMT. The time now is 10:51 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.01135 seconds
  • Memory Usage 1,728KB
  • 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_code_printable
  • (3)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