联系官方销售客服

1835022288

028-61286886

求助 版主:论坛审计组
当字段不等于关键词显示全部内容
类型:迅睿CMS 更新时间:2019-11-28 19:20:47

这种字段判断语法如果写

 {module module=news catid=17  order=updatetime  num=4  字段=关键词  more=1}


字段不等于关键词显示全部内容:

 {module module=news catid=17  order=updatetime  num=4   more=1}

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2019-11-27 23:30:27
    Chrome 0
    {module module=news catid=17 NOT_name=1 order=updatetime num=4 more=1}
    
    {/module}
    NOT_name=1,表示name字段不等于1的数据
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2019-11-27 23:50:08
    Chrome 0
    帝云网络-Deep 我的意思是等于就显示上面的标签内容,不等于就显示下面标签内容。
  • 迅睿粉丝
    #3楼    迅睿粉丝
    2019-11-28 07:55:37
    Chrome 0
    {if 字段==关键词}
     {module module=news catid=17  order=updatetime  num=4  字段=关键词  more=1}
     
     {/module}
     {else}
    当字段不等于关键词显示全部内容:
     {module module=news catid=17  order=updatetime  num=4   more=1}
     
     {/module}
     {/if}
  • 迅睿粉丝
    #4楼    迅睿粉丝
    2019-11-28 10:57:25
    Chrome 0
    回复迅睿框架创始人我是想实现这样的效果,但不知道有没有更好的方法

    {module module=news catid=17 num=1 more=1 return=c1} {if $c1.字段==关键词} {module module=news catid=17 order=updatetime num=4 字段=关键词 more=1} {/module} {else}当字段不等于关键词显示全部内容: {module module=news catid=17 order=updatetime num=4 more=1} {/module} {/if} {/module}
  • 迅睿粉丝
    #5楼    迅睿粉丝
    2019-11-28 17:36:52
    Chrome 0
    回复迅睿框架创始人 这个是在栏目页调用 {if 字段==关键词} 字段是其它栏目17的这个应该如何写
  • 迅睿粉丝
    #6楼    迅睿粉丝
    2019-11-28 17:39:04
    Chrome 0
    {if $catid==17}来个悬赏(设置悬赏)呗
  • 迅睿粉丝
    #7楼    迅睿粉丝
    2019-11-28 17:42:08
    Chrome 0
    增加悬赏(设置悬赏)金:30元,希望大家给予帮助!
  • 迅睿粉丝
    #8楼    迅睿粉丝
    2019-11-28 17:42:32
    Chrome 0
    靠悬赏(设置悬赏)赚钱买授权 你这还没有理解意思
  • 迅睿粉丝
    #9楼    迅睿粉丝
    2019-11-28 17:44:06
    Chrome 0
    详细说说需求呢?在哪个模板文件调用?对应的访问地址是多少?
  • 迅睿粉丝
    #10楼    迅睿粉丝
    2019-11-28 17:54:23
    Chrome 0
    靠悬赏(设置悬赏)赚钱买授权在内容页调用 共享栏目(案例展示 ID=17 ) 设置了字段gongsi ,当gonsi=$title内容相同就显示所有的公司案例 ,不相同就显示全部。
    {module module=news catid=17 order=updatetime num=4 gonsi=$title more=1}
  • 迅睿粉丝
    #11楼    迅睿粉丝
    2019-11-28 17:56:12
    Chrome 0
    gongsi是什么字段?共享栏目字段?模块内容字段?什么类型的字段?
  • 迅睿粉丝
    #12楼    迅睿粉丝
    2019-11-28 18:03:08
    Chrome 0
    阿飞
    
    {module module=news catid=17 NOT_gonsi=$title order=updatetime num=4 more=1}
    {if !$return}
        {module module=news catid=17 order=updatetime num=4 more=1 return=t1}
    
        {/module}
    {/if}
    {/module}
  • 迅睿粉丝
    #13楼    迅睿粉丝
    2019-11-28 18:04:26
    Chrome 0
    阿飞第一个查询出来没有内容时,进行第二个查询
    {module module=news catid=17 NOT_gonsi=$title order=updatetime num=4 more=1}
    {if !$return}
        {module module=news catid=17 order=updatetime num=4 more=1 return=t1}
                {$t1.title}
        {/module}
    {else}
    {$t.title}
    {/if}
    {/module}
  • 迅睿粉丝
    #14楼    迅睿粉丝
    2019-11-28 19:17:02
    Chrome 0
     {php $table= SITE_ID.'_news_category_data';}
    {module module=news catid=17 join=$table on=id suoshugongsi=$title order=updatetime num=4 return=t0}
    
    有- {$t.title} - {$t.suoshugongsi} - {$title}<br>
              
    {/module}
            
    {if !$count_t0}
            
        {module module=news catid=17 order=updatetime num=4 return=t1}
               无- {$t1.title} - {$t1.suoshugongsi} - {$title}<br>
        {/module}
     
    {/if}
    {$debug}
    满意答案
  • 迅睿粉丝
    #15楼    迅睿粉丝
    2019-11-28 19:20:47
    Chrome 0
    @Booid.com:不错辛苦了