R_J
AdminR_J Admin
-
Re: Activity Table weight
Like x00 already said: more than 2 million rows have been deleted, that's what you have posted. But you might not have understood what you have done: you have deleted a) everything which is not a wal… (View Post)4 -
Re: Banned user management
CountComments and CountDiscussions might be NULL and you have strict mode enabled? (View Post)2 -
Re: Countdown 1.2
$body = 'string to transform';$pattern = '/\[COUNTDOWN\-((\d+):(\d+):(\d+):(\d+):(\d+))\]/';$replace = '<div data-countdown="$1" data-img="\$ImgSrc">';$newBody = preg_replac… (View Post)1 -
Re: Preview release: 2.4 beta
The update step to Vanilla 2.4 requires further user action. While the upgrade steps mainly keep the same, you have to delete a) the file applications/vanilla/controllers/class.settingscontroller.php… (View Post)2 -
Re: Queuing Notifications
I love statistics! I've searched through the source code (including YAGA, Articles etc) and found this: 91: $Sp->EventArguments['Data'] =& $Data; 287: $this->EventArguments['Data'] =& $… (View Post)2