G'day,
I've looked at most of the older sitewide category and tag plugins (including MuTags). They all have their relevant flaws, and none of them seem to be an "elegant" solution.
My proposal is to write a new plugin (hopefully accepted into core) which extends the current wp_sitecategories functionality to create two new global tables wp_siteterms and wp_sitetaxonomy.
Currently terms created on each individual blog are copied into a master table and the two IDs kept in sync. However, that is not done for taxonomies. Really, taxonomies are the important part, terms are one layer of abstraction behind taxonomies. So I propose to globalise the taxonomies as well as the terms.
Can anyone see any faults in this logic? Any potential problems? Has anyone done this already and failed miserably? Any ideas why it won't be accepted into core?
Going forward, my plan is to create a global posts table (possibly truncated to the most recent 1'000 records) to use for site-wide feeds, possibly site wide searching, and so on.
Any / all feedback appreciated.
Cheers - Callum.