發表日期:2018-08 文章編輯:小燈 瀏覽次數:2913
打開 \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 瀏覽次數:4488
日期:2018-09 瀏覽次數:3113
日期:2018-09 瀏覽次數:3946
日期:2018-09 瀏覽次數:3887
日期:2018-09 瀏覽次數:3433
日期:2018-09 瀏覽次數:3826
日期:2018-09 瀏覽次數:3283
日期:2018-09 瀏覽次數:3548
日期:2018-09 瀏覽次數:3283
日期:2018-09 瀏覽次數:3320
日期:2018-09 瀏覽次數:3072
日期:2018-09 瀏覽次數:3626
日期:2018-09 瀏覽次數:3587
日期:2018-09 瀏覽次數:3159
日期:2018-09 瀏覽次數:3079
日期:2018-09 瀏覽次數:3838
日期:2018-08 瀏覽次數:3059
日期:2018-08 瀏覽次數:3204
日期:2018-08 瀏覽次數:3028
日期:2018-08 瀏覽次數:3029
日期:2018-08 瀏覽次數:3086
日期:2018-08 瀏覽次數:2833
日期:2018-08 瀏覽次數:2961
日期:2018-08 瀏覽次數:2912
日期:2018-08 瀏覽次數:2926
日期:2018-08 瀏覽次數:3088
日期:2018-08 瀏覽次數:3139
日期:2018-08 瀏覽次數:3485
日期:2018-08 瀏覽次數:2995
日期:2018-08 瀏覽次數:3300
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.