FOSCommentBundle icon indicating copy to clipboard operation
FOSCommentBundle copied to clipboard

retrieve many threads as one?

Open nachocifu opened this issue 10 years ago • 0 comments

I have 3 admins. There are 3 pages in which you can view each admins thread.

What if i wanted a single page with a single thread having all comments of each admins thread?

Maybe: {% include 'FOSCommentBundle:Thread:async.html.twig' with {array(thread1.id ,thread2.id,thread3.id) } %}

nachocifu avatar Feb 07 '16 21:02 nachocifu