[Suggestion] Thread/Post Starter Highlight/Marker

Obligatory apology for the necro, I will get right into what I have to say.

I took the base code of @vkams work and changed the <img> code with blue text similar to Reddit.

Code:
PHP:
            <xen:if is="{$thread.user_id} == {$user.user_id}">
            <br />
            <dl class="pairsInline">
                <b><p style="color:blue; text-align:center;">[OP]</p></b>
            </dl>
            </xen:if>

If you want to change how the OP is signified, just change the fourth line.

Demo:
ojgY9UP.png


Thanks,
~Fox
 
Back
Top Bottom