發表日期:2018-08 文章編輯:小燈 瀏覽次數:2900
打開 \include\extend.func.php 在最下面加入這個方法
function Getimgurls($aid,$num=4){global $dsql;$imgurls = $result = '';$imgrow = $dsql->GetOne( "Select imgurls From `mydiy_addonimages` where aid='$aid' ");$imgurls = $imgrow['imgurls'];if($imgurls != ''){$dtp = new DedeTagParse();$dtp->LoadSource($imgurls);$images = array();if(is_array($dtp->CTags)){foreach($dtp->CTags as $ctag){if($ctag->GetName() == 'img'){$row = array();$row['width'] = $ctag->GetAtt('width');$row['height'] = $ctag->GetAtt('height');$row['imgsrc'] = trim($ctag->GetInnerText());$row['text'] = $ctag->GetAtt('text');$images[] = $row;}}}$dtp->Clear();$i = 0;foreach($images as $row){if($i == $num) break;if($row['imgsrc'] != ''){$result .= "<li><div class='pic'><a title='{$row['text']}' href='{$row['imgsrc']}'><img src='{$row['imgsrc']}' mid='{$row['imgsrc']}' big='{$row['imgsrc']}' width='70' height='70'></a></div></li>";}$i++;}return $result;}} |
請注意
<li><div class='pic'><a title='{$row['text']}' href='{$row['imgsrc']}'><img src='{$row['imgsrc']}' mid='{$row['imgsrc']}' big='{$row['imgsrc']}' width='70' height='70'></a></div></li> |
上面這段代碼改成符合自己頁面的html格式。
前臺模板中調用代碼如下:
[field:id function=Getimgurls(@me,3)/] |
3表示,此篇圖集調用三張圖片。
日期:2018-09 瀏覽次數:4466
日期:2018-09 瀏覽次數:3101
日期:2018-09 瀏覽次數:3928
日期:2018-09 瀏覽次數:3868
日期:2018-09 瀏覽次數:3418
日期:2018-09 瀏覽次數:3812
日期:2018-09 瀏覽次數:3266
日期:2018-09 瀏覽次數:3536
日期:2018-09 瀏覽次數:3266
日期:2018-09 瀏覽次數:3307
日期:2018-09 瀏覽次數:3056
日期:2018-09 瀏覽次數:3605
日期:2018-09 瀏覽次數:3570
日期:2018-09 瀏覽次數:3148
日期:2018-09 瀏覽次數:3067
日期:2018-09 瀏覽次數:3828
日期:2018-08 瀏覽次數:3041
日期:2018-08 瀏覽次數:3192
日期:2018-08 瀏覽次數:3014
日期:2018-08 瀏覽次數:3015
日期:2018-08 瀏覽次數:3067
日期:2018-08 瀏覽次數:2821
日期:2018-08 瀏覽次數:2948
日期:2018-08 瀏覽次數:2899
日期:2018-08 瀏覽次數:2913
日期:2018-08 瀏覽次數:3074
日期:2018-08 瀏覽次數:3127
日期:2018-08 瀏覽次數:3461
日期:2018-08 瀏覽次數:2984
日期:2018-08 瀏覽次數:3287
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.