【帝国CMS】灵动标签调用友情链接

  • A+

文字链接

  1. [e:loop={'select * from [!db.pre!]enewslink where checked=1 and classid=分类ID order by lid',20,24,0}]
  2. <li><a href="<?=$bqr[lurl]?>"><?=$bqr[lname]?></a></li>
  3. [/e:loop]

图片链接

  1. [e:loop={'select * from [!db.pre!]enewslink where checked=1 and classid=分类ID order by lid',20,24,0}]
  2. <li><a href="<?=$bqr[lurl]?>"><img src="<?=$bqr[lpic]?>" border="0"/></a></li>
  3. [/e:loop]
  4. [e:loop={'select * from [!db.pre!]enewslink where checked=1 and classid=分类ID order by myorder ',20,24,0}]
  5. <a href="<?=$bqr[lurl]?>"><?=$bqr[lname]?></a>
  6. [/e:loop]

其中,classid=1 为友情链接分类ID,checkde=1 为审核过的链接。

如果希望不需要指定分类,则去掉 and classid=1 即可。

下拉菜单式的“友情链接”
代码如下:

 

  1. <label for="FRIEND LINK ">友情链接:</label>
  2. <select onchange="window.open(this.options[selectedIndex].value,'','');" name="FRIEND LINK" size="1" id="FRIEND LINK">
  3. [e:loop={'select * from [!db.pre!]enewslink where checked=1 order by lid',20,24,0}]
  4. <option value="<?=$bqr[lurl]?>">
  5. <?=$bqr[lname]?>
  6. </option>
  7. [/e:loop]
  8. </select>

 

 

 

 

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: