Book Image

WordPress MU 2.8: Beginner's Guide

Book Image

WordPress MU 2.8: Beginner's Guide

Overview of this book

WordPress MU enables you to build a complete, professional blog network. Each user gets their own blog, and can choose their favorite templates and plug-ins, and develop their own content. WordPress MU powers some of the largest blog networks in the world, including the mighty WordPress.com ñ home to thousands of bloggers. This book will take you through the setup of a WordPress MU-powered blogging network, using a real, working blog network as an example, so that you can follow the creation process step-by-step. Your blogging network will be complete with professional features such as friends lists, status feeds, groups, forums, photo galleries, and more, to build your own WordPress.com ñ a place where users can quickly come and create a blog for themselves. The book starts with a clean install of WordPress MU, and as you work through the book, you will build the blog network, and add on more and more features, all seamlessly integrated to achieve a professional, custom-built look.You will find new themes and plug-ins added to the site, as well as customization of the WordPress multi-user code. The book will also look at ways you can manage your community, and keep your site safe and secure, ensuring that it is a spam-free, enjoyable community for your users. In the later chapters, you will add a forum using the bbPress script, and add BuddyPress social networking components to your site. Imagine how good you'll feel when your first WordPress multi-user blog network launches.
Table of Contents (18 chapters)
WordPress MU 2.8 Beginner’s Guide
Credits
About the Author
About the Reviewers
Preface
Index

Time for action – setting user permissions


  1. Log in to the bbPress admin panel, and go to Users.

  2. The admin account is listed under Key Master, whereas other accounts are in the Member section.

  3. Click Edit next to the member that you would like to promote or demote.

  4. On the next screen, you can change the user's permissions. I plan to promote Tineladia to the administrator position and make Wampy a moderator. You can have more than one user in each role if you wish:

  5. Below the User Type dropdown is an option to allow users to ignore the 30 second post throttling limit. I have ticked this for the users that I am promoting.

  6. Now your promoted users should be able to edit and delete posts, and should have limited access to the admin panel.

Tip

Password strength—missing jQuery?

To show a password strength indicator on the edit profile page, you will need to use the JavaScript library, jQuery. This comes with bbPress and can be found in the bb-includes/js/jquery folder. I have chosen not to use this as it...