R_J
AdminR_J Admin
-
Re: What's the best way to invoke one plugin from another?
The fireEvent would be the best way. If you are not sure, it is always a good start to search in existing code. If you search the plugins for "fireevent" you would find several examples. So… (View Post)4 -
Re: Move "Flagging" link to cogwheel menu
It's not that easy. The format of addFlagButton is not the needed format for the discussion opotions. You would need at least two new methods: // For discussions:public function discussionController_… (View Post)2 -
Re: editdiscussion Page Not Found
You are correct :mrgreen: But when in doubt, look at the source: -1 means no timeout. 0 means immediate timeout. > 0 is in seconds. 60 * 60 = 3600 (aka 1hr) It would through a permission error if … (View Post)3 -
Re: Piwik : Install Code Piwik
By the way: if you do not want to edit your own theme, the HTMLEdit plugin is a good option to make small changes to the default.master.tpl (View Post)2 -
Re: How to set up APC and Memcached caches for Vanilla?
You can configure blacklists for opcache, so that creating a file and putting /var/www/wordpress_folder/* would exclude your wordpress. You have to add some settings to your php.ini: opcache.blacklis… (View Post)1