I am creating multiple blogs (all my own, only separated because they talk about different topics) using WordPress MU 2.9.2. Does this plugin support WPMU 2.9.2?
I am creating multiple blogs (all my own, only separated because they talk about different topics) using WordPress MU 2.9.2. Does this plugin support WPMU 2.9.2?
The plugin does not work with WPMU 2.9.2 out of the box, but the fix seems pretty easy:
In TA_multi_toolkit.php, change line 524 from
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=<?php echo basename(__FILE__); ?>">
to
<form method="post" action="<?php bloginfo( 'wpurl' );?><?php echo $_SERVER['PHP_SELF']; ?>?page=<?php echo basename(__FILE__); ?>">
This seems to have fixed it for me.
This topic has been closed to new replies.