XenForo Multiple xf:extension of the same name

R

Russ

Guest
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:

Code:

Code:
                            <xf:extension name="attribution">
                                <xf:macro name="post_attribution"...

Read more

Continue reading...