新年元旦优惠价:最高返 500 抵扣券 → 查看活动!>>>

帝国CMS上一篇,下一篇标题链接字数截取调用灵动标签sql当前栏目

一: 动态调用上一篇下一篇链接

<a href=”[!–news.url–]e/public/GotoNext?classid=[!–classid–]&id=[!–id–]&enews=pre”>上一篇</a> 动态调用上一篇链接
<a href=”[!–news.url–]e/public/GotoNext?classid=[!–classid–]&id=[!–id–]&enews=next”>下一篇</a> 动态调用下一篇链接

二: 运用灵动标签和SQl语句调用(感谢 平凡妹子)

上一篇链接:
[e:loop={“select id,classid,newspath,filename,groupid,titleurl from [!db.pre!]ecms_”.$class_r[$navinfor[classid]][‘tbname’].” where id<“.$navinfor[id].” andclassid=”.$navinfor[classid].” and checked=1 order by id desc limit 1″,1,24,0}]
<?php
$titleurl=sys_ReturnBqTitleLink($bqr);
echo $titleurl;
[/e:loop]

下一篇链接:(把小于号改成大于号)
[e:loop={“select id,classid,newspath,filename,groupid,titleurl from [!db.pre!]ecms_”.$class_r[$navinfor[classid]][‘tbname’].” where id>”.$navinfor[id].” andclassid=”.$navinfor[classid].” and checked=1 order by id desc limit 1″,1,24,0}]
<?php
$titleurl=sys_ReturnBqTitleLink($bqr);
echo $titleurl;
[/e:loop]

三: 运用灵动标签调用,比较简洁的方式(感谢 落木萧萧)

<!–上一篇–>
[e:loop={‘selfinfo’,1,0,0,’id<‘.$navinfor[id].”,’id desc’}]
<a href=”<?php
echo $bqsr[titleurl];
$pre=’true’;
?>”>上一篇:<?=$bqr[title]?>
</a>
[/e:loop]
<?php
if(empty($pre)){
echo “上一篇:很抱歉没有了”;
}
?>

<!–下一篇–>
[e:loop={‘selfinfo’,1,0,0,’id>’.$navinfor[id].”,’id asc’}]
<a href=”<?php
echo $bqsr[titleurl];
$next=’true’;
?>”>下一篇:<?=$bqr[title]?>
</a>
[/e:loop]
<?php
if(empty($next)){
echo “下一篇:很抱歉没有了”;
}
?>

四: 控制上一篇下一篇标题字数截取30个字符为例

运用:<?=esub($bqr[title],30)?>

<!–上一篇–>
[e:loop={‘selfinfo’,1,0,0,’id<‘.$navinfor[id].”,’id desc’}]
<a href=”<?php
echo $bqsr[titleurl];
$pre=’true’;
?>”>上一篇: <?=esub($bqr[title],30)?></a>
[/e:loop]
<?php
if(empty($pre)){
echo “上一篇:很抱歉没有了”;
}
?>

<!–下一篇–>
[e:loop={‘selfinfo’,1,0,0,’id>’.$navinfor[id].”,’id asc’}]
<a href=”<?php
echo $bqsr[titleurl];
$next=’true’;
?>”>下一篇:<?=esub($bqr[title],30)?>
</a>
[/e:loop]
<?php
if(empty($next)){
echo “下一篇:很抱歉没有了”;
}
?>

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
豆包可以帮你高效完成AI问答、AI对话、提供软件相关教程以及解决生活中遇到的各种疑难杂症,还能帮助你进行AI写作、AI绘画等等,提高你的工作学习效率。
个人中心
购物车
优惠劵
今日签到
搜索