使用邀请码插件给注册页面增加邀请码项

发布时间:2021-04-28

前言

注册用户太多?Wordpress主题的7B2是可以实现邀请码注册这一个功能的,但是价格昂贵。使用Typecho的伙伴们~Don't worry!使用插件InvitationCode是可以解决这个问题的。

插件下载文章:https://t-t.live/Typechocj/218.html

操作方法

在后台目录/register.php目录下的Email后添加(如果有密码项的请在后面添加)

<P>
<label for="code_cxa" class="sr-only"><?php _e('邀请码'); ?></label>
<input type="text" id="code_cxa" name="code_cxa" placeholder="<?php _e('邀请码'); ?>" value="<?php echo $rememberConfirm; ?>" class="text-l w-100" />
</P>

页面效果

使用邀请码插件给注册页面增加邀请码项

打赏


哇 你要支持我吗?太慷慨了!谢谢
上一篇
下一篇