R_J
AdminR_J Admin
-
Re: This queries have taken more than 99% of the CPU and it makes the website offline
Or do a file search in your plugins folder for "AllLikes" (View Post)1 -
Re: Confused with database and models
To answer "why does my plugin do this and that" questions without seeing the code is really hard ;) (View Post)1 -
Re: [V2.0.18.8] Two-in-one: "new user registered callback/ default user image" and "updating a DB value"
Congrats for your first plugin! Isn't it surprisingly simple to achieve sophisticated results with Vanilla? :) (View Post)2 -
Re: Confused with database and models
Could you describe what you try to achieve? Normally you don't create events by yourself but hook the events of the framework. If you want to add an event to a plugin and hook that event from an… (View Post)2 -
Re: Confused with database and models
$CommentModel = new CommentModel();$Comments = $CommentModel->Get($DiscussionID)foreach ($Comments as $Comment) { $sum += $Comment->Karma;} (View Post)2
