- 2020/06/28
- 4,515
- 1,416
- $12,419
TheHow to edit existing user groups in the forum?已提交,现在可免费下载。感谢贡献成员的付出。 @axtona!
如何在论坛板上不使用插件添加用户组课程?只需进行一些模板编辑。
如何在论坛板上不使用插件添加用户组课程?只需进行一些模板编辑。
node_list_forum
代码:
<li class="node-extra-user"><xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" /></li>
poll voters
代码:
<li><xf:username user="$vote.User" rich="true" /></li>
thread_list_macros
代码:
<li><xf:username user="$thread.User"...