x00
MVPx00 MVP
Reactions
-
Re: BBCode input formatter does nothing
Well this is looked upon as bitting the hand that feeds you, and abuse. You don't know it all believe me, you clearly don't envision a way in which the two could be related, however from quite bit of… (View Post)2 -
Re: quiz addon, is it possible?
Free addon doesn't mean people are going build something for you for free. People make open source becuase it something that either they need, or are interested in building for their own reasons, or … (View Post)4 -
Re: BBCode input formatter does nothing
@Lincoln if you look at setup controller Configure method It must have exited between SaveToConfig('Garden.Installed', TRUE, array('Save' => FALSE)); Gdn::Session()->Start($AdminUserID, TRUE); … (View Post)5 -
Re: BBCode input formatter does nothing
OPcache like APC does cache scripts, like APC you can set it up so it doesn't automatically clear the cache, e.g. apc.stat = 0. If you are having trouble with persistence, or any setting not being ap… (View Post)3 -
Re: BBCode input formatter does nothing
Another guess is the e modifier with preg_replace is depreciated. If there is any exception during parsing, it is output it as text. You should be able to disregard these depreciated errors. This not… (View Post)1
