网站模板中心

您现在的位置:首页>>PbootCMS教程>>常见问题

pbootcms模板文章列表没有缩略图时也不显示默认图片

来源:本站 编辑:超级管理员 发布时间:2022-11-19热度:125 ℃
在使用pbootcms模板建设网站过程中,如果列表使用了缩略图显示,后台即使没有上传缩略图也会显示默认图片。如果我们不需要显示默认图片,在这时我们就可以用pbootcms自带的缩略图返回值来进行判断是否传了缩略图。以下是判断有缩略图才显示图片,没有上传也不显示默认图片的代码:{pboot:listscode={sort:sc...
在使用pbootcms模板建设网站过程中,如果列表使用了缩略图显示,后台即使没有上传缩略图也会显示默认图片。
如果我们不需要显示默认图片,在这时我们就可以用pbootcms自带的缩略图返回值来进行判断是否传了缩略图。
以下是判断有缩略图才显示图片,没有上传也不显示默认图片的代码:

{pboot:list scode={sort:scode}}
    <a href="[list:link]" rel="external nofollow"  title="[list:title]">
    <div class="flex-column">
        {pboot:if('[list:isico]'=='1')}
        <img src="[list:ico]" alt="[list:title]">
        {/pboot:if}
        <div class="text-box">
        <h4>[list:title]</h4>
        <p class="intro hidden-sm">[list:content drophtml=1 dropblank=1 lencn=120]</p>
        <p><span><i class="fa fa-clock-o" aria-hidden="true"></i> [list:date style=Y-m-d]</span><span><i class="fa fa-eye" aria-hidden="true"></i> list:visits 浏览</span><span><i class="fa fa-thumbs-up" aria-hidden="true"></i> list:likes 点赞</span></p>
        </div>
    </div>
    </a>
{/pboot:list}
其中以下部分代码即为判断是否有图片的代码
isico可以取返回值1或者0即可判断是否有缩略图
需求代码如下

{pboot:if('list:isico'=='1')}
        <img src="[list:ico]" alt="[list:title]">
{/pboot:if}

如此判断后在没有传缩略图时就不会显示默认图片了

Pbootcms问题解决

请点击在线联系我们【点击咨询解决问题】   如果您有任何Pbootcms问题,我们将免费为您写解决教程!

    PB模板网:承接仿站业务,价格200元起!