Results 33 comments of Diego Najar

I need more context, and how to reproduce it.

You have to send the `authentication` token to get access to the settings. ``` { "token": "24a8857ed78a8c89a91c99afd503afa7", "authentication": "193569a9d341624e967486efb3d36d75" } ``` ``` curl -X GET \ -H "Content-Type: application/json" \...

@Philip-Wittamore the code is written as you mentioned, https://github.com/bludit/bludit/blob/v3.0/bl-kernel/helpers/text.class.php#L119

Hi, may be you can post this bug, in the forum, where is the developer of this plugin. https://forum.bludit.com/viewtopic.php?f=14&t=61 If you have the fix of this you can pushed on...

I changed the language to Spanish and is translated, can you tell me what language are you using ?

You can edit it from the plugin. Go to admin > plugins > about > label.

Hi @Mates-K1 , You can help creating Pull requests with changes, improvements, adding languages files, updating third party libraries, improving UI, whatever you want. Everything is published in Github. -...

For example, this PR from @angerangel is nice improvment to have updated Bludit plugins. https://github.com/bludit/bludit/pull/1559

Hi, the docker image uses his own nginx and doesn't have TLS support, so internally is via HTTP. If you want to add TLS you need to create your own...