Book Image

Learning Joomla! 3 Extension Development [Video]

By : Donna Vincent, Donna Marie Vincent
Book Image

Learning Joomla! 3 Extension Development [Video]

By: Donna Vincent, Donna Marie Vincent

Overview of this book

Create your own custom Joomla! components, plugins, modules, and template extensions About This Video • Build a basic component and add options to it for greater flexibility and control of your data • Build plugins for your component and use modules to display data from your component In Detail Joomla! 3 speeds up custom development like no other web platform. Building your own custom Joomla! components, plugins, modules, and templates has never been so easy! With this easy-to-follow, hands-on course, you can have your first component up and running today. This video course provides you with a step-by-step tutorial for building a basic component with frontend editing. You will also learn how to build both content and search plugins for your component, how to build a module to display data from your component, and finally how to build a template using Bootstrap CSS. The course starts by teaching you how to build a basic, bare bones component for inserting and displaying recipes using the minimum amount of code that is needed for a component. No component is complete without search and content plugins. You will start off by building standard search and smart search plugins, a content plugin for inserting our component’s data into a content item, and adding code to insert other plugins’ data into our display page. The plugins will make our recipes searchable on the site and will enable the insertion of recipes into content articles. You will then move on to build a basic module, add standard field types, and finally add a custom field type when standard fields are not enough. The module will display select recipes from our collection. Finally, you will also learn how to build a template that uses Twitter Bootstrap’s CSS. Learning Joomla! 3 Extension Development makes it fast and easy to develop your own custom Joomla! components, plugins, modules, and templates.
Table of Contents (7 chapters)
Chapter 1
Component Development- Part I
Content Locked
Section 4
Adding an Item View
The list of data needs to be clickable so that the user can click through to the full text page. This is where adding an Item View comes into action. - Add another model and view to the component - Package the files for installation - Test the component on the website