织梦dedecms生成下拉式友情链接列表

在用dedecms制作网站的时候有不少站点需要用到下拉式友情链接,这样能够节省的空间。但很多朋友又不知道怎样修改才能实现这个功能;

修改方法:
编辑打开\include\taglib\flink.lib.php
查找
  1. else?if($type==’image’)
在其上面加入
  1. else?if($type==’option’)
  2. {
  3. ????????$link?=?”<option?value='”.$dbrow->url.”‘>”.cn_substr($dbrow->webname,$titlelen).”</option>”;
  4. }
在首页index.htm模板里面插入下面代码
  1. <select>?<option?selected=”selected”>–相关链接地址–</option>?{dede:flink?row=’24’?type=’option’/}</select>
然后更新首页就行了。

评论当前被关闭。

Copyright © All Rights Reserved · Proudly powered by WordPress 冀ICP备12019045号-1

css.php