Uploaded image for project: 'Website'
  1. Website
  2. WEBSITE-186

<font> tag error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • MOD validator
    • None

      i was checking my syntax and it said the there was an invalid use of font tags but they were in quotation marks

      see the mod:

      ##############################################################

        1. MOD Title: mod_title_goes_here
        2. MOD Author: itwhiz.jnr < itwhiz.jnr@blueyonder.co.uk > (Daniel Moran) http://82.36.243.108/
        3. MOD Description: Replaces /me with the authors username and /you with the readers username
        4. MOD Version: 1.0.0
          ##
        5. Installation Level: Easy
        6. Installation Time: ~ 3 Minutes
        7. Files To Edit: viewtopic.php
        8. Included Files: N/A
          ##############################################################
        9. For security purposes, please check: http://www.phpbb.com/mods/
        10. for the latest version of this MOD. Although MODs are checked
        11. before being allowed in the MODs Database there is no guarantee
        12. that there are no security problems within the MOD. No support
        13. will be given for MODs not found within the MODs Database which
        14. can be found at http://www.phpbb.com/mods/
          ##############################################################
        15. Author Notes:
          ##
        16. Option to change the font color
          ##
          ##############################################################
        17. MOD History:
          ##
          ##############################################################
        18. Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
          ##############################################################

      #
      #----[ OPEN ]-----------------------------------------
      #
      viewtopic.php
      #
      #----[ FIND ]-----------------------------------------
      #
      $message = make_clickable($message);
      #
      #----[ AFTER, ADD ]-----------------------------------------
      #

      $message = str_replace("/me ","<font color=\"orange\"> " .$poster. "</font> ",$message);
      $message = str_replace("/you ","<font color=\"violet\"> " .$userdata['username']. "</font> ",$message);

      #
      #----[ SAVE/CLOSE ALL FILES ]-----------------------------------------
      #

      1. EoM

            Unassigned Unassigned
            itwhiz.jnr itwhiz.jnr [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: