MyBB Community Forums

Full Version: Away Status no click
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
AdminCP > Users > Profile => Away Status, I'm Here no click

admin/modules/user/users.php
$form->generate_radio_button('away', 0, $lang->im_here, array('id' => 'away', "checked" => $awaycheck[1])), 'away');


changed as
array('id' => 'away2',
Can you explain a little clearer what the issue is?
no click
[Image: dha71k.png]
Not sure what you mean - I can click on both radiobuttons and it changes as it should.
Are you referring to the "Away Reason" and "Return Date" fields not disappearing? That's because the Peeker class hasn't been rewritten yet -- I've been working on that today.
IIRC I haven't added the peeker to the away fields
In no way do clicks not

[Image: 2nm3d6b.png]
Error continues.
If you can't tell us what exactly doesn't work we can't fix it...


(2014-01-05, 06:19 PM)King Louis Wrote: [ -> ]Not sure what you mean - I can click on both radiobuttons and it changes as it should.
I took a look at this, and there is a problem. What you have to do is set an away status, save the user and when you edit the user again, the radio button is froze at I'm Away (it won't let you change to I'm Here). It stays frozen even if you change it from the front end.
Pages: 1 2