edwardsmark
Forum Replies Created
-
Forum: Networking WordPress
In reply to: ongoing issue using weaverdavid –
may i ask exactly which one(s) needs to be installed, and in which order? there supposedly is a parent and child but i cannot figure out which ones are really required.
at this point i assume i should just remove anything that says “weaver” and start over??
i installed a 2010 and that seemed to give a different set of options. i suspect that was really meant for the single user environment.
i thought i had all this working already!
thank you ever so much,
markForum: Networking WordPress
In reply to: theme options in multisitehello andrea –
i see on the ‘net you have made quite a name for yourself solving this common problem!
i was unable to find the option you suggested, but i did find this:
add_action( ‘ithemes_load_plugins’, ‘ithemes_functions_after_init’ );
function ithemes_functions_after_init() {
//Include Tutorials Page
include(TEMPLATEPATH.”/lib/tutorials/tutorials.php”);//Featured Image code
include(TEMPLATEPATH.”/lib/featured-images/featured-images.php”);
$GLOBALS[‘iThemesFeaturedImages’] =& new iThemesFeaturedImages( array( ‘id_name’ => ‘rotator’, ‘width’ => ‘780’, ‘height’ => ‘200’, ‘sleep’ => 2, ‘fade’ => 1, ‘modify_height’ => true ) );//Contact Page Template code
include(TEMPLATEPATH.”/lib/contact-page-plugin/contact-page-plugin.php”);
}any ideas ?
Forum: Networking WordPress
In reply to: mu-wordpress and "2010 Weaver 1.2.3"scratch it….
its working now!
in order to get it working properly, i had to:
1) delete the original 2010-weaver and any other weaver theme
2) use mu-wp theme manager to install Twenty Ten
3) manually install Twenty Ten Multi-Weaverthanks again,
markForum: Networking WordPress
In reply to: mu-wordpress and "2010 Weaver 1.2.3"thank you David for answering me.
i was hoping i could just give my users access to ONLY the twenty-ten tab options in their own individual blogs:
2010 Weaver V1.2.3 Options
- Weaver Themes
- Main Options
- Advanced Options
- Save/Restore Themes
- Snippets
is this even possible?
i played with the SuperAdmin – i would hopefully only allow them to play with their own blog and not mess with any other.
if not, it was a nice dream…. ??
note that both: 2010-weaver and twentyten-multiweaver were installed in my /wp-content/themes directory
however, when i removed both above and installed:
/twentyten
/twentyten-multiweaveri kept getting the following rather mean php error:
PHP Fatal error: Cannot redeclare _checkactive_widgets() (previously declared in /blah/blah/wp-content/themes/twentyten-multiweaver/functions.php:853) in /blah/blah/wp-content/themes/twentyten/functions.php on line 506
any ideas?
thank you ever so much!
mark