Peter Active member Sep 26, 2010 #1 When a member create the thread/first post, everyone knows he/she is the original person who started it all if there is some type of author "marker". That way, posts spanning over multiple pages, the original poster is known. Upvote 16
When a member create the thread/first post, everyone knows he/she is the original person who started it all if there is some type of author "marker". That way, posts spanning over multiple pages, the original poster is known.
P Paul B XenForo moderator Staff member Jan 10, 2012 #21 vkams said: Attachments have been removed for the sake of fighting for the copyrights?! Click to expand... 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.
vkams said: Attachments have been removed for the sake of fighting for the copyrights?! Click to expand... 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.
vkams Active member Jan 10, 2012 #22 After all, will you please integrate modification in http://xenforo.com/community/thread...st-starter-highlight-marker.4271/#post-311125 into distributive?
After all, will you please integrate modification in http://xenforo.com/community/thread...st-starter-highlight-marker.4271/#post-311125 into distributive?
EliteDuck Member May 5, 2016 #23 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: Thanks, ~Fox
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: Thanks, ~Fox