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" />
 
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" />
Simple but absolute effective, you're life saver
 
Hi,

Love the forum and am a member!

How do you display or change the user group colours to show on the forum homepage?

At the moment I am building mine and all the usernames are showing as default grey/silver. But I want the messages to display the username corresponding to the user group they belong to.

Admin = green - show username as green on forum home page not grey

Thanks in advance
 
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" />
Hi,

Love the forum and am a member!

How do you display or change the user group colours to show on the forum homepage?

At the moment I am building mine and all the usernames are showing as default grey/silver. But I want the messages to display the username corresponding to the user group they belong to.

Admin = green - show username as green on forum home page not grey

Thanks in advance
 
Hi,

Thanks for that..

Im a newbie and only just started.. Im not good at code

What do I need to do with this?

Thank you in advance.
 
Back
Top Bottom