diff --git a/upload/source/plugin/qqconnect/connect.class.php b/upload/source/plugin/qqconnect/connect.class.php index e8793d6e4c9d1cec0cc46094872a3d1891a2ac5d..3e863597da6c628ace708a69e677445006c4f30e 100644 --- a/upload/source/plugin/qqconnect/connect.class.php +++ b/upload/source/plugin/qqconnect/connect.class.php @@ -100,7 +100,7 @@ class plugin_qqconnect extends plugin_qqconnect_base { function global_login_extra() { global $_G; - if(!$this->allow || $_G['inshowmessage']) { + if(!$this->allow) { return; } return tpl_global_login_extra(); @@ -275,14 +275,6 @@ class mobileplugin_qqconnect extends plugin_qqconnect_base { $this->common_base(); } - function global_footer_mobile() { - global $_G; - - if(!$this->allow || !empty($_G['inshowmessage'])) { - return; - } - } - } class mobileplugin_qqconnect_member extends mobileplugin_qqconnect { diff --git a/upload/source/plugin/qqconnect/discuz_plugin_qqconnect.xml b/upload/source/plugin/qqconnect/discuz_plugin_qqconnect.xml index 9ae1c039e5bc6afc651b58b9d449624110ea86d0..ad2704544d6912db5cb62ba17c428864df758927 100644 --- a/upload/source/plugin/qqconnect/discuz_plugin_qqconnect.xml +++ b/upload/source/plugin/qqconnect/discuz_plugin_qqconnect.xml @@ -11,7 +11,7 @@ - + @@ -134,6 +134,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/upload/source/plugin/qqconnect/install.php b/upload/source/plugin/qqconnect/install.php index 98bdb441724fe509e4397cdcdf16926ec0b75f66..4c54704508efb1d3475a1d44a050246b30c8a9ab 100644 --- a/upload/source/plugin/qqconnect/install.php +++ b/upload/source/plugin/qqconnect/install.php @@ -115,7 +115,6 @@ CREATE TABLE IF NOT EXISTS `pre_connect_disktask` ( KEY `status` (`status`) ) TYPE=MyISAM; - REPLACE INTO pre_common_setting VALUES ('regconnect', '1'); EOF;