x00
MVPx00 MVP
Reactions
-
Re: Flagging plugin translation
This is one of the areas where a convention would be useful. Also namespace conventions, I sometime use a prefix for translations. (View Post)1 -
Re: What is the best solution to display field "Body" outside Vanilla
@Clément there is no point force loading the framework to get a discussion, if you do that you might as well create an endpoint as a plugin and use the model directly. Another idea is to create a van… (View Post)1 -
Re: What is the best solution to display field "Body" outside Vanilla
You can see quite clearly here https://github.com/vanilla/vanilla/blob/master/library/core/class.controller.php#L1311 (View Post)1 -
Re: The Hall Of Code Curiosities
I understand why you would feel that I totally get it, I feel that way too going through review. When it is your baby you can't help but take it personally. Guilty as charged. I would say through it … (View Post)2 -
Re: Upgrading all links from HTTP to HTTPS (just purchased SSL certificate)?
Stuff like this is almost always done best on the server level rather than the application level. (View Post)1