Add Thread Starter Banner in Posts

Add Thread Starter Banner in Posts

HappyWorld

Well-known member
semprot submitted a new resource:

Add Thread Starter Banner in Posts - Add Thread Starter Banner in Posts

Do you want to add some text to thread starter in post like this? :D
View attachment 194290

Go to "Template Modification" (development mode must be enabled to access this admin menu).

Template : message_macros

Search type : simple replacement

Find :
HTML:
<div class="message-userExtras">

Replace :
(you can change your styling too)
HTML:
<div class="message-userExtras">
    <xf:if is="{$__globals.thread} AND {$__globals.thread.user_id} == {$user.user_id}">...

Read more about this resource...
 
Top Bottom