Results 1 to 4 of 4

Thread: Html

  1. #1
    Super-Rad Recognized Member Spatvark's Avatar
    Join Date
    Oct 2001
    Location
    The Mysterious Island of Bigfoot Women
    Posts
    2,098
    Articles
    7
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default Html

    Would it be possible to include a "Disable HTML in This Post" check box in the post options? It'd make my life a lot easier when posting any html problems I have in the Help Forum. I'm aware there's a code for displaying the < so it's not processed but I can't remember it and I'm sure plenty of other people don't know what it is either...
    Seriously the best band in the world.
    And here's where I'll stay / For ten years and a day
    We're on a quest to find hidden treasure / And mystery on The Wild Sea

  2. #2
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Seeing as it's the Less Than symbol in maths, it's code is &lt;


    I know you can disable HTML in entire forums, but I've not seen it possible to do in individual posts - that would probably need another hack to the board.
    Problems playing downloaded videos? Try CCCP


  3. #3
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    &lt; is the code for left-bracket. I can disable HTML in the whole Help forum, but I'm not sure if that'd solve more problems than it'd create.

    There's a CODE vBB tag that's supposed to stop HTML from being parsed (I think), but it doesn't work. Using the PHP vBB tag will stop it from being parsed, but it'll also turn the code god-awfully ugly colors. But that's one quick way to stop HTML from being parsed. [php]blah blah put HTML crap here[/php].

    PHP Code:
    <test
    I'll mess around with the codes and see if I can come up with something better.

  4. #4
    Super-Rad Recognized Member Spatvark's Avatar
    Join Date
    Oct 2001
    Location
    The Mysterious Island of Bigfoot Women
    Posts
    2,098
    Articles
    7
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Actually, I might just be able to dig out how to do it myself with my new-found access to FWF's ftp... since FWF is a phpBB, you can indeed disable HTML in individual posts...
    Seriously the best band in the world.
    And here's where I'll stay / For ten years and a day
    We're on a quest to find hidden treasure / And mystery on The Wild Sea

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •