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

Soft deleted posts should not count to {postrow.POST_NUMBER}

    XMLWordPrintable

Details

    Description

      If a style uses something like this:

      <a href="#p{postrow.POST_ID}">{postrow.POST_NUMBER}</a>
      

      Every post has a number starting by #1...up to maximum post count in the topic.

      If a post is deleted regulary, everything works fine for ALL users.

      If a post is soft deleted, then the admin/moderators have a different post count, because the "soft deleted-posts" are still counted.

      Example:
      Regular delete:
      #1
      #2
      #3
      deleted post (before #4)
      #4 (before #5)

      Soft delete:
      moderators:
      #1
      #2
      #3
      soft delete #4
      #5

      users:
      #1
      #2
      #3
      #4

      What is really confusing in discussions.

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            Crizzo Crizzo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: