Cargando…

Drupal 5 views recipes : 94 recipes to develop custom content displays for your Drupal web site /

"This book will enable you to realize the fullest potential of this powerful resource by providing a wide variety of powerful recipes for creating and displaying a wide variety of views - essential classics you will use again and again to innovative display methods that will make your Drupal si...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Roswell, Marjorie
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2009.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Table of Contents; Drupal 5 Views Recipes; Drupal 5 Views Recipes; Credits; About the Author; Acknowledgement; About the Reviewer; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code for the book; Errata; Piracy; Questions; 1. Introduction to Views; Recipe 1: Installing the Views module; Finding or creating the /sites/all/modules directory; Downloading and uncompressing the module; Enabling the module; Recipe notes; Command line tips.
  • Recipe 2: Views-related URLs on your siteRecipe notes; Recipe 3: Creating a ""Swim Groups"" Page View; Creating a new Content type (Swim Group), and adding content; Creating a View; Selecting Filters; Recipe notes; Recipe 4: Adding a Header to your View; Recipe notes; Recipe 5: Adding a View to a Menu; Recipe notes; Recipe 6: Creating a Block of Swim Groups; Recipe notes; Recipe 7: Creating an ""Admin"" Role and setting Access Permissions; Installing the Admin Role module; Adding an Admin Role; Configuring the Admin Role module; Creating a User for the Admin Role; Recipe notes.
  • Recipe 8: Installing Firefox and FirebugInstalling Firefox; Installing Firebug; Recipe notes; Recipe 9: Revealing the full extent of Views; Ensure that Firefox and Firebug are installed (See Recipe 8); Running the jQuery command; Recipe notes; Recipe 10: Preparing Views Worksheets; Recipe notes; Summary; 2. Working with Default Views; Recipe 11: Adding ""Recent Comments"" to your site; Overriding the View; Configuring the Block; Configuring the Date Field; Recipe notes; Recipe 12: The frontpage View; Teaser List; Node Feed Selector Argument; Enabling the Views RSS module.
  • Looking at the Frontpage View, and Overriding itBasic Information fieldset; Fields fieldset; Feed Selector Argument; Filters fieldset; Sort Criteria fieldset; Removing duplicate search engine results; Recipe notes; Enabling the frontpage View to show on the front page; Page fieldset; Recipe 13: Read More link; Recipe notes; Recipe 14: All-time Popular, and Recent Popular Pages; Enabling Statistics; Overriding the Default Views; The Menu Options; Recipe notes; Recipe 15: All-time Popular, and Recent popular Blocks-removing the hit count; Adding the blocks to a region.
  • Removing the hits from the popular_alltime blockRecipe notes; Another alternative; User-submitted snippets; Recipe 16: Taxonomy View; Recipe notes; Recipe 17: Fixing the case of the missing Taxonomy term; Recipe notes; Recipe 18: Empty Text, with PHP; Generating a list of Regional categories; Recipe notes; Recipe 19: Getting to know the Tracker; Recipe notes; Recipe 20: Making the Tracker Sortable; Recipe notes; Recipe 21: Integrating the Tracker View with the Tracker module; Recipe notes; Recipe 22: Reviewing Default Views code; Recipe notes; Recipe 23: Creating a Default View.