How to twist wordpress plugin into wpmu

sometimes, we are just so stupid that wanna directly dump wordpress plugin into wpmu and wish it could work. Unfortunately, it won’t. And sometimes it looks everything is OK until you press the confirm button, your confirmation page will be leaded to the admin panel. why?

Hey, here is a simple way to twist.

Please remove this one ” $_SERVER[PHP_SELF].”

for example

plugin:

Picasa Plugin for WordPress

please open the page at wp-content/plugins/wp-picasalb/wp-picasalb.php

then do this

comment out

//define('PLB_ADMIN_URL', $_SERVER[PHP_SELF].”options-general.php?page=”.basename(PLB_DIR).’/’.PLB_FILE);

And replace it as:

define('PLB_ADMIN_URL', "options-general.php?page=".basename(PLB_DIR).'/'.PLB_FILE);

Rating: 6.0/10 (12 votes cast)

Related posts:

  1. wpmu array_merge() error for array when you twist wpmu, sometime plugin does not work well...
  2. Fotobook plugin conflicts If you put fotobook plugin into the wpmu, and you...
  3. wordpress memory exhaust problem Two steps you have to follow to fix the problem...
  4. Support Iphone surfing and optimize for Iphone layout Thanks for the people's hard working on wordpress and you...
  5. Wordpress export problem, solution and instruction As you may aware, when your xml size is over...

One Response to “How to twist wordpress plugin into wpmu”

  1. 1
    Jim Spence Says:
    October 1st, 2008 at 11:58 am

    Wednesday In searching for sites related to web hosting and specifically weblog host, your site came up.

    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Preview:

Tags:
Separate individual tags by commas