x00
MVPx00 MVP
Reactions
-
Re: Spam influx makes me want to close my Vanilla forum
reCaptcha is actually pretty simple, and you created a handy function to do it in the core. public function EntryController_Register_Handler($Sender){ include_once(CombinePaths(array(PATH_LIBRARY, … (View Post)1 -
Re: Spam influx makes me want to close my Vanilla forum
Although there can be weaknesses in some systems, I don't think the software itself should be reason enough to leave. You also have to use common sense, make sure that part of the forum that are… (View Post)1 -
Re: how do i make it show guests online?
You can set a cookie, but it all seems rather pointless to me. Useless features that add more work. Whosonline as it is wastes resources by continuously polling the site, simply to know is someone is… (View Post)1 -
Re: Need some help. Yes I will pay
True dat. It is not a good idea to use minify on the fly anyway, you will likely break something. As you don't know ahead of time, plugins you will be using in the future means the likelihood of… (View Post)2 -
Re: Worker Domain design pattern
Description Without further ado, here is a psuedo-UML example of implementation of the pattern The purpose is both separation of concerns and a way of organising and making clear implicit code. What … (View Post)6
