Hi guys, i am trying to "activate" the EasySocial comments system into Joomla articles.
So far so good, the ES content plugin does it's job just fine but there is one issue on how this was designed.
The plugin will render the comments "zone" right after the main text of the article, right after the code below
<?php echo $this->item->text; ?>
I need to display the ES comment system in a different location within my article template view, for example at the placement shown below
<?php echo $this->item->event->afterDisplayContent; ?>
Do you guys have any tip on how to "load" the ES comments system within the Joomla article at desired location within the template view / code ?
Thanks in advance !