Hi Roy,
i'm trying to set up a custom layout on my site, i already did some major rework on the template using the overrides, so the last part is to position the buttons where i want them to appear. I'm using K2, and ampz is set up to show "inline" in the placement options. Now in my template override i've set up
<!-- Plugins: BeforeDisplayContent -->
<?php echo $this->item->event->BeforeDisplayContent; ?>
<!-- K2 Plugins: K2BeforeDisplayContent -->
<?php echo $this->item->event->K2BeforeDisplayContent; ?>
but it seems the plugin is overriding them and it places the buttons right after the title.
This is the way it appears now:
and i want them to be in the right side of the shadow, where the date is.
Can you tell me how can i trigger the plugin in that particular div instead of showing up under the title?
thanks
Baze