DEDECMS首页和列表页调用单个图片集里的多张图片

/**DEDECMS首页和列表页调用单个图片集里的多张图片
function Getimg($aid,$imgwith=110,$imgheight=110,$num=0)
{
global $dsql;
$imgurls = ‘‘;
$row =$dsql->getone( "Select aid,imgurls From `js_addonimages` where aid=‘$aid‘ ");
$id=$row[‘aid‘];
$imgurls= $row[‘imgurls‘];
$dtp = new DedeTagParse();
$dtp->LoadSource($imgurls);
if(is_array($dtp->CTags))
{
    $i=0;
    foreach($dtp->CTags as $ctag)
         {
            if($i<$num){
                if($ctag->GetName()=="img")
                 {
                     $bigimg = trim($ctag->GetInnerText());
                     if($ctag->GetAtt(‘ddimg‘) != $bigimg && $ctag->GetAtt(‘ddimg‘)!=‘‘)
                     {
                            $litimg = $ctag->GetAtt(‘ddimg‘);
                     }
                     $title=$ctag->GetAtt(‘text‘);
                     $imglist.=‘<li><a title="‘.$title.‘" href="/plus/view.php?aid=‘.$id.‘"><img src="‘.$bigimg.‘" width="‘.$imgwith.‘" height="‘.$imgheight.‘" alt="‘.$title.‘"></a></li>‘;
                     $i++;
                 }
            }
        }
    }
return $imglist;  

} 
时间: 2024-10-11 05:33:29

DEDECMS首页和列表页调用单个图片集里的多张图片的相关文章

DEDECMS首页,列表页调用自定义图片字段,只显示图片地址

第一步:将自定义字段“图片”类型改为“图片(仅地址)”类型. 第二部:在{dede:arclist row='1' addfields='stu' titlelen='24' orderby='pubdate' typeid='35' channelid='1' } 中添加一句listtype='image'就可以解决问题了.

【dedecms】DEDE列表页调用文章内容第一张图片(非缩略图)方法

打开 ../ include/ common.func.php添加代码 //将缩放图转变为文章第一张图片 function firstimg($str_pic) { $str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpg return $str_sub; } //调用的方法是: [field:litpic function='firstimg(@me)'/] [dedecms]DEDE列表页调用文章内容第一张图片

织梦列表页调用文章内容里的图片在列表显示。

/* *获取字符串的第一个图片地址 */ function getbodyfirstpic($str_img){ preg_match_all("/<img.*\>/isU",$str_img,$ereg);//正则表达式把图片的整个都获取出来了 $img=$ereg[0][0];//图片 $p="#src=('|\")(.*)('|\")#isU";//正则表达式 preg_match_all ($p, $img, $img1);

dede 首页或列表页调用文章内容页body内容

在使用dede过程,有的朋友会调调出文章的列表的内容出来,怎么调呢?当然是用dede的传参的数据查询语句了,方法如下: {dede:arclist flag=h typeid=2 row=1 titlelen='200' orderby=pubdate} <div class="data-news"> <dl> <dt><a href="[field:arcurl/]" target="_blank"&g

dedecms织梦列表页调用TAG标签并带上链接的实现方法

在需要调用的地方添加如下代码: [field:id runphp='yes'] global $cfg_cmspath; $tags = GetTags(@me); $revalue = ''; $tags = explode(',', $tags); foreach($tags as $key => $value){ if($value){ $revalue .= '<a href="'.$cfg_cmspath.'/tags.php?/'.$value.'/">'

DEDECMS之三 首页、列表页怎么调用文章内容

一.首页调用 百度了很多,没有找到实际的解决方法,对于直接读取数据库,这种写法不会采取. 后来,仔细考虑,这部分解决的内容不会很多,所以直接使用了简介的内容 方法一(默认长度55) [field:info function='cn_substr(html2text(@me),350)'/]... 方法二(默认长度85)[field:description function='cn_substr(html2text(@me),350)'/]... 二.列表页调用 进入后台:核心--频道模型--内容

dedecms织梦图集在首页列表页调用并且自定义输出几张

效果 不改动官方核心文件,在自定义方法文件里加入个方法来实现 打开 \include\extend.func.php 在最下面加入这个方法 function Getimgurls($aid,$num=4)    {    global $dsql;    $imgurls = $result = '';    $imgrow = $dsql->GetOne( "Select imgurls From `#@__addonimages` where aid='$aid' ");  

PHPCMS v9 实现首页,列表页,内容页调用点击量方法

大家好,今天有点闲,看很多朋友经常问PHPCMS v9 首页,列表页,内容页调用点击怎么弄,打算抽时间把代码全部归纳出来,以便大家日后使用,如下: 1,首页调用点击量 {pc:content action="lists" catid="$r[catid]" num="5" order="id DESC" return="info"} {php $categorys = getcache('category_

织梦图集图片在首页列表页调用并且自定义输出几张

不改动官方核心文件,在自定义方法文件里加入个方法来实现织梦图集图片在首页列表页调用并且自定义输出几张 效果展示 教程实现 打开 include\extend.func.php 在最下面加入这个方法 function Getimgurls($aid,$num=4) { global $dsql; $imgurls = $result = ''; $imgrow = $dsql->GetOne( "Select imgurls From `#@_addonimages` where aid='