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
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 😀
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 🙂
same problem, i couldnt save anything
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.
I think indeed that its not complete I think:
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)
and the 2 input forms uhm should be uhm like this: http://swiftthemes.com/forums/showthread.php?383-SWIFT-on-a-WordPRess-MU-install
It’s complete. I’m using arrays to store the options, so there are only 3 records related to swift in the database.
Then uhm… its not compliant with WP MU…. or WordPress versions after 2.7: see http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7
Topsy is a spam site, I would delete that comment…
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…. 🙂
N PLZ TELL HOW TO CHANGE THAT ADMIN PICTURE? gravatar whatever i dont know about it… thanks in advance
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.
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….
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.
I have the same problem, none of the options are saved.
(I test it on WP and everything works. Thanks for the nice themes.)