how to implement <quote> ?

Discussion in 'Programming' started by olddocks, Dec 10, 2007.

  1. #1
    i downloaded tinymce html editor and i have a problem there. Everything is fine except i cannot implement quote option in my custom made forum.

    i tried parsing bb2code but not successful with it.
     
    olddocks, Dec 10, 2007 IP
  2. eggi

    eggi Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hey There

    I haven't used that editor, but just a shot in the dark. Maybe you just need to "fake" your
     <quote>
    Code (markup):
    tags with

    &lt;quote&gt;
    Code (markup):
    to pass along to bb2 to parse

    , Mike
     
    eggi, Dec 10, 2007 IP