Home > Backend Development > PHP Tutorial > discuz的嵌入点问题

discuz的嵌入点问题

WBOY
Release: 2016-06-23 13:05:41
Original
1633 people have browsed it


这个是登陆插件的钩子,里面包含的是所有第三方登陆插件 包含:QQ登陆、微信登陆、微博登陆、百度登陆等等,那么如何修改钩子里面html的样式呢?文件在哪里呢?


回复讨论(解决方案)

这是插件的代码,要改也是改插件
如QQ登录,就在 \source\plugin\qqconnect 这个文件夹下
而右上角的 QQ登录html 就在\source\plugin\qqconnect\template\module.htm 中第一个块 block包裹的html 就是

这是插件的代码,要改也是改插件
如QQ登录,就在 \source\plugin\qqconnect 这个文件夹下
而右上角的 QQ登录html 就在\source\plugin\qqconnect\template\module.htm 中第一个块 block包裹的html 就是


因为需要修改所有登陆按钮的样式,包括图片,有什么办法可以不需要一一到插件中修改吗?

因为所有的第三方登陆的标签都是 
而且a标签里面也没有独立的class可以控制

$_G['setting']['pluginhooks'] 里面就是所有插件的html代码
$_G['setting']['pluginhooks']['global_login_extra'] 就是你要找的, 自己看里面的html改吧

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template