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.
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.
Oops, that doesn't work either. Oh, well.
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&...
You must log in to post.