Uploaded image for project: 'Support Team Tools'
  1. Support Team Tools
  2. STT-271

Thread authors displayed as guest after Reparse BBCode

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • Support Toolkit
    • None

    Description

      After using Reparse BBCode in STK thread authors are displayed as guest in viewforum.php. However, in viewtopic.php they are displayed correctly.

      When looking into my mySQL database it shows that at least some of the info in the topics table is still intact.

      mysql> select topic_poster from phpbb_topics;
      --------------

      topic_poster

      --------------

      53
      54

      ...

      221
      95
      59
      53
      285
      221
      53

      --------------

      The posts table does not seem to contain "deleted user" oder "anonymous user".

      mysql> select poster_id from phpbb_posts where poster_id='0';
      Empty set (0.00 sec)

      mysql> select poster_id from phpbb_posts where poster_id='-1';
      Empty set, 1 warning (0.00 sec)

      What can I do to get the topic author displayed correctly again in viewforum?

      Attachments

        Activity

          People

            Erik Frèrejean Erik Frèrejean
            Hans Borjes Hans Borjes [X] (Inactive)
            Archiver:
            Noxwizard Patrick Webster

            Dates

              Created:
              Updated:
              Resolved:
              Archived: