如果网站开通了 QQ 互联,允许使用 QQ 号码登陆,那么登陆后需要完善账户资料。
此处,默认情况下,使用 QQ 头像和使用 QQ 秀形象是勾选的。
那如何默认不勾选呢,看下文。
source/plugin/qqconnect/template/module.htm 文件中,
- <label for="use_qzone_avatar"><input type="checkbox" name="use_qzone_avatar" id="use_qzone_avatar" value="1" checked="checked" tabindex="1" /> {lang qqconnect:connect_register_use_qzone_avatar}</label>
- <label for="use_qqshow"><input type="checkbox" name="use_qqshow" id="use_qqshow" value="1" checked="checked" tabindex="1" /> {lang qqconnect:connect_register_use_qqshow}</label>
上面两处
checked="checked"
删除,
后台更新缓存即可。