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

Adjust mentions bbcode to better distinct between user and group

    XMLWordPrintable

Details

    • Improvement
    • Status: Unverified Fix (View Workflow)
    • Blocker
    • Resolution: Fixed
    • None
    • 4.0.0-a1
    • Posting
    • None

    Description

      The mentions bbcode is currently of this format:

      • user: [mention=u:3]test[/mention]
      • group: [mention=g:3]testgroup[/mention]

      This is a bit different than previous versions and might seem un-intuitive to some.
      Suggested changed versions could be:

      • [mention user=123]someUser[/mention]
      • [mention group=12]someGroup[/mention]

      Or:

      • [mention user_id=123]someUser[/mention]
      • [mention group_id=12]someGroup[/mention]

      This is partially inspired by how we define quotes:

      [quote=notificationtestuser post_id=18 time=1621773761 user_id=55]This is a test post[/quote]
      

      Attachments

        Issue Links

          Activity

            People

              Marc Marc
              Marc Marc
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: