Hey all,
I've created a small comment tool using SEBLOD. It's working fine on the Site Form, below is a simple step-by-step what I did (I think it's a common SEBLOD technique)
1) created an article template for the comments (including parent ID to capture the articles ID when entering a comment)
2) created a List type that only loads comments with the correct parent ID
3) created a module for the List type
4) Created a Type Joomla:Module for the article template to include the List type module on the page (<- does that make since?)
Like I said, it all works the way I want on the Site Form of the application. Now, I want to include the comments with the article in the admin form. When I include the Joomla:Module type I created in the admin form all that displays is
formComments
Is there something special I need to do in the admin form? can admin forms not display joomla:module types?
Please let me know if you have any questions.
Thank you, Ross