[cXF] Replies and Views on thread view 1.1.0 - Latest Post ana bölüme görüntülenme sayı ekleme

LaDez's

Xenforo System
TC Onaylı
Katılım
2 May 2012
Mesajlar
1,432
Web sitesi
www.ladezs.com
lfs_tab.latest_posts template editliyoruz. Not: Yorum kısmındaki kod orjinal kodun backupudur.

Sonuç:



HTML:

Kod:
<ul class="content {$tab.tab_class}">
    <xf:if is="$threads is not empty || $stickedLinks is not empty">
       
        <xf:foreach loop="$stickedLinks" value="$stickedLink">
            <xf:macro template="lfs_tab_thread_definition_macros" name="sticked_link_item"
                      arg-stickedLink="{$stickedLink}" />
        </xf:foreach>

        <xf:foreach...

Devamını Oku

Devamı İçin Tıklayın...