Forums

[Plugin: sidebarTabs] Compatibility with WordPress MU (3 posts)

  1. DPoncy
    Member
    Posted 3 weeks ago #

    Author: to make your theme compatible with Wordpress MU, you should replace the instances of PHP_SELF with REQUEST_URI in sidebarTabs_admin.php.

    I have done this with my install of sidebarTabs 2.0, and it now works as it should.

    http://wordpress.org/extend/plugins/sidebartabs/

  2. DPoncy
    Member
    Posted 3 weeks ago #

    Oops, that doesn't work either. Oh, well.

  3. nghorta
    Member
    Posted 3 weeks ago #

    Not necessary the REQUEST_URI or PHP_SELF. Remove the instructions <?php echo $_SERVER['PHP_SELF'] ?> and try again. Example, replace:

    <?php echo $_SERVER['PHP_SELF'] ?>?page=sidebarTabs.php&action=edit&new=1&...

    by

    ?page=sidebarTabs.php&action=edit&new=1&...

Reply

You must log in to post.

About this Topic