anointed
Member
Posted 2 months ago #
running 2.8.4a mu
I'm curious if this plugin works in an mu environment. Optimally I would like to only have to enter my own api key so the customers don't have to worry about it. I'm using subdomains so separating out the stats should be possible as all blogs are separate domains.
http://wordpress.org/extend/plugins/stats/
MarcDK
Member
Posted 2 months ago #
As far as I know it works. But the support guys from wordpress.com told me that it does not work. So maybe you just give it a try
I'm using it on a mapped domain on a WPMU install. Only for a couple blogs though. I had to "claim" both of them.
yingliang_d
Member
Posted 1 month ago #
Should I put the stats.php to /wp-content/plugins/ directory or /wp-content/mu-plugins/ directory?
Thanks
mercime
Member
Posted 1 month ago #
/wp-content/plugins/ directory
yingliang_d
Member
Posted 1 month ago #
Thank you Mercime, could you explain a little more about what is the different between /plugins and /mu-plugins folder?
Thanks
mercime
Member
Posted 1 month ago #
For WPMU installations, all plugins placed in /plugins folder are activated on blog by blog basis or can be activated sitewide by Site Admin in plugins panel OR can be activate sitewide using Plugin Commander/Manager. Plugins placed in /mu-plugins are activated automatically sitewide and won't be appearing in Plugins Panel. Some plugins have components which have to be placed in both folders. Read instructions where to place the plugins for WPMU.
btw, WPMU forums - http://mu.wordpress.org/forums/
yingliang_d
Member
Posted 1 month ago #
THanks to @mercime for your reply, that is very helpful.