Forums

[Plugin: Multi-page Toolkit] WordPress MU Support? (2 posts)

  1. pepoluan
    Member
    Posted 2 years ago #

    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?

    http://wordpress.org/extend/plugins/multi-page-toolkit/

  2. John C
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic