Hi,
the one main thing that's missing from ChronoConnectivity at this is a way to view a single record in a admin-defined template. I want users to be able to click on the item in one or more collumns and get to the single view page for this record.
If we could insert something like <a href="{singleview}">{name}</a> into the body template and then define an extra template for the single view (optionally showing more fields from the record like an image or additional descriptions) the same way we did for the overview.
Would be great if we could select a field from the database to be used for the SEF URL, i.e.
http://www.example.com/mydatabase/foobar
whereas "foobar" is the value in the "name" field for the selected record. On the other hand, one must be able to store duplicate names in more than one records, so maybe you should put the id in front of it:
http://www.example.com/mydatabase/5-foobar
Now I'm thinking way ahead: being able to define alternate templates for selected records (i.e. selected "id"'s).
This should be implemented in the Connection Manager.
What do you think about this? Or am I missing something and it's already possible without creating a special Connection for each record?
Kind regards,
Stroganoff
the one main thing that's missing from ChronoConnectivity at this is a way to view a single record in a admin-defined template. I want users to be able to click on the item in one or more collumns and get to the single view page for this record.
If we could insert something like <a href="{singleview}">{name}</a> into the body template and then define an extra template for the single view (optionally showing more fields from the record like an image or additional descriptions) the same way we did for the overview.
Would be great if we could select a field from the database to be used for the SEF URL, i.e.
http://www.example.com/mydatabase/foobar
whereas "foobar" is the value in the "name" field for the selected record. On the other hand, one must be able to store duplicate names in more than one records, so maybe you should put the id in front of it:
http://www.example.com/mydatabase/5-foobar
Now I'm thinking way ahead: being able to define alternate templates for selected records (i.e. selected "id"'s).
This should be implemented in the Connection Manager.
What do you think about this? Or am I missing something and it's already possible without creating a special Connection for each record?
Kind regards,
Stroganoff