R_J
AdminR_J Admin
-
Re: Is there a coding standard for arrays?
PHP < 5.4 isn't very important nowadays :) https://seld.be/notes/php-versions-stats-2016-1-edition (View Post)1 -
Re: Unsupported comments?
Sorry, I could have been more clearer: discussionModel->updateUserDiscussionCount() makes a call to userModel->updateUserCache while commentModel->updateUser does not. Is that worth making a… (View Post)1 -
Re: How to "select DISTINCT" with metode Gdn::sql()
In order to get a little more insight by yourself, try using getSelect() instead of get(). Instead of sending the sql command and returning the result, getSelect() will only show you the sql that the… (View Post)3 -
Re: Show Vanilla Avatar in Wordpress
Looking at that, it shouldn't be too hard. It basically is the example from the plugin API page added with only very few lines of code (beginning at the inline comment in the final if condition). fun… (View Post)4 -
Re: Premium Content Plugin
https://vanillaforums.org/discussion/26822/a-git-github-primer (View Post)2