Russ
Well-known member
One option in which was used quite often in our styles is essentially shifting the message-attribution bar in the post outside the main post container (to span across the entire message).
Pre-2.2 I simply used a macro along with a conditional to call the macro either in the default position or above the message.
With 2.2, you can't have multiple:
even if it's wrapped in a conditional (at least it's not letting me ).
Any advice on somehow placing this twice in the template (both being wrapped in a conditional).
Pre-2.2 I simply used a macro along with a conditional to call the macro either in the default position or above the message.
With 2.2, you can't have multiple:
Code:
<xf:extension name="attribution">
<xf:macro name="post_attribution" arg-post="{$post}" arg-thread="{$thread}" />
</xf:extension>
Any advice on somehow placing this twice in the template (both being wrapped in a conditional).