请教下楼主
viewthred.php
查找
- $attach['attachimg'] = $attachimgpost && in_array($extension, array('jpg', 'jpeg', 'jpe', 'gif', 'png', 'bmp')) && (!$attach['readperm'] || $readaccess >= $attach['readperm']) ? 1 : 0;
- $postlist[$attach['pid']]['attachments'][$attach['aid']] = $attach;
复制代码
我的多了三句代码
- $attach['attachimg'] = $attachimgpost && in_array($extension, array('jpg', 'jpeg', 'jpe', 'gif', 'png', 'bmp')) && (!$attach['readperm'] || $readaccess >= $attach['readperm']) ? 1 : 0;
- require_once DISCUZ_ROOT.'./include/att_typeid.func.php';
- $attach['$type'] = attachtypeid($attach['filetype']);
- $attach['$idname'] = random(2);
- $postlist[$attach['pid']]['attachments'][$attach['aid']] = $attach;
复制代码
就是这3个
- require_once DISCUZ_ROOT.'./include/att_typeid.func.php';
- $attach['$type'] = attachtypeid($attach['filetype']);
- $attach['$idname'] = random(2);
复制代码
我不记得是改什么插件加的了
我把它删掉有什么影响?
我自己加到下面去了也没出错
你这个帖子我也安装成功了
但就是不知道这3个是干吗的
还有啊:viewthred.htm模板我直接改的是下面那段绿色的,还需要再按前面的改多一下吗? |