首页 >

织梦DedeCMS获取文章内容中多张图片作为缩略图的办法

首先找到include下的extend.func.php文件,在里面加入如下代码:

/***  文章内容提取图片(多张)自定义输出** @access    public* @param     string  $string  文档内容* @param     string  $num  输出几张* @return    string*/if(!function_exists('getBodypics')){function getBodypics($string, $num){preg_match_all("/]*)\s*src=('|\")([^'\"]+)('|\")/",$string,$matches);$imgsrc_arr = array_unique($matches[3]);$count = count($imgsrc_arr);$i = 0;foreach($imgsrc_arr as $imgsrc){if($i == $num) break;$result .= "";$i++;}return $result;}}


在arclist标签中调用的办法,写法如下:

[field:body function=getBodypics(@me,3)/]



织梦DedeCMS获取文章内容中多张图片作为缩略图的办法
  • 灏嗙粐姊edeCMS鍚庡彴缂栬緫鍣ㄦ洿鏀逛负Ueditor
  • 灏嗙粐姊edeCMS鍚庡彴缂栬緫鍣ㄦ洿鏀逛负Ueditor | 灏嗙粐姊edeCMS鍚庡彴缂栬緫鍣ㄦ洿鏀逛负Ueditor ...

    织梦DedeCMS获取文章内容中多张图片作为缩略图的办法
  • 织梦DedeCMS附加表自定义字段关联主表文章
  • 织梦DedeCMS附加表自定义字段关联主表文章 | 织梦DedeCMS附加表自定义字段关联主表文章 ...

    织梦DedeCMS获取文章内容中多张图片作为缩略图的办法
  • 织梦DedeCMSSESSION变量覆盖导致SQL注入common.inc.php的问题
  • 织梦DedeCMSSESSION变量覆盖导致SQL注入common.inc.php的问题 | 织梦DedeCMSSESSION变量覆盖导致SQL注入common.inc.php的问题 ...