联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
更新最新版后,内容关联 Related不起作用了,前台不显示,求解
类型:POSCMS 更新时间:2018-03-01 10:59:55 前台

更新最新版后,内容关联 Related不起作用了,前台不显示,求解。


回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2018-02-28 15:01:55
    0
    写法不对吧
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2018-02-28 16:03:19
    0
    不是内容关联 Related不起作用了,是里面有个SQL出错了,解决办法是自己在LIST里面指定排序方式。如果你查看后台的错误日志就会发现SQL错误的地方,我的解决办法是在Related调用页面的LIST位置指定排序方式,如
    {if $guanlian}{list action=module module=dzzw IN_id=$guanlian order=id_asc pagesize=20 page=1 urlrule=/index.php?s=special&c=show&id=$id&page=[page]} <li><span class="fr"><a href="javascript:;">{dr_date($t._updatetime, 'm-d')}</a></span><a title="{$t.title}" href="{$t.url}" class="list_title">{dr_keyword_highlight($t.title, $keyword)}</a></li> {/list}

  • 迅睿粉丝
    #3楼    迅睿粉丝
    2018-03-01 10:29:34
    0
    2楼咱俩的字段都写的一样,但是我加了排序前台还是不显示内容,更新版本之前还是好好的正常显示的
    {if $guanlian}
    {list action=module module=brand  order=id_asc IN_id=$guanlian}
    <div class="col-sm-2">
        <div class="tile-container">
    	<div class="tile-thumbnail">
    		<a href="javascript:;">
    			<a href="{$t.url}" ><img src="{dr_thumb($t.thumb)}" width="100%"></a>
    		</a>
    	</div>
    		<div class="tile-title">
    			<h5><a href="{$t.url}" class="title">{dr_strcut($t.title, 28)}</a></h5>
    		</div>
    	</div>
    </div>
    {/list}
    										
    {/if}
    【凌财进】2楼
  • 迅睿粉丝
    #4楼    迅睿粉丝
    2018-03-01 10:37:37
    0
    官方的演示是:
    {if $nrglxw}
    {list action=module module=news IN_id=$nrglxw num=5 return=r}
        <p><a href="{$r.url}">{$r.title}</a></p>
    {/list}
    {else}
        没有关联
    {/if}
    还是不行
    【凌财进】2楼
    满意答案
  • 迅睿粉丝
    #5楼    迅睿粉丝
    2018-03-01 10:49:51
    0
    Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') LIMIT 5' at line 1 - Invalid query: SELECT * FROM `xny_1_brand` WHERE `xny_1_brand`.`id` IN (169,90) AND `xny_1_brand`.`status` = 9 ORDER BY `xny_1_brand`.`id`) LIMIT 5
  • 迅睿粉丝
    #6楼    迅睿粉丝
    2018-03-01 10:59:55
    0
    感谢大家给我解决此问题,我已经完美的解决