Pro
2227 points
Like some sort of WPMU DEV God"
Exceptionally helpful
Lifetime member
Aphrodite
Lifetime member! — 7th July 2010 16:32
Well all in the title...
I discovered that those widgets are not available on sub site, even hold by Admin
Is there any way to change that ?
I need ein fact a subsite which is the "webzine" of the network, since mainsite is feature and services exposition.
Is it possible ?
(WP 3 without BP)

Responses (8)
Lead Developer — 7th July 2010 16:39 #
There is probably a check i there like
if ($wpdb->blogid == 1)or
if ($blog_ID == 1)Change the blog id number to that of the blog you want, or remove the check completely.
Lifetime member! — 7th July 2010 16:42 #
can I set several ID ?
Lead Developer — 7th July 2010 16:58 #
if ($blog_ID == 1 || $blog_ID == 2 || $blog_ID == 3)Lifetime member! — 7th July 2010 19:19 #
ok
in fact there is a "yes/no" to limit ion main site only
Kept it on no (dont want anyone use it)
and the line is :
if ( $wpdb->blogid == 1 )
transformed in
if ( $wpdb->blogid == 1 || blogid == 4 )
but without success :(
EDIT : works with : if ( $wpdb->blogid == 1 || $wpdb->blogid == 4 )
tha nks !!!!
Member — 7th July 2010 20:04 #
Sorry - are we talking about Recent Global Posts Feeds, and indeed, recent-global-posts-feed.php?
That expression doesn't appear in the file.
It's not working at all for me. The plugin doesn't activate and if I try i just get a white screen.
I'm using WP 3.0 and the latest Buddypress updated today.
Thanks,
Tim
Lifetime member! — 7th July 2010 20:15 #
no global post widget :)
Erstwhile founder — 7th July 2010 20:59 #
Make sure you're following the installation instructions carefully. You shouldn't have to activate the plugin.
Thanks,
Andrew
Lifetime member! — 7th July 2010 21:04 #
its a mu plugin. goes in /mu plugins/ and autoactivate :)
Become a member