Quote:
Originally Posted by Replicant
I would add a template hook in the conversation display templates to accomplish what you're trying to do.
|
Hello,
Thanks for your reaction.
I've managed to display my plug-ins custom template below the reaction to a topic form using the conversation_below_entry hook location.
Now I want to display it inbetween the posts, so what I want to do is fetch the number of the posts in the topic, and place my custom template after every 5. Is it possible to write a custom hook location for this?