- 首页 @@ -24,6 +24,6 @@
diff --git a/src/system/common.func.php b/src/system/common.func.php
index 782d5786..d75b2a5b 100755
--- a/src/system/common.func.php
+++ b/src/system/common.func.php
@@ -9,6 +9,7 @@ if (!defined('DEDEINC')) exit ('dedebiz');
* @license GNU GPL v2 (https://www.dedebiz.com/license)
* @link https://www.dedebiz.com
*/
+require_once DEDEINC."/archive/partview.class.php";
if (version_compare(PHP_VERSION, '7.0.0', '>=')) {
if (!function_exists('mysql_connect') and function_exists('mysqli_connect')) {
function mysql_connect($server, $username, $password)
@@ -704,6 +705,7 @@ function DedeSearchAPIURL($action, $parms=array())
return $finalUrl;
}
+
function ConvertMysqlToSqlite($mysqlQuery) {
//移除CHARACTER SET和COLLATE
$query = preg_replace('/character set \S+/i', '', $mysqlQuery);
@@ -785,6 +787,15 @@ function ConvertMysqlToSqlite($mysqlQuery) {
$query = str_ireplace('rand', 'RANDOM', $query);
return trim($query);
}
+
+function ThemeInclude($path)
+{
+ global $cfg_basedir, $cfg_templets_dir, $cfg_df_style;
+ $tmpfile = $cfg_basedir.$cfg_templets_dir.'/'.$cfg_df_style.'/'.$path;
+ $dtp = new PartView();
+ $dtp->SetTemplet($tmpfile);
+ $dtp->Display();
+}
//自定义函数接口
if (file_exists(DEDEINC.'/extend.func.php')) {
require_once(DEDEINC.'/extend.func.php');
diff --git a/src/system/extend.func.php b/src/system/extend.func.php
index 27cef75b..9a804334 100755
--- a/src/system/extend.func.php
+++ b/src/system/extend.func.php
@@ -3,154 +3,13 @@ if (!defined('DEDEINC')) exit ('dedebiz');
/**
* 扩展函数
*
- * @version $id:extend.func.php 2 20:50 2010年7月7日 tianya $
+ * @version $id:extend.func.php 2025 tianya $
* @package DedeBIZ.Libraries
* @copyright Copyright (c) 2022 DedeBIZ.COM
* @license GNU GPL v2 (https://www.dedebiz.com/license)
* @link https://www.dedebiz.com
*/
-/*会员中心调用主题模板*/
-if (!function_exists('obtaintheme')) {
- require_once DEDEINC."/archive/partview.class.php";
- function obtaintheme($path)
- {
- global $cfg_basedir, $cfg_templets_dir, $cfg_df_style;
- $tmpfile = $cfg_basedir.$cfg_templets_dir.'/'.$cfg_df_style.'/'.$path;
- $dtp = new PartView();
- $dtp->SetTemplet($tmpfile);
- $dtp->Display();
- }
-}
-//标签调用[field:id function='obtaintags(@me,3)'/]3表示调用文档3个标签
-function obtaintags($aid, $num = 3)
-{
- global $dsql, $cfg_cmspath, $cfg_rewrite;
- $newtag = '';
- $query = "SELECT * FROM `#@__taglist` WHERE aid='$aid' LIMIT $num";
- $dsql->Execute('tag', $query);
- while ($row = $dsql->GetArray('tag')) {
- if ($cfg_rewrite == 'Y') {
- $link = $cfg_cmspath."/tags/{$row['tid']}";
- } else {
- $link = $cfg_cmspath."/apps/tags.php?/{$row['tid']}";
- }
- $newtag .= ($newtag == '' ? "{$row['tag']}" : "、{$row['tag']}");
- }
- return $newtag;
-}
-//提取文档多图片[field:body function='obtainimgs(@me,3)'/]3表示调用文档3张图片,例如:文档模型body字段,列表附加字段添加body,dede:arclist标签调用添加channelid='1' addfields='body'
-function obtainimgs($string, $num)
-{
- preg_match_all("/]*)\s*src=('|\")([^'\"]+)('|\")/", $string, $matches);
- $imgsrc_arr = array_unique($matches[3]);
- $i = 0;
- $newimg = '';
- foreach ($imgsrc_arr as $imgsrc)
- {
- if ($i == $num) break;
- $newimg .= "
";
- $i++;
- }
- return $newimg;
-}
-//文档图片注释自动为标题{dede:field.body function='obtainalt(@me)'/}
-function obtainalt($newalt)
-{
- global $dsql, $id, $aid;
- $imgid = isset($id) ? $id : $aid;
- $row = $dsql->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='$arcid'");
- $tid = $toptid == 0 ? $tidsq["typeid"] : $tidsq["topid"];
- }
- $nofilter = (isset($_REQUEST['TotalResult']) ? "&TotalResult=".$_REQUEST['TotalResult'] : '').(isset($_REQUEST['PageNo']) ? "&PageNo=".$_REQUEST['PageNo'] : '');
- if ($cfg_rewrite == 'Y') {
- $filterarr = stripos($_SERVER['REQUEST_URI'], "list/") ? str_replace($nofilter, '', $_SERVER['REQUEST_URI']) : $GLOBALS['cfg_cmsurl']."/list/".$tid;
- } else {
- $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'];
- $dtp = new DedeTagParse();
- $dtp->SetNameSpace('field', '<', '>');
- $dtp->LoadSource($fieldset);
- $biz_addonfields = '';
- if (is_array($dtp->CTags)) {
- foreach($dtp->CTags as $tida=>$ctag)
- {
- $fieldsname = $fieldsnamef ? explode(",", $fieldsnamef) : explode(",", $ctag->GetName());
- if (($loadtype != 'autofield' || ($loadtype == 'autofield' && $ctag->GetAtt('autofield') == 1)) && in_array($ctag->GetName(), $fieldsname)) {
- $href1 = explode($ctag->GetName().'=', $filterarr);
- $href2 = explode('&', $href1[1]);
- $fields_value = $href2[0];
- switch ($type) {
- case 1:
- $biz_addonfields .= '
';
- $biz_addonfields .= (preg_match("/&".$ctag->GetName()."=/is",$filterarr,$regm) ? 'GetName()."=".$fields_value,"",$filterarr).'" class="btn btn-outline-success btn-sm">全部' : 'GetName()."=".$fields_value,"",$filterarr).'" class="btn btn-success btn-sm">全部');
- $addonfields_items = explode(",",$ctag->GetAtt('default'));
- for ($i=0; $i
';
- $biz_addonfields .= (preg_match("/&".$ctag->GetName()."=/is",$filterarr,$regm) ? 'GetName()."=".$fields_value,"",$filterarr).'">GetName()."=".$fields_value,"",$filterarr).'" onclick="window.location=this.value">全部' : '全部');
- $addonfields_items = explode(",",$ctag->GetAtt('default'));
- for ($i=0; $i