R_J
AdminR_J Admin
-
Re: Christmas Coding! ❄ ☃
What about this plugin? (View Post)1 -
Code Snippets
There are some tasks I face more often when trying to write a plugin and I always have to search in order to get started. I do not want to write a full blown skeleton with each and every possibility,… (View Post)1 -
Re: Plugin Installer
This might be of interest: https://paragonie.com/blog/2016/08/on-insecurity-popular-open-source-php-cms-platforms It gives some ideas about what is secure and what is not. (View Post)1 -
Re: How to include an external css or js file?
I don't think I understand the problem, but I also don't think that this is needed to give you an answer which might help =) Vanilla has a helper function called url. Using url('../css… (View Post)2 -
Re: The rating don't display in the comments.
The comment ratings are included in the html source, but your theme interferes with the plugin and that's why you cannot see it. I'm really bad at writing CSS code so I guess I wouldn'… (View Post)1
