查看: 75|回复: 1

1、怎么在下图位置添加“通过手机找回密码”的文字链接

[复制链接]

221

主题

230

回帖

1032

积分

管理员

UID
2
阅读权限
200
在线时间
261 小时
注册时间
2012-6-24
最后登录
2026-5-6
发表于 2022-7-28 21:53:58 |Reserved| 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转网间品茗社区

您需要 登录 才可以下载或查看,没有账号?立即注册

×
1、打开 template/default/member/login.htm
找到
  • <button class="pn pnc" type="submit" name="lostpwsubmit" value="true" tabindex="100"><span>{lang submit}</span></button>

[color=rgb(28, 58, 182) !important]复制代码

后边添加
  • <a href="这里填你的链接" style="margin-left: 10px;">通过手机号找回密码</a>

[color=rgb(28, 58, 182) !important]复制代码



2、打开 source/plugin/qqconnect/connect.class.php
找到
  • return $this->_viewthread_share_method_output();

[color=rgb(28, 58, 182) !important]复制代码

修改为
  • return '';

[color=rgb(28, 58, 182) !important]复制代码

[color=rgb(28, 58, 182) !important]


221

主题

230

回帖

1032

积分

管理员

UID
2
阅读权限
200
在线时间
261 小时
注册时间
2012-6-24
最后登录
2026-5-6
 楼主| 发表于 2022-7-28 21:55:27 |Reserved| 显示全部楼层
1、打开 template/default/member/login.htm
找到
<button class="pn pnc" type="submit" name="lostpwsubmit" value="true" tabindex="100"><span>{lang submit}</span></button>
复制代码
后边添加
<a href="这里填你的链接" style="margin-left: 10px;">通过手机号找回密码</a>
复制代码


2、打开 source/plugin/qqconnect/connect.class.php
找到
return $this->_viewthread_share_method_output();
复制代码
修改为
return '';
复制代码

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注微信号

相关侵权、举报、投诉及建议等,请发 E-mail:xiaoyaozhongqiu@126.com

www.shengfang.ren© 2007-2026 caizhongqiu |冀ICP备2024049637号|冀公网安备13100002000150号

在本版发帖
关注微信号
返回顶部