From 459088bd4a2e0777ad6863d473606cc0dae7ffa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:27:57 +0800 Subject: [PATCH] Update extend.func.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化扩展方法 --- src/system/extend.func.php | 41 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/system/extend.func.php b/src/system/extend.func.php index e9ae3735..af09084b 100755 --- a/src/system/extend.func.php +++ b/src/system/extend.func.php @@ -44,43 +44,44 @@ function obtainimgs($string, $num) preg_match_all("/]*)\s*src=('|\")([^'\"]+)('|\")/", $string, $matches); $imgsrc_arr = array_unique($matches[3]); $i = 0; - $result = ''; + $newimg = ''; foreach ($imgsrc_arr as $imgsrc) { if ($i == $num) break; - $result .= ""; + $newimg .= ""; $i++; } - return $result; + return $newimg; } //文档图片注释自动为标题{dede:field.body function='obtainalt(@me)'/} function obtainalt($newalt) { - global $dsql, $id; - $row = $dsql->GetOne("SELECT title FROM `#@__archives` WHERE id='$id'"); - //检查$row是否为有效的数组并且包含title - if (is_array($row) && isset($row['title'])) { - //图片注释自动为标题 - $newalt = str_ireplace(array('alt=""', "alt=''", 'title=""', "title=''"), "", $newalt); - $newalt = str_ireplace("GetOne("SELECT title FROM `#@__archives` WHERE id='$imgid'"); + //检查$row是否有效 + $title = isset($row['title']) ? $row['title'] : ''; + //图片注释自动为标题 + $newalt = str_ireplace(array('alt=""', 'alt=\'\'', 'title=""', 'title=\'\''), "", $newalt); + $newalt = str_ireplace("GetOne("SELECT * FROM `#@__archives` WHERE id='$id'"); + if ($id != "" || $aid != "") { + $arcid = $id != "" ? $id : $aid; + $tidsq = $dsql->GetOne("SELECT * FROM `#@__archives` WHERE id='$arcid'"); $tid = $toptid == 0 ? $tidsq["typeid"] : $tidsq["topid"]; } - $nofilter = (isset($_REQUEST['TotalResult']) ? "&TotalResult=".$_REQUEST['TotalResult'] : '').(isset($_REQUEST['PageNo']) ? "&PageNo=".$_REQUEST['PageNo'] : ''); + $nofilter = (isset($_REQUEST['Totalnewimg']) ? "&Totalnewimg=".$_REQUEST['Totalnewimg'] : '').(isset($_REQUEST['PageNo']) ? "&PageNo=".$_REQUEST['PageNo'] : ''); $filterarr = stripos($_SERVER['REQUEST_URI'], "list.php?tid=") ? str_replace($nofilter, '', $_SERVER['REQUEST_URI']) : $GLOBALS['cfg_cmsurl']."apps/list.php?tid=".$tid; $cInfos = $dsql->GetOne("SELECT * FROM `#@__channeltype` WHERE id='$channelid'"); $fieldset=$cInfos['fieldset'];