查看主题内容
xiuno修改内容页标题作者旁边加上 uid
找到类似下面这段代码,把[chen](UID:<?php echo $thread['user']['uid'];?>)[/chen]添加到合适的位置即可!
<!--{hook thread_username_before.htm}--> <span class="username"> <a href="<?php echo url("user-$thread[uid]");?>" class="text-muted font-weight-bold"><?php echo $thread['username'];?> </a> <span style="font-size:10px;color:#868e96;"> <a>(UID:<?php echo $thread['user']['uid'];?>)</a</span> </span>
请先登录后发表评论!