x00
MVPx00 MVP
Reactions
-
Re: Vanilla forum inside CakePHP installation
Yes $Configuration['Garden']['WebRoot'] = 'app/webroot/forums';$Configuration['Garden']['StripWebRoot'] = 'app/webroot'; you may want to bl… (View Post)4 -
Re: BBCode input formatter does nothing
opcache.revalidate_freq/opcache.validate_timestamps are most likely the reason why your setting aren't being detected immediately. The isn't necessarily a problem though, where the producti… (View Post)2 -
Re: BBCode input formatter does nothing
It is called, that script can be cached. It is illegal in php to have the same class name. so unless you are mysteriously overriding the autoloading, it must be called. However it depends on the cont… (View Post)2 -
Re: BBCode input formatter does nothing
Note this line in Gdn_Format::BBCode() $Formatter = Gdn::Factory('HtmlFormatter'); if (is_null($Formatter)) { return Gdn_Format::Display($Mixed); Have you removed the HtmLawed plugin? That … (View Post)1 -
Re: BBCode input formatter does nothing
HtmLawed come bundled with the core, make sure you get the core version that you are using, for the correct version of the plugin. (View Post)1
