Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-6973

Custom BBCode {EMAIL} -->$this->bbcode_specialchars

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 3.0.0
    • 3.0.1
    • Posting
    • None
    • PHP Environment:
      Database:

    Description

      Create a new custom bbcode:

      BBCode:

      [mail={EMAIL}]{TEXT}[/mail]

      HTML Replacement:

      <a href="mailto:{EMAIL}">{TEXT}</a>

      Now use the new bbcode like this in a new post:

      [mail=dr.death@dummy.de]Test[/mail]

      result:

      [mail=$this->bbcode_specialchars('dr.death@dummy.de')]Test[/mail]

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: