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

Adjust mentions bbcode to better distinct between user and group

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 4.0.0-a1
    • None
    • Posting
    • None

      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]
      

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

              Created:
              Updated:
              Resolved: