Viewing 1 replies (of 1 total)
  • John C

    (@j_cockinuncgedu)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Multi-page Toolkit] WordPress MU Support?’ is closed to new replies.