x00
MVPx00 MVP
Reactions
-
Re: Looking for experience with implementing cron functionality in Vanilla
I think using an external service to trigger the cron makes sense, where they are unable to set it up themselves. As businessdad says you can use a secured api, but the cron scheduler could have its … (View Post)1 -
Re: Deploying a new forum and adding a theme (for everyone)*
@Raveendranath you need to start a new discussion (View Post)1 -
Re: Very slow hosted on Bluehost
Do you have massive activity table? You can purge old activity data. If for instance you only wan to keep 2 month worth of activity you could run DELETE FROM GDN_Activity WHERE ActivityTypeID NOT IN … (View Post)1 -
Worker Domain design pattern
Back when I introduced: https://github.com/x00/Gdn_PScaffold I encourages through it a design pattern, which in hindsight is pretty terrible. It can be broadly illustrated by this The intention was t… (View Post)1 -
Re: Minor bug - Infinite redirect loop on password page
http://vanillaforums.org/addon/jsconnectautosignin-plugin-0.1.7b (View Post)2
