Showing: 1 - 10 of 13 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 …

Openfire : Sending Push Notifications while recipient is offline

Problem : Sometimes push notifications are not sent while the recipient is offline. Chat Server : Openfire v4.0.4 Plugin : callbackonoffline Direct Download Link : https://www.igniterealtime.org/projects/openfire/plugins/callbackOnOffline.jar Readme.html : https://www.igniterealtime.org/projects/openfire/plugins-beta/callbackonoffline/readme.html Solution * To store messages, while the recipient is offline : Trigger — — Triggers `ofOffline` — …