<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Tag: global - Recent Posts</title>
		<link>http://wordpress.org/ideas/tags/global</link>
		<description>WordPress Ideas &#187; Tag: global - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 20:50:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/tags/global" rel="self" type="application/rss+xml" />

		<item>
			<title>Ipstenu (Mika Epstein) on "Multisite WP_Query and search functionality"</title>
			<link>http://wordpress.org/ideas/topic/multisite-wp_query-and-search-functionality#post-23825</link>
			<pubDate>Fri, 07 Dec 2012 04:12:06 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">23825@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The network is intended to be multiple separate sites, hence this not being by design.</p>
<p>The best you could do would be to use WordPress MU Sitewide Tags (a plugin) and aggregate all the posts so you could search that. Otherwise you're joining tables for searches, and that's never fast nor efficient.
</p>]]></description>
					</item>
		<item>
			<title>ciapci on "Multisite WP_Query and search functionality"</title>
			<link>http://wordpress.org/ideas/topic/multisite-wp_query-and-search-functionality#post-23823</link>
			<pubDate>Thu, 06 Dec 2012 15:19:20 +0000</pubDate>
			<dc:creator>ciapci</dc:creator>
			<guid isPermaLink="false">23823@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The title pretty much covers it, There is no way to query the posts from the entire multisite, and no way to search on the entire multisite. A feature that lets users wp_query with the same single-site wordpress rules and a search would be amazing for a lot of people and companies using wordpress multisite that I've come across.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Global posts, comments, options and terms tables for network functionality"</title>
			<link>http://wordpress.org/ideas/topic/global-posts-comments-options-and-terms-tables-for-network-functionality#post-20731</link>
			<pubDate>Wed, 23 Nov 2011 14:17:00 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">20731@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Actually that isn't how WordPress.com does it :)  They <em>do not</em> use global tables, if you mean the <a href="http://wordpress.com/fresh/" rel="nofollow">http://wordpress.com/fresh/</a> page.  Effectively they're using two plugins (though as I gather, highly tweaked).</p>
<p>1) <a href="http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/">WordPress MU Sitewide Tags Pages</a> - This aggregates posts to one table. In a sense it's creating a 'global' table, but what it's also doing is preventing you from having to search multiple tables, which is better for MySQL's health (as you mentioned, scales better).</p>
<p>2) <a href="http://wordpress.org/extend/plugins/wordpress-mu-featured-posts/">Featured Posts</a> - Which lets you pick what posts show up on the front page.</p>
<blockquote><p>network isn't network, if there isn't relationship between its members.</p></blockquote>
<p>That really depends on your definitions :)  You can have a network of computers that don't talk to each other, and it's still a network. Lotta different definitions here.
</p>]]></description>
					</item>
		<item>
			<title>Mikko Virenius on "Global posts, comments, options and terms tables for network functionality"</title>
			<link>http://wordpress.org/ideas/topic/global-posts-comments-options-and-terms-tables-for-network-functionality#post-20729</link>
			<pubDate>Wed, 23 Nov 2011 08:53:45 +0000</pubDate>
			<dc:creator>Mikko Virenius</dc:creator>
			<guid isPermaLink="false">20729@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I see your point, but building WordPress.com like frontpages always requires global tables - even if I would use Custom Post types.</p>
<p>Collecting this kind of data from blog spesific tables leads to very poor performance and low scalability, if there is large number of blogs.</p>
<p>...and moreover, network isn't network, if there isn't relationship between its members.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Global posts, comments, options and terms tables for network functionality"</title>
			<link>http://wordpress.org/ideas/topic/global-posts-comments-options-and-terms-tables-for-network-functionality#post-20702</link>
			<pubDate>Tue, 22 Nov 2011 14:55:34 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">20702@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>That is contrawise to the concept behind MultiSite.</p>
<p>Your network is, by intention and design, filled with <em>separate</em> sites.  This means your posts, your comments, your terms are all in separate tables.  Global tables goes against that.</p>
<p>Separate sites are separate.</p>
<p>If you want one big site to have the same tables for comments, posts etc, you should consider using Custom Post Types.
</p>]]></description>
					</item>
		<item>
			<title>Mikko Virenius on "Global posts, comments, options and terms tables for network functionality"</title>
			<link>http://wordpress.org/ideas/topic/global-posts-comments-options-and-terms-tables-for-network-functionality#post-20700</link>
			<pubDate>Tue, 22 Nov 2011 12:06:35 +0000</pubDate>
			<dc:creator>Mikko Virenius</dc:creator>
			<guid isPermaLink="false">20700@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Global posts, comments and terms tables is needed in order to build WordPress based portals and communities.</p>
<p>Building a network of sites has been available since 3.0, but global tables are still missing.
</p>]]></description>
					</item>
		<item>
			<title>Peter Westwood on "Global functions for global variables."</title>
			<link>http://wordpress.org/ideas/topic/global-functions-for-global-variables#post-16424</link>
			<pubDate>Thu, 25 Mar 2010 19:15:51 +0000</pubDate>
			<dc:creator>Peter Westwood</dc:creator>
			<guid isPermaLink="false">16424@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The globals are there for easy access to the functionality both from within plugins and within themes.</p>
<p>However the data is stored within the running script it has to exist in something within the global space.</p>
<p>Adding functions to get hold of things like the current instance of the db class don't add any benefit and just end up increasing code bloat.
</p>]]></description>
					</item>
		<item>
			<title>scribu on "Global functions for global variables."</title>
			<link>http://wordpress.org/ideas/topic/global-functions-for-global-variables#post-16415</link>
			<pubDate>Thu, 25 Mar 2010 19:00:10 +0000</pubDate>
			<dc:creator>scribu</dc:creator>
			<guid isPermaLink="false">16415@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Because using getter functions can't be enforced, it won't solve much.</p>
<p>Until WP moves to PHP5-only syntax, this will remain a problem.</p>
<p>Suggest closing.
</p>]]></description>
					</item>
		<item>
			<title>shakabut on "private blog log in screen"</title>
			<link>http://wordpress.org/ideas/topic/private-blog-log-in-screen#post-7149</link>
			<pubDate>Wed, 22 Oct 2008 14:31:53 +0000</pubDate>
			<dc:creator>shakabut</dc:creator>
			<guid isPermaLink="false">7149@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>if you still need a "private blog" plugin, you could try this: <a href="http://wordpress.org/extend/plugins/login-required/">http://wordpress.org/extend/plugins/login-required/</a>
</p>]]></description>
					</item>
		<item>
			<title>danillonunes on "private blog log in screen"</title>
			<link>http://wordpress.org/ideas/topic/private-blog-log-in-screen#post-5286</link>
			<pubDate>Tue, 08 Apr 2008 00:13:42 +0000</pubDate>
			<dc:creator>danillonunes</dc:creator>
			<guid isPermaLink="false">5286@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This thread is very old, I know... But I made a plugin which is exactly what you asked in your first idea.</p>
<p>See it: <a href="http://wordpress.org/extend/plugins/login-box/" rel="nofollow">http://wordpress.org/extend/plugins/login-box/</a>
</p>]]></description>
					</item>

	</channel>
</rss>
