dedecms列表页不显示审核后更新的文章,但是写文章直接生成后会在列表页显示

dedecms列表页不显示审核后更新的文章,但是写文章直接生成后会在列表页显示,第1张

检查:

1、所在栏目的频道是否为默认的文章频道还是自己添加的新模块,如果是后者,要注意设置相应的参数,文章不多的情况下最好是使用文章频道

2、检查设置的栏目上是否有设置相应的模板和文件路径

3、最严重的是服务器目录权限不够,可以先尝试不生成静态来检查。

祝你顺利解决问题

修改文件/include/arcarchivesclass

将以下代码

       $next = (is_array($nextR)  " where arcid={$nextR['id']} " : ' where 1>2 ');

       $pre = (is_array($preR)  " where arcid={$preR['id']} " : ' where 1>2 ');       

       $query = "Select arcid,arctitle,arcshorttitle,arctypeid,arcismake,arcsenddate,arcarcrank,arcmoney,arcfilename,arclitpic,

               ttypedir,ttypename,tnamerule,tnamerule2,tispart,tmoresite,tsiteurl,tsitepath

               from `#@__archives` arc left join #@__arctype t on arctypeid=tid  ";

改为如下

            if($this->ChannelUnit->ChannelInfos[‘issystem‘]!=-1){                

               $next = (is_array($nextR)  " where arcid={$nextR[‘id‘]} " : ‘ where 1>2 ‘);      

               $pre = (is_array($preR)  " where arcid={$preR[‘id‘]} " : ‘ where 1>2 ‘);    

               $query = "Select arcid,arctitle,arcshorttitle,arctypeid,arcismake,arcsenddate,arcarcrank,arcmoney,arcfilename,arclitpic,

                     ttypedir,ttypename,tnamerule,tnamerule2,tispart,tmoresite,tsiteurl,tsitepath

                     from `#@__archives` arc left join #@__arctype t on arctypeid=tid  ";

            }else{              

               $next = (is_array($nextR)  " where arcaid={$nextR[‘id‘]} " : ‘ where 1>2 ‘);                

               $pre = (is_array($preR)  " where arcaid={$preR[‘id‘]} " : ‘ where 1>2 ‘);                

               $query = "Select arcaid,arctitle,arctypeid,arcsenddate,arcarcrank,arclitpic, 

                              ttypedir,ttypename,tnamerule,tnamerule2,tispart,tmoresite,tsiteurl,tsitepath

                     from `"$this->ChannelUnit->ChannelInfos[‘addtable‘]"` arc left join #@__arctype t on arctypeid=tid  ";

            }

dedecms是生成静态html文件,你每写的一遍文章通过审核后都会生成一个html才能显示,需要更新操作才能生成,列表页显示的是已经生成的html。

你不想更新全站的话,找到文章id,在更新文档那里输入更新就可以了

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » dedecms列表页不显示审核后更新的文章,但是写文章直接生成后会在列表页显示

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情