Yes,i know, but what I need is to activate Sidebar Widgets for ALL blogs, except mine, the admin blog, because i've K2 and I prefer to use "K2 Sidebar Modules". The problem is that if I put the widgets plugin on mu-plugins folder, it replaces the "K2 Sidebar Modules", i don't know that to do. I've 2 ideas:
-1) set widgets as a plugin, and autoactivate it wen a blog is created. (Hard I think)
-2) Look at the php code of widgets plugin and do something like:
if $blog_id=1 {
nothing;(Still using "K2 Sidebar Modules")
}else{
use widgets;
}
I prefer the second, can you help me?