How to edit existing user groups in the forum?

How to edit existing user groups in the forum?

  • Iniciador del hilo Iniciador del hilo axtona
  • Fecha de inicio Fecha de inicio
Registrado
28 Jun 2020
Mensajes
4.400
Puntuación de reacciones
1.402
Credits
$11.804
The How to edit existing user groups in the forum? has been submitted and is now available for free download. Big thanks to the contribution from our member @axtona !

Is there a way off adding the usergroup coours on the forum board without using an addon?
Just a few template edits.
node_list_forum
Código:
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" /></li>
Código:
<li><xf:username user="$vote.User" rich="true" /></li>
thread_list_macros
Código:
<li><xf:username user="$thread.User"...
Read more about this resource...

 
Superior