+ Reply to Thread
Results 1 to 3 of 3

Thread: Make Plugin Compatible with WPMU

  1. #1
    masonjames is offline Hello World
    Join Date
    Dec 2009
    Posts
    6

    Default Make Plugin Compatible with WPMU

    Hey all,

    I've got a redirect plugin that I've used in wordpress and have enjoyed it. It's a pretty simple permalink redirect plugin you can check out here:
    http://scott.yang.id.au/code/permalink-redirect/

    I just tried using it with wpmu, but when I click the "Update Options" button I get the error message: Error! Options page not found.

    Anyone have some common options I should look for to help make this thing wpmu compatible?

    I tried editing
    Code:
    $home = parse_url(get_option('home'));
    
    Thinking I might need to change it to 'siterul' or something, but I'm grasping at straws. Any help is much appreciated! Thanks!

  2. #2
    andrea_r's Avatar
    andrea_r is offline WPTavern Forum Moderator
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,279

  3. #3
    masonjames is offline Hello World
    Join Date
    Dec 2009
    Posts
    6

    Default

    ahhh sweet. I should've known to check wpmututorials first! Thanks!

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts