同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

0
source/module/forum/forum_ajax.php Normal file → Executable file
View File

0
source/module/forum/forum_announcement.php Normal file → Executable file
View File

0
source/module/forum/forum_attachment.php Normal file → Executable file
View File

0
source/module/forum/forum_collection.php Normal file → Executable file
View File

0
source/module/forum/forum_forumdisplay.php Normal file → Executable file
View File

0
source/module/forum/forum_group.php Normal file → Executable file
View File

0
source/module/forum/forum_guide.php Normal file → Executable file
View File

0
source/module/forum/forum_image.php Normal file → Executable file
View File

0
source/module/forum/forum_index.php Normal file → Executable file
View File

0
source/module/forum/forum_misc.php Normal file → Executable file
View File

0
source/module/forum/forum_modcp.php Normal file → Executable file
View File

0
source/module/forum/forum_post.php Normal file → Executable file
View File

0
source/module/forum/forum_redirect.php Normal file → Executable file
View File

0
source/module/forum/forum_rss.php Normal file → Executable file
View File

0
source/module/forum/forum_tag.php Normal file → Executable file
View File

0
source/module/forum/forum_topicadmin.php Normal file → Executable file
View File

0
source/module/forum/forum_trade.php Normal file → Executable file
View File

7
source/module/forum/forum_viewthread.php Normal file → Executable file
View File

@@ -1404,9 +1404,14 @@ function viewthread_baseinfo($post, $extra) {
require_once libfile('function/profile');
if($field != 'qq') {
$v = profile_show($field, $post);
} elseif(!empty($post['qq'])) {
}
// 下面这里是显示qq交谈图标的我注释掉了
/*
elseif(!empty($post['qq'])) {
$v = '<a href="//wpa.qq.com/msgrd?v=3&uin='.$post['qq'].'&site='.$_G['setting']['bbname'].'&menu=yes&from=discuz" target="_blank" title="'.lang('spacecp', 'qq_dialog').'"><img src="'.STATICURL.'image/common/qq_big.gif" alt="QQ" style="margin:0px;"/></a>';
}
*/
// 以上是被注释掉的
if($v) {
if(!isset($_G['cache']['profilesetting'])) {
loadcache('profilesetting');

0
source/module/forum/index.htm Normal file → Executable file
View File