Book Image

Drupal 6 Panels Cookbook

By : Bhavin (Vin) Patel
Book Image

Drupal 6 Panels Cookbook

By: Bhavin (Vin) Patel

Overview of this book

<p>The Drupal Panels module allows a site administrator to create customized layouts for multiple uses. At its core, it is a drag and drop content manager that lets you visually design a layout and place content within that layout. Guidance is required when it comes to successfully implementing panels in your CMS. The Panels module lacks sufficient documentation and most Drupal users are left in the lurch with many unanswered questions.<br /><br />This book comes to your rescue and discusses all that you need to successfully incorporate Panels in your Drupal CMS. You will learn everything from setting up Panels, through using it, to integrating it with other modules. The book discusses the various problems involved in using Panels along with their solutions. It shows you how to reap added benefits using Panels.<br /><br />The book is a collection of simple useful recipes that gives a very clear understanding from the basics of Panels to complex implementations to generate Web 2.0 layouts. It begins with the basics and gradually delves deeper into the complexities of Panels. You will learn how to set up CTools and Panels, upgrade from Panels 2 to Panels 3, about page layout, theming, and lots more. The layout of the book is a series of interconnected but distinct recipes that gives a basic understanding of usage of Panels in Drupal and also the advanced settings that makes Panels one of the most powerful modules .You will learn to master the Panels user interface and theme each panel quickly with a series of practical recipes. You will be able to integrate powerful Drupal modules like Organic Views, Advanced Profile Kit, Views, CCK, and many more to create socially connected Web 2.0 websites.</p>
Table of Contents (17 chapters)
Drupal 6 Panels Cookbook
Credits
About the Author
Acknowledgement
About the Reviewer
Preface

Using the Organic groups Views integration


Let's now integrate views and Organic panels to make a Panel page.

How to do it...

Using the Organic groups Views integration is recommended to get complete control over your groups.

We will now configure Organic group Views integration.

  1. 1. Go to Site building | Modules | List.

  1. 2. Enable Organic groups Views integration in the OG section.

  1. 3. Go to Site building | Views | List.

  1. 4. You will be now able to see many default views for our OG.

  1. 5. Let's view some of them.

  1. 6. Go to og_my. It lists the user-subscribed groups and provides a link to manage subscription. It has a Page view and a Block view too.

  1. 7. The next screenshot shows the My groups view, which will enable users to edit their membership in the group as well as see all the groups they have subscribed to.

  1. 8. If you now see the menu, you will find Groups | My groups, which is the same view that was included with the Organic groups Views integration as the default view.

  1. 9. Try editing the...