linhuiming
因上努力,果上随缘

帝国CMS7.5和7.2版移动端同步生成插件

  • LinHuiMing

帝国CMS7.5和7.2版移动端同步生成插件

移动端同步删除设置方法

打开文件e/class/functions.php,查找"function DelNewsFile",找到函数DelNewsFile,替换成以下代码:

function DelNewsFile($filename,$newspath,$classid,$newstext,$groupid=0){
	global $class_r,$addgethtmlpath,$mob_r;
	include_once ECMS_PATH."e/dongpo/mob/config.php";
	//文件类型
	if($groupid)
	{
		$filetype=".php";
	}
	else
	{
		$filetype=$class_r[$classid][filetype];
	}
	//是否有日期目录
	if(empty($newspath))
	{
		$mynewspath="";
    }
	else
	{
		$mynewspath=$newspath."/";
    }
	$iclasspath=ReturnSaveInfoPath($classid,$id);
	$r=explode("
  • YES
  • NO
更多>>

相关文章