2015-12-06, 05:39 PM
(2015-11-14, 09:35 PM)niere8 Wrote: For 1.8 need also add && $fromreg == 0? That is edit the line in this way:
if($mybb->settings['reg_agreement'] && ((!isset($mybb->input['agree']) && !isset($mybb->input['regsubmit'])) && $fromreg == 0 || $mybb->request_method != "post"))
Or $fromreg == 0 isn't a problem?
Thanks
I did the edit with the && $fromreg == 0 (Exactly how you have it in the code box) and works perfect
