發(fā)表日期:2018-08 文章編輯:小燈 瀏覽次數(shù):2845
打開 \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格式。
前臺模板中調(diào)用代碼如下:
[field:id function=Getimgurls(@me,3)/] |
3表示,此篇圖集調(diào)用三張圖片。
日期:2018-09 瀏覽次數(shù):4420
日期:2018-09 瀏覽次數(shù):3061
日期:2018-09 瀏覽次數(shù):3896
日期:2018-09 瀏覽次數(shù):3825
日期:2018-09 瀏覽次數(shù):3389
日期:2018-09 瀏覽次數(shù):3779
日期:2018-09 瀏覽次數(shù):3227
日期:2018-09 瀏覽次數(shù):3491
日期:2018-09 瀏覽次數(shù):3237
日期:2018-09 瀏覽次數(shù):3268
日期:2018-09 瀏覽次數(shù):2998
日期:2018-09 瀏覽次數(shù):3552
日期:2018-09 瀏覽次數(shù):3528
日期:2018-09 瀏覽次數(shù):3099
日期:2018-09 瀏覽次數(shù):3023
日期:2018-09 瀏覽次數(shù):3794
日期:2018-08 瀏覽次數(shù):2992
日期:2018-08 瀏覽次數(shù):3154
日期:2018-08 瀏覽次數(shù):2971
日期:2018-08 瀏覽次數(shù):2975
日期:2018-08 瀏覽次數(shù):3018
日期:2018-08 瀏覽次數(shù):2783
日期:2018-08 瀏覽次數(shù):2902
日期:2018-08 瀏覽次數(shù):2844
日期:2018-08 瀏覽次數(shù):2864
日期:2018-08 瀏覽次數(shù):3029
日期:2018-08 瀏覽次數(shù):3088
日期:2018-08 瀏覽次數(shù):3411
日期:2018-08 瀏覽次數(shù):2934
日期:2018-08 瀏覽次數(shù):3247
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.