Awesome! Thanks for sharing this.. ;) Just uploaded a "live" version of the 2.1 alpha2 now, it's sitting on a subdomain here:
http://212.vindictivebastard.net/

In the list, in the first post.. is the "current" working plugins, as far as I know.. I didn't get any errors "yet", while installing them and while "trying" them out..

I'm going to "try" and fix up some plugins.. well, the ones I have.. If I'm not successful, then I might just email the "plugin authors" about it and let them know.. or whatever.. Just wanted to share this with ya'll.

Also, those plugins listed on here:
http://codex.wordpress.org/User:Spencerp/2.1alpha1_Plugin_Compatibility

Might need adjusted, and their "status" changed or something.. I'll get at this more, in a little while then.


The following replacements need to be made:

$tableposts => $wpdb->posts
$tableusers => $wpdb->users
$tablecategories => $wpdb->categories
$tablepost2cat => $wpdb->post2cat
$tablecomments => $wpdb->comments
$tablelink2cat => $wpdb->link2cat
$tablelinks => $wpdb->links
$tablelinkcategories => $wpdb->linkcategories
$tableoptions => $wpdb->options
$tablepostmeta => $wpdb->postmeta

You must make sure that $wpdb is declared global.

--
Mark Jaquith
http://txfx.net/

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to