SWIFT is now wordpress MU compatible

There were some problems with the swift options page when used on WordPress MU, I have modified the code to make SWIFT compatible with WordPress MU. Thanks to edelwater of http://almanac.farmvillechicken.com/ for his help with the code.

Apart from WordPress MU support, Improvements in this version include

  • Fixed the image resizing problem reported here
  • All the options have been consolidated using arrays
  • Added CSS styling for <del> and <ins>
  • improved the inline documentation of the code

Download version 5.25 of SWIFT

16 Replies to “SWIFT is now wordpress MU compatible”

  1. I’m starting to love this site.. The theme is just awesome.
    And the updates + features are so cool. Now WPMU? MONSTROUS THEME!
    Thanks satish, off to read more posts 😀

  2. Ahh, this is just perfect. Recently I was commenting on a blog about creating an article directory using WPMU. Now, I’ve got the theme I want. *nods and smile
    Thanks Satish 🙂

  3. I am facing problem with thumbnail. This theme is not showing any thumbnail anywhere on home page. What I have done wrong??
    With WP3.0 multiblog feature is coming so will you include that also for free in this theme. I need it.

  4. I think indeed that its not complete I think:

    /**
    * WPMU fix by edelwater @ farmvillie.org
    */
    add_action(‘admin_init’, ‘swift_design_options_init’ );
    function swift_design_options_init(){
    register_setting( ”, ‘swift_opt’ );
    }

    should become
    /**
    * WPMU fix by edelwater @ farmvillechicken.com
    */
    add_action(‘admin_init’, ‘register_swift_settings’);
    function register_swift_settings() {
    global $swift_options, $swift_design_options;
    foreach ($swift_options as $value) {
    if($value[‘id’]!=NULL) {
    register_setting(‘swift_settings_group’, $value[‘id’]);
    }
    }   
    foreach ($swift_design_options as $value) {
    if($value[‘id’]!=NULL) {
    register_setting(‘swift_settings_group_design’, $value[‘id’]);
    }
    }   
    }

    (but then with the new option array names)

  5. Pingback: Tweets that mention SWIFT is now wordpress MU compatible | Swift Themes -- Topsy.com
  6. Sir, plz have a look on my website and tell me how to customize this theme, n plz write a post about how to customize Swift theme i have uploaded 5.25 version and i want to make the look of my site same as urs,  and main problem rightnow is i dont know how to remove that categories widget from top left. tell me what i do with it. and plz write that post about customizing. Thanks alot, ur theme is great n u r a genius….. if my website will start earning i will send u bundle of cups of coffee…. 🙂

  7. I installed Swift 5.25 and it does not correct the WPMU problems.  e.g. none of the options are saved.  In the Options screens it says “You are using v5.21” so it’s possible not all of the files were updated when you uploaded the new version.

    1. I’m still running the previous version with my modifications.
      I’ll try the new version this weekend and let you all know how it works. I’m running WPMU
      Soon it won’t matter with WordPress 3.0 anyway, when WPMU and WP merge….

    2. Same problem here, downloaded from the v5.25 link on this site, installed onto a clean WordPress MU install and comes up as “You are using v5.21” and won’t save any settings from the settings pages.

Leave a Reply

Your email address will not be published. Required fields are marked *