The first step in creating your new Table and Form.
|
Adding some Elements to your new Form.
|
Take a look at what we have so far, and test it.
|
What about the form, and the front end?
|
How to add your tables and forms to the front end Joomla menus.
|
Tidy up a few things on the table.
|
How to use a database join element to use data from another table. In this case, we will build a table of categories to assign our tutorials to, and create a simple way of filtering by category.
|
How to show to group and order your data. In this case grouped by Category, and sorted by Tutorial Name within each Category group.
|
How to collect simple repeating data on a form. In this case, multiple "Additional Info" URL's for tutorials.
|
How to pre-filter a table. In this case, we will add a Group Access level to each tutorial, and filter the table so it only shows tutorials the logged on suer has access to.
|