1.jpg

如果網站開通了 QQ 互聯,允許使用 QQ 號碼登陸,那麼登陸後需要完善賬戶資料。

此處,預設情況下,使用 QQ 頭像和使用 QQ 秀形象是勾選的。

那如何預設不勾選呢,看下文。

source/plugin/qqconnect/template/module.htm 檔案中,

  1. <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>
  2.                                                 <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"

刪除,

後臺更新快取即可。