I just tested out the plugin using a WordPress MU installation, and everything worked. MU admins, feel free to make this plugin available to your users!
-
About the Author
Jon Tascher is a Senior Web Developer, WordPress Expert, and Online Marketing Specialist.
Please contact me with any questions, comments, or development inquiries.
Comments 2
I just installed this plugin into WMPU 2.8.6 and I’ve run into two issues:
1.) The function get_plugin_url() was creating links that return 404 errors…
I changed the return from this:
return plugins_url(plugin_basename(dirname(__FILE__)))
to this:
return plugins_url(”wp-phototagger”);
and at least now the css and js files are loading properly.
2.) When I click “edit tags” in the edit attachment screen, nothing happens and the admin screen redirects to the dashboard of the first blog.
Not sure if you/anyone else have run into these same issues…
Posted 05 Dec 2009 at 9:04 pm ¶An additional piece of data with issue #2:
I’m seeing the following return a 302 code:
/tools.php?page=wp-phototagger%2fwp-edit-tags.php&attachment_id=3 HTTP/1.1″ 302
Posted 05 Dec 2009 at 9:13 pm ¶Trackbacks & Pingbacks 1
[...] View original post here: WP-Phototagger – WordPress MU [...]
Post a Comment