Current time: 05-26-2013, 09:08 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Bug? Admins cannot see user list
04-20-2009, 11:27 PM (This post was last modified: 04-21-2009 12:14 AM by Masa.)
Post: #1
[F] Bug? Admins cannot see user list
I think I found a bug:

config: MyBB 1.4.4

* Attention * Disclaimer *
You might not be able to access your user list anymore after trying this out!

Go to Admin CP -> User & Groups -> VIEW (blue botton at the top right corner, beside "Search")

* Create a new View
* Define a name
* Set it this way that no user will match. Example: If you don't have any users "waiting for activation", set user group to "Awaiting Activation"
* Set View to Standard (!)
* Save
Now you'll get an error message telling you that no user matches.

Problem: You cannot revert the view. You see the error message only. You cannot see your user list anymore. You cant even set a user to "awaiting activation" in order to get rif of the error message (because the user list is not shown). It's like an dead end.
Workaround: Register a new user. As soon as he has the statius "awaiting user" you'll see him in the Admin CP and the VIEW button will be there.

Solution: The VIEW button must be displayed even if no user matches.

hope this helps,
masa
Find all posts by this user
04-21-2009, 01:01 AM (This post was last modified: 04-21-2009 01:02 AM by Scoutie44.)
Post: #2
RE: Bug? Admins cannot see user list
Can reproduce. Also in 1.4.5.

good u
Visit this user's website Find all posts by this user
04-21-2009, 08:06 AM (This post was last modified: 04-21-2009 04:29 PM by Ryan Gordon.)
Post: #3
RE: Bug? Admins cannot see user list
Until dev can resolve a suitable fix, navigate to ./admin/index.php?module=user/users&vid=1

This will show the original view, and allow you to manage your custom views.
Find all posts by this user
04-22-2009, 09:09 PM
Post: #4
RE: Bug? Admins cannot see user list
Find in admin/modules/user/users.php:

PHP Code:
if($errors)
{
    
$page->output_inline_error($errors);
}

echo 
$results

Replace with

PHP Code:
if($errors)
{
    echo 
" <div style=\"display: inline; float: right;\">{$admin_view['popup']}</div><br />\n";
    
$page->output_inline_error($errors);
}

echo 
$results
Visit this user's website Find all posts by this user
04-22-2009, 09:10 PM
Post: #5
[F] Bug? Admins cannot see user list
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
Visit this user's website Find all posts by this user
04-22-2009, 09:48 PM
Post: #6
RE: [F] Bug? Admins cannot see user list
yay, I could help :o)
Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication