Me, learning WPMU

IPB – WordPress Integration

Posted by: olalj on: June 23, 2009

Default widget for new blog in MUWP

Posted by: olalj on: March 10, 2009

Inte helt smidigt att fördefiniera vilka moduler som ska vara default för en ny blogg.

http://mu.wordpress.org/forums/topic.php?id=8041

 

Widgets som användaren ej ska pilla på bör man istället lägga i temat

http://mu.wordpress.org/forums/topic.php?id=11374

 

Kan kanske gå att använda plugin

http://plugins.paidtoblog.com/wpmu-blog-defaults/

Learning WordPress MU

Posted by: olalj on: March 10, 2009

This blog is about me, learning WordPress MU (wpmu).

So far so good,

WordPress Mu Plugins – Where Can I Find Them?

Posted by: olalj on: March 9, 2009

User Roles

Posted by: olalj on: March 9, 2009

Tags: ,

External DB authentication

Posted by: olalj on: March 9, 2009

External DB authentication
Kan vara intressant för en ’single sign-on’- lösning 

 

http://wordpress.org/extend/plugins/external-database-authentication/

 

Invision Power Board WordPress Integration, IPBWI as WordPress-Plugin
Och en väldigt intressant modul för integration med IP Board som utvecklas just nu

 

http://projects.pc-intern.com/index.php?showtopic=7786

How to manage restrictions for users

Posted by: olalj on: March 6, 2009

Looks like the idea of MU is not to set restrictions, not out of the box….

http://mu.wordpress.org/forums/topic.php?id=5276

Tags: ,

WordPress 101 Class Screencast

Posted by: olalj on: March 6, 2009

 WordPress 101 Class Screencast

This video is about 36 minutes long.  The audio is a recording of the people at the class, and the video is a screencast.

wpmu.org

Posted by: olalj on: March 5, 2009

So, if you want to get the lowdown on the latest WPMU plugins, regular WordPress plugins that work beautifully with WPMU, rocking themes, SEO tips, ‘how to’ articles, hosting providers and a whole heap more. Then wpmu.org  is the place for you!

Mod_rewrite

Posted by: olalj on: March 5, 2009

Servern måste ha mod_rewrite påslagen för att wpmu ska fungera.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Wpmu kräver även fullständig domän x.se , IP fungerar ej