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 6
Component Development and Configuration
Content Locked
Section 2
Menu Item Options
We have configuration settings for the component but we don't have a way to override them on the menu item level. In this exercise we will add menu item options which will override the component configuration options. - For each view's menu item XML file, include the component's options - In the view's logic, determine which settings are to take priority - component or menu item - Merge option settings