dedecms
web小宝
本人是个菜鸟
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
dede 图片集调用标签
{dede:productimagelist} [field:body/] {/dede:productimagelist}原创 2014-11-26 15:24:48 · 509 阅读 · 0 评论 -
织梦标签大全
最新织梦dedecms5.7模板调用标签大全 织梦DEDE模板调用标签大全-提高制作模板速度 -------------------------------------------------------------------------------- 关键描述调用标签: ---------------------------------------------------原创 2015-09-28 09:57:47 · 468 阅读 · 0 评论 -
织梦调用文章摘要标签
{dede:arclist typeid='' titlelen='15' orderby='pubdate' row='3'} ·[field:title/] [field:description function='cn_substr(@me,110)'/] {/dede:arclist} 注:[field:description /]织梦调用描述的默认代码,function='c原创 2015-08-28 14:22:14 · 15408 阅读 · 0 评论 -
织梦字节不够解决方法
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:\wamp\www\jh3\include\helpers\string.helper.php on line 121 当出现这句话的时候说明字节不够 解决方法 解决办法(三种): 一、修改php.i原创 2015-06-10 09:34:20 · 631 阅读 · 0 评论 -
dede 留言提交到邮箱的修改php代码
/** * * 自定义表单 * * @version $Id: diy.php 1 15:38 2010年7月8日Z tianya $ * @package DedeCMS.Site * @copyright Copyright (c) 2007 - 2010, DesDev, Inc. * @license http原创 2015-05-19 15:10:30 · 1707 阅读 · 0 评论 -
织梦常用的代码
上一篇下一篇html代码 {dede:prenext get='pre' /} {dede:prenext get='next' /} 上一篇下一篇css样式 .fanpian{width:830px; height:25px; margin: 15px auto; padding:0 0 20px; clear: both; color:#999;} .fa原创 2015-04-20 10:53:15 · 544 阅读 · 0 评论 -
dede让channelartlist标签支持currentstyle属性 完美解决
打开include\taglib\channelartlist.lib.php 找到 $pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]); 在此行代码下方增加以下代码: if($typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['id'] || $typeids[$i]['id']原创 2015-01-30 11:07:49 · 412 阅读 · 0 评论 -
织梦时间标签调用大全
[field:pubdate function="MyDate('Y-m-d',@me)"/] 2013-12-17 [field:pubdate function=MyDate('m-d',@me)/] 12-17 [field:pubdate function=MyDate('y-m-d',@me)/] 13-12-17 [field:pubdate function='str原创 2015-01-28 10:40:31 · 691 阅读 · 0 评论 -
dede 文章浏览次数的标签
首先引入 放在你写的静态页里面0 修改php文件 /plus/count.php 49行中找到echo "document.write('".$row['click']."');\r\n";修改成echo 'document.getElementById("countnum").innerHTML='.$row['click'];原创 2014-11-26 15:26:47 · 1303 阅读 · 0 评论 -
织梦建站自用标签优化版
详细内容: {dede:arclist flag='h' infolen='80' titlelen='80' limit='0,1' typeid='2' orderby='pubdate' } [field:title/] [field:info/]...[查看全文] {/dede:arclist} 单条循环: {dede:arclist flag='h' titlelen=原创 2015-09-28 10:01:19 · 406 阅读 · 0 评论
分享