Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Quote Depth

edited December 2006 in Vanilla 1.0 Help
Quote Depth

Comments

  • Options
    apparently doesn't work when using quotations extension - bb code only, not html http://youchewpoop.com/forum/comments.php?DiscussionID=2649&page=2#Item_13
  • Options
    This lops off the first character of the nested quote, the following line needs adjusting:

    for( $i = $inout[0]; $i <= $inout[1] ; $i++ )

    to:

    for( $i = $inout[0]; $i < $inout[1] ; $i++ )
This discussion has been closed.