Showing: 1 - 6 of 6 Articles

Vanilla : Issue with signIn and register button popup not open

Problem :- – After vanilla upgrade signIn and Register,SignOut Link not work so solve for comment code into following file. Solution:- – Changes and Comment Into Following File File Name:- vanilla/applications/dashboad/controllers/class.enteycontroller.php signIn methode:- line:- 888-890 /*if (!$this->Request->isPostBack()) { $this->checkOverride(‘SignIn’, $this->target()); }*/ register methode:- line:- 1249-1251 …