rename index or homepage

You’re creating a loop that you can’t break out of … I think what you are saying is you want a visitor to go to domain1.com/index.html and then choose to go to domain1.com/index.php (WordPress CMS) or domain2.com/index.php Static Homepage in WordPress You’re best off to create a Static Homepage in WordPress and have links on … Read more

Activate blog hook

There are two possible causes I can think of: The ‘wpmu_activate_blog‘ hook supplies 5 arguments ($blog_id, $user_id, $password, $signup->title, $meta), but you’re only receiving 2 parameters ($blog_id, $blogmeta) The ‘wpmu_activate_blog‘ hook is only triggered when a user creates a blog and not when the super adimin creates one.

iis6 multisite and permissions

The solution was not that there was a permissions issue. Since iis6 doesn’t use .htaccess it required installing Ionics Isapi Rewriter Enabled on the webserver you then insert essentially the same content as a the .htaccess file into an iirf.ini file in the root of the site you want and the content becomes available. Much … Read more

How to give “author” user role appropriate capabilities to add PollDaddy polls? WordPress multisite

Open the file “polldaddy.php” and look near the first few dozen lines for this: $this->is_admin = (bool) current_user_can( ‘manage_options’ ); Change that to $this->is_admin = (bool) current_user_can( ‘edit_posts’ ); That would in theory grant authors and above the same access as an admin – you have to test yourself to be sure. See the admin_menu() … Read more

Generate aggregated feed from member blogs

Here’s one option we use for a high volume global RSS feed. It’s worked out really well for us and has lower load times than trying to do some runtime combination. http://premium.wpmudev.org/project/post-indexer/ http://premium.wpmudev.org/project/recent-global-posts-feed/

WordPress multi user registration sites

References I found several plugins and solutions for this. The most promising seemed to be MultiUser Management Plugin. Here’s a short and untested rip off from this plugin, as there’re easier ways to get the available/registered blogs and normally you won’t need their public API functions. Also I think that some stuff they use is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)