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

Search author in viewtopic.php not working

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.2
    • 3.0.3
    • Viewing posts
    • None
    • PHP Environment:
      Database:

    Description

      Replace this:
      'search' => ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", 'search_author=' . urlencode($row['username']) .'&sr=posts') : '',

      With this:
      'search' => ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", 'author=' . urlencode($row['username']) .'&sr=posts') : '',

      And now it works.

      Attachments

        Activity

          People

            ToonArmy Chris Smith
            PayBas PayBas [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: