Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6866

color isuue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.0
    • Posting
    • None
    • PHP Environment:
      Database:

      May be it´s a bug, when I write someting like this :

      [color=#FF0000]c[/color][color=#EA0015]o[/color][color=#D5002B]l[/color][color=#BF0040]o[/color][color=#AA0055]r[/color][color=#95006A]1[/color][color=#800080] [/color][color=#6A0095]c[/color][color=#5500AA]o[/color][color=#4000BF]l[/color][color=#2B00D5]o[/color][color=#1500EA]r[/color][color=#0000FF]2[/color]


      space between words dissapear.
      Exampe : color1color2

      If found doing this :

      #----- [ OPEN ]---------------------------------------------
      #
      includes/message_parser.php
       
      #
      #----- [ FIND ]----------------------------------------------
      #
            if (!$this->check_bbcode('color', $in))
            {
               return '';
            }
      #
      #----- [ REPLACE WITH ]---------------------------------
      #
            if (!$this->check_bbcode('color', $in))
            {
      //         return '';
            }

      It fixed !

            Acyd Burn Meik Sievertsen [X] (Inactive)
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: