Are you sure you added the column in the _dev database? New columns should show up automatically in listing.tpl and show.tpl because those views use {loop content_columns}
Surely one should be able to add columns manually?
yes, this would be a nice feature. ;-)
added columns show up in the listing/overview automatically.
the form template must be modified manually or via script. (your posted form.tpl looks right BTW)
Did you change the ->getContentColumns()-method? Try to narrow this a bit: Is the Model broken, the controller or the view?
Is the Model broken, the controller or the view?
sounds
sounds like your a test driven development-guy. ;-)
instantiate the Model. look what you get.
Model->getAttributes();
Model->getContentColumns();
Model->getColumns();
1 to 11 of 11