Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-195 now.

Unable to Select Member from User Notes Screen (fix completed in vcs)

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=se ... d=username

Fix in includes/mcp/mcp_notes.php
Find:
Code: Select all
'U_FIND_MEMBER'      => "memberlist.$phpEx$SID&mode=searchuser&field=username",

Replace with:
Code: Select all
'U_FIND_MEMBER'      => "memberlist.$phpEx$SID&mode=searchuser&form=mcp&field=username",


Thanks.

Comments / History

Posted by pentapenguin (Former Team Member) on Mar 23rd 2006, 22:17

Forgot to add...see this bug fix or this fix here still won't work right. Smile
http://www.phpbb.com/bugs/viewreport.php?b=1251

Linked ticket with changeset: r5714

Action performed by Anonymous (I am too lazy to register) on Mar 25th 2006, 15:30

Ticket details

Related SVN changesets