發表日期:2018-08 文章編輯:小燈 瀏覽次數:2718
打開 \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 瀏覽次數:4265
日期:2018-09 瀏覽次數:2918
日期:2018-09 瀏覽次數:3768
日期:2018-09 瀏覽次數:3705
日期:2018-09 瀏覽次數:3269
日期:2018-09 瀏覽次數:3667
日期:2018-09 瀏覽次數:3108
日期:2018-09 瀏覽次數:3343
日期:2018-09 瀏覽次數:3114
日期:2018-09 瀏覽次數:3147
日期:2018-09 瀏覽次數:2870
日期:2018-09 瀏覽次數:3394
日期:2018-09 瀏覽次數:3411
日期:2018-09 瀏覽次數:2982
日期:2018-09 瀏覽次數:2917
日期:2018-09 瀏覽次數:3671
日期:2018-08 瀏覽次數:2879
日期:2018-08 瀏覽次數:3033
日期:2018-08 瀏覽次數:2867
日期:2018-08 瀏覽次數:2853
日期:2018-08 瀏覽次數:2891
日期:2018-08 瀏覽次數:2668
日期:2018-08 瀏覽次數:2786
日期:2018-08 瀏覽次數:2717
日期:2018-08 瀏覽次數:2747
日期:2018-08 瀏覽次數:2901
日期:2018-08 瀏覽次數:2988
日期:2018-08 瀏覽次數:3277
日期:2018-08 瀏覽次數:2823
日期:2018-08 瀏覽次數:3122
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.