Here's a simple solution for the problem stated in this thread:
Add a data-attribute to each post in a thread with the username of the author of the post, like this:
<ul id="posts" class="posts">
<li data-user="TommyCarlier">
…
</li>
…
</ul>
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.