- 博客(4)
- 收藏
- 关注
转载 织梦dedecms时间日期标签大全的方法
DEDECMS利用strftime()函数格式化时间的所有参数详解,包括年份日期进制、小时格式等,大家收藏吧,呵. 日期时间格式 (利用strftime()函数格式化时间)0 dedecms首页时间标签: 1、12-27 样式 ([field:pubdate function='strftime("%m-%d",@me)'/]) 2、May 15, 2009 样式 ([field:pu
2015-08-26 15:40:54
385
转载 织梦DedeCms Runphp 标签中调用其他变量的方法
DedeCms Runphp 标签中调用其他变量的方法 我们都知道,在DedeCMS中是可以使用PHP的,常见的方法就是if else了,例如模板制作中,我们需要对来源和作者进行判断,如果为空,则提示:暂无或不详,样例: {dede:field name='source' runphp='yes'} if(@me == ""){ @me = ""; }else{ @me =
2015-08-18 20:48:49
469
转载 织梦 channel 标签 指定typeid时 currentstyle无效的修复办法
{dede:channel type='son' row='8' currentstyle=" ~typename~ "} [field:typename/] {/dede:channel} 这种调用方式currentstyle有效 但是: {dede:channel type='son' row='8' typeid=1 currentstyle=" ~type
2015-08-18 20:26:49
692
转载 dede织梦 图集上传图片的时候弹出302错误提示的解决办法
dede织梦 图集上传图片的时候弹出302错误提示解决办法是: 在include/userlogin.class.php文件中的第二行session_start();前加上 if (isset($_POST["PHPSESSID"])) { session_id($_POST["PHPSESSID"]); } else if (isset($_GET["PHPSESSID"])) { s
2015-08-01 11:55:20
859
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人