Custom page with content
Permalink
I have a couple clients that have a lot of information stored in a database. For example, if they have a big annual meeting, and they need to show sessions, hosts, classes, etc. So they have a db table that has hosts, another with classes, and another with sessions. I would like them to be able to add that information in the admin. They can create a list of teachers, then when they go to a class and then select from a dropdown menu the list of teachers, then enter in class information, etc etc.
Any help in direction would be much appreciated. Even if it's as simple as terms that I can look up and explore the options :)
Any help in direction would be much appreciated. Even if it's as simple as terms that I can look up and explore the options :)
go looking at how to make a custom block in documentation, that's how we'd do this.
That would be for the admin interface also?
You can check this free addon Database manager,http://www.concrete5.org/marketplace/addons/database-manager/...
It adds a new menu to admin dashboard using single pages technique. Similarly, in that view.php modify it as per your needs to add/edit/delete records of your database table.
It adds a new menu to admin dashboard using single pages technique. Similarly, in that view.php modify it as per your needs to add/edit/delete records of your database table.
Cool thanks, Ill check it out! Thanks both of you! :)
So I would be able to have multiple instances of this? Looks like it has potential.
Thanks!
So I would be able to have multiple instances of this? Looks like it has potential.
Thanks!