There are so much change from XF2.1 with XF2.2, for this style i think we have to create at at least one new template, for example:HI, The only issues i have found (as above) if you select SUGGESTION which allow members to up-vote or down-vote a thread this post goes missing. - if you import the Exculsive Light and Dark style v2.1.7 then you can not use suggestions and will be limited to general discussions with this style and 2.1.7.
I can not speak for the new/latest genuine version(s) 2.2.4 or 2.2.5
post_suggestion_macros,
the content may be is:
PHP:
<xf:macro name="suggestion" extends="post_macros::post">
<xf:extension name="main_cell">
<xf:extensionparent />
<xf:if is="$thread.isContentVotingSupported()">
<div class="message-cell message-cell--vote">
<xf:macro template="content_vote_macros" name="vote_control"
arg-link="threads/vote"
arg-content="{$thread}" />
</div>
</xf:if>
</xf:extension>
</xf:macro>
