ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 已解決 會員中心如何調用文章的縮略圖 3 0
IT-老男孩(前端和PHP) SVIP會員 OEM版權 2022-04-13 16:33:28 私信
迅睿CMS版本:4.5.5 #內容系統
插件名稱 建站系統 V3.19
插件作者 迅睿官方團隊
最近更新 2025-04-24 15:41:23
[高級版]內容聚合欄目,增加滾動條效果
[高級版]module標簽優化catid查詢條件效率
修復多網站時偶爾存在其他站點緩存丟失的情況

請教會員中心如何調用文章的縮略圖 會員中心 調會文章縮略圖不顯示 {dr_get_file($thumb)} {$t.thumb}

<table class="">
               <tbody>
                  {table table_site=news uid=$member.uid thumb=1 num=6}
                 <tr>
                 <td style="width: 185px;"><a title="{$t.title}" href="{$t.url}">
                        <img src="{dr_get_file($thumb)}" width="100" height="90" style="margin-top: 15px;">
                        {dr_strcut($t.title, 22)}</a></td>
                        <td style="width: 135px;"> 瀏覽:{$t.hits}</td>
                        <td style="width: 135px;"> 時間:{dr_date($t.inputtime, 'm-d')}</td>
                    </tr>
                   {/table }
                   </tbody>
                </table>
解決方案
  •  {table table_site=news uid=$member.uid thumb=1 num=6}
     改成
      {module module=news uid=$member.uid thumb=1 num=6}
  • 回復@迅睿框架聯合創始人
    圖片

    {module module=news uid=$member.uid thumb=1 num=6}
    <tr>

    <td style="width: 185px;"><a title="{$t.title}" href="{$t.url}">
    <img src="{dr_get_file($thumb)}" width="100" height="90" style="margin-top: 15px;">
    {dr_strcut($t.title, 22)}</a></td>

    <td style="width: 135px;"> 瀏覽:{$t.hits}</td>
    <td style="width: 135px;"> 時間:{dr_date($t.inputtime, 'm-d')}</td>
    </tr>
    {/module}

    還是不顯示,請問是什么原因,審核元素圖片地址那里顯示,文件參數沒有值

    沒有對與錯,只有成與敗
    • 循環內部寫的不對


      image

      類別選擇:(在自定義字段管理里面看),名稱填寫:(也在自定義字段管理里面),前綴:t ,字段標簽生成工具:http://www.zbshanke.com/doc/code/field.html

      滿意答案
      開源積分+10元
  • @迅睿框架聯合創始人:,以完美解決
    沒有對與錯,只有成與敗