织梦提示信息提示框美化
提示效果 实现教程 打开 /include/common.func.php 找到 大概在278行的 function ShowMsg({中间代码省略...} 把整个函数改成 function ShowMsg($msg, $gourl, $onlymsg=0, $limittime=...
提示效果 实现教程 打开 /include/common.func.php 找到 大概在278行的 function ShowMsg({中间代码省略...} 把整个函数改成 function ShowMsg($msg, $gourl, $onlymsg=0, $limittime=...
打开 /include/extend.func.php 在最下面加入个方法 if(!function_exists('Getenums')){function Getenums($evalue=0,$egroup){if( !isset($GLOBALS['em_'.$egroup.'s']) ){$cachefile = DEDEDATA.'/enums...
自由列表当前链接 实现教程 1、打开 /include/arc.freelist.class.php 找到,大概在429行, else if($ctag-GetName()=="pageno"){$this-dtp-Assign($tagid,$PageNo);} 在它下面加入 els...
栏目列表页实现教程 打开 /include/arc.listview.class.php 找到 (大约在673行) else if($PageNo!=1 $ctag-GetName()=='field' $ctag-GetAtt('display')!='') 在它上面加入 else if($ctag-Get...
后台-系统-基本参数-添加变量 变量名称cfg_hotkeys 变量类型文本 参数说明热门关键词 变量值牛肉,排骨,番茄,芒果,香菇,玉米 前台模板标签调用 {dede:global.c...
解决方法 打开 /dede/catalog_add.php 找到 $tl-GetOptionArray(0,0,$channelid); 改成 $tl-GetOptionArray(0,0,0); 完成...
网站前台调用会员列表,想显示会员等级名称,但是用[field:rank/]显示的是数字,解决方法如下 dede:memberlist 标签写法 {dede:memberlist row=6 signlen=30}lia href="[fi...
打开 /include/extend.func.php 在最下面加入个方法 /** * 时间美化 * * @access public * @param string $time 时间戳 * @return string */if(!function_exists('tranTime')){function tranTime($...
织梦文章内容提取第一张或者第N张图片 打开 /include/extend.func.php 在最下面加入个方法 /** * 文章内容提取第一张图片 * * @access public * @param string $id文档id *...