e/data/language/gb/pub/q_message.php中添加(gb2312版) 和这里怎么样设置? 又添加这个字段主要是避免与老大的那个firsttitle起冲突,避免以后升级带来的麻烦 假如会员积分不足提示积分不足但信息仍让可以提交只是不能置顶。。。。。。 在列表模板中调用方法: [e:loop={"select * from phome_ecms_house where top=1 and checked=1 and classid='$GLOBALS[navclassid]' limit 3",3,24,0}] <tr onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#F1F5FC'"> <td><?=$bqr[myarea]?></td> <td class="tx"><font color="red">[置顶]</font> <a href="<?=$bqsr[titleurl]?>" title="<?=$bqr[title]?>" target="_blank"><?=$bqr[xiangxidizhi]?></a></td> <td><?=$bqr[shi]?>室<?=$bqr[ting]?>厅</td> <td><?=$bqr[size]?><span class="m">㎡</span></td> <td><?=$bqr[money]?></td> <td align="right"><?=date('Y-m-d',$bqr[newstime])?></td> </tr> [/e:loop]
//01.23日更新功能添加到期时间字段date 到期之后置顶功能无效 上面的列表模板sql中添加 and (unix_timestamp(youxiaoqi)-UNIX_TIMESTAMP(NOW()))>0 谢谢!
|