Reputation:
View attachment 21375 View attachment 21378 View attachment 21376
i need a + and - on the blue are like example shown / remove the original poster logo
again nothink on google
Reputation:
Reputation:
<xf:if is="($user.user_id == $threadUserId) && (property('uix_originalPoster') != 'none')">
<xf:if is="property('uix_originalPoster') == 'userbanner'">
<div class="userBanner message-userBanner uix_userBanner--op">
<span class="userBanner-before"></span>
<strong>{{ phrase('th_original_poster')}}</strong>
<span class="userBanner-after"></span>
</div>
<xf:elseif is="property('uix_originalPoster') == 'icon'" />
<div class="uix_originalPoster__icon" data-xf-init="tooltip" title="{{ phrase('th_original_poster') }}">
<xf:fa icon="fa-user-edit" class="mdi mdi-account-edit" />
</div>
</xf:if>
</xf:if>