Clip The Apex

I'm sure it was, I had nothing to compare it to as I'm not a regular. But either way, it feels and navigates great on XFC with a wee bit of testing earlier this evening :)
 
I probably should have done some before and after snapshots but it was literally a spur of the moment thing on Thursday evening.
 
Just a few template edits.

node_list_forum
Rich (BB code):
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" /></li>

poll_voters
Rich (BB code):
<li><xf:username user="$vote.User" rich="true" /></li>

thread_list_macros
Rich (BB code):
<li><xf:username user="$thread.User" defaultname="{$thread.username}" rich="true" /></li>

thread_list_macros
Rich (BB code):
<xf:username user="{$thread.LastPoster}" defaultname="{$thread.last_post_username}" rich="true" />
 
Top Bottom