Building an Events listing site where each event has a number of seminars to be listed...
Ive got a TV call AllSeminarsList with an input option value of:
@SELECT pagetitle, id FROM site_content WHERE parent=7
Where 7 is the id of the container where my seminars are kept. Im doing this because I want a multi-select list of seminars for my client to pick from.
This works fine as expected....
However, id 7 is fixed to one event only
Can I pass in a value to parent in the select call above? This way I can use the same TV with @Select call in all my events...
Any help appreciated!