[Suggestion] Thread/Post Starter Highlight/Marker

Attachments have been removed for the sake of fighting for the copyrights?!
I removed them from your post because you don't have permission from the developer to redistribute the add-on.

I suspect the site you linked to doesn't have either.
 
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
 
Top Bottom