Ah ok that's a better description. I'll take a look later today.
Edit: I can't confirm this on my install but it isn't up to date. Anyway atm you need to set a return date while the description says you don't need.
I finaly understood what the problem is: both labels/radiobuttons had the same id and therefore it wasn't possible to click on the label - while clicking on the radiobutton still worked (that's why I couldn't confirmed it earlier) - fixed with
d0b1ff4911
I also fixed the issues with the return date - some checks were missing - fixed with
8fed9b043b
Thanks..
There are further errors. There was a bug report errors before..
- Edit modcp away at the lead..
- Come back, cause unsaved.
- See Profile.. (Reason: Not specified.)
- See the ACP.. (0)
modcp.php
"awayreason" => $mybb->get_input('awayreason', 1)
When you change with it's improving.
"awayreason" => $mybb->get_input('awayreason')
I fixed this already with my last commits