lifeisfoo
✭✭✭lifeisfoo ✭✭✭
Reactions
-
Re: [Van2Shout addon] Question about Firebase and deleting messages
Yes, as you can see from the latest lines of the source file https://github.com/Caerostris/Van2Shout/blob/master/views/discussionscontroller_firebase.php I have just opened an issue for this https://… (View Post)6 -
Re: Translate in plugin Timeago
Timeago.js have translations yet: https://github.com/rmm5t/jquery-timeago/tree/master/locales Just include your locale in your page. @kasperisager, why not include them in the plugin? Locale can be d… (View Post)2 -
Re: Unable to download the FileUpload plugin
You can download latest version directly from the github repository https://github.com/vanillaforums/Addons/tree/master/plugins/FileUpload (View Post)2 -
Re: Conversation's messages via json
Here's the pull request https://github.com/vanillaforums/Garden/pull/1592 (View Post)2 -
Re: Conversation's messages via json
I fixed that using @kasperisager suggestion. I changed also the messages.php view to reuse fetched data in the controller: foreach ($this->Data['Messages'] as $Message) {} I'll open an issue on gi… (View Post)2