![]() |
|
|||||||
| CmsWare 思维内容管理系统(CmsWare)介绍、技术支持、BUG反馈、发展建议以及模板技术等。 |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
IP: 218.2.28.94
|
|||
|
|||
|
帝国CMS默认的友情链接标签内置的格式太坑爹了,无法满足个性化需求。
可使用灵动标签来调用: 调用文字链接: [e:loop={'select * from [!db.pre!]enewslink where checked=1 and classid=2 order by lid',20,24,0}] <a href="<?=$bqr[lurl]?>"target="_blank"><?=$bqr[lname]?></a> [/e:loop] 调用图文链接: [e:loop={'select * from [!db.pre!]enewslink where checked=1 and classid=1 order by lid',3,24,0}] <a href="<?=$bqr[lurl]?>" title="<?=$bqr[lname]?>" target="_blank"><img src="<?=$bqr[lpic]?>"/></a> [/e:loop] 其中,classid=1 为友情链接分类ID,checkde=1 为审核过的链接。 下拉列表式友情链接调用: <form id="form1" name="form1" method="post" action=""> <label for="FRIEND LINK ">友情链接:</label> <select onchange="window.open(this.options[selectedIndex].value,'','');" name="FRIEND LINK" size="1" id="FRIEND LINK"> [e:loop={'select * from [!db.pre!]enewslink where checked=1 order by lid',20,24,0}] <option value="<?=$bqr[lurl]?>"> <?=$bqr[lname]?> </option> [/e:loop] </select> </form> |
![]() |
| Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|