melbo Well-known member Feb 22, 2011 #1 This is now showing as blank for me after an upgrade from RC2 to RC3
Ati Well-known member Feb 22, 2011 #2 Empty here, too, although I never used it, so I'm not sure if there was anything there previously.
Shadab Well-known member Feb 22, 2011 #5 Bug! The Admin Template "captcha_question_index" was renamed to "captcha_question_list". But I'm not sure why.
Bug! The Admin Template "captcha_question_index" was renamed to "captcha_question_list". But I'm not sure why.
DSF Well-known member Feb 22, 2011 #6 Shadab said: Bug! The Admin Template "captcha_question_index" was renamed to "captcha_question_list". But I'm not sure why. Click to expand... What can we do as fasted way?
Shadab said: Bug! The Admin Template "captcha_question_index" was renamed to "captcha_question_list". But I'm not sure why. Click to expand... What can we do as fasted way?
Mike XenForo developer Staff member Feb 22, 2011 #7 In library/XenForo/ControllerAdmin/CaptchaQuestion.php, change: Code: return $this->responseView('XenForo_ViewAdmin_CaptchaQuestion_Index', 'captcha_question_index', $viewParams); to: Code: return $this->responseView('XenForo_ViewAdmin_CaptchaQuestion_List', 'captcha_question_list', $viewParams); (I updated the download for this, as it makes setting up the Q&A a problem without it.)
In library/XenForo/ControllerAdmin/CaptchaQuestion.php, change: Code: return $this->responseView('XenForo_ViewAdmin_CaptchaQuestion_Index', 'captcha_question_index', $viewParams); to: Code: return $this->responseView('XenForo_ViewAdmin_CaptchaQuestion_List', 'captcha_question_list', $viewParams); (I updated the download for this, as it makes setting up the Q&A a problem without it.)