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

Unable to Select Member from User Notes Screen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.x
    • None
    • PHP Environment:
      Database:

      Go to Moderator Control Panel -> User Notes -> Find a member -> select member. It will not work because "form" is not being passed in the URL: http://localhost/memberlist.php?mode=searchuser&field=username" target="_blank

      Fix in includes/mcp/mcp_notes.php
      Find:

      'U_FIND_MEMBER'		=> "memberlist.$phpEx$SID&mode=searchuser&field=username",

      Replace with:

      'U_FIND_MEMBER'		=> "memberlist.$phpEx$SID&mode=searchuser&form=mcp&field=username",

      Thanks.

            Graham Graham [X] (Inactive)
            pentapenguin pentapenguin [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: