织梦上一篇下一篇自由可控输出链接、标题、缩略图、时间

织梦教程 强烈建议 2024-02-26 11:15 93 0

  在不影响程序原来功能的基础下,二次开发让上一篇下一篇标签自由可控地输出链接、标题、缩略图、时间,没有上一篇或者下一篇时不输出任何东西

  打开 /include/arc.archives.class.php 找到 大概在 735 行左右的

  else if($ctag->GetName()=='fieldlist')制

  在它的 上面 加入

  如图

  继续找到,大概在852行左右的

  在它的 上面 加入

  如图

  继续找到,大概在875行左右的

  在它的 上面 加入

  $nextRow['litpic'] = (empty($nextRow['litpic'])) ? $GLOBALS['cfg_cmspath'].'/images/defaultpic.gif' : $nextRow['litpic'];

  $this->PreNext['diy']['next']['id'] = $nextRow['id'];

  $this->PreNext['diy']['next']['arcurl'] = $mlink;

  $this->PreNext['diy']['next']['title'] = $nextRow['title'];

  $this->PreNext['diy']['next']['litpic'] = $nextRow['litpic'];

  $this->PreNext['diy']['next']['pubdate'] = $nextRow['senddate'];

  如图

  继续找到,大概在 889 行左右的

  if($gtype=='pre')

  在它的 上面 加入

  if($gtype=='diy')

  {

  return $this->PreNext['diy'];

  }

  如图

本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!