[KD] Konu İstatistikleri 1.0.2

Traduction [KD] Konu İstatistikleri 1.0.2

Add-on xenforo 2

Ressources et modules complémentaires pour XenForo 2

Styles xenforo 2

Styles / Thèmes et apparence pour xenforo 2

Templates xenforo 2

Codes pour modifier les templates sur xenforo 2

Section Premium

Add-on et Styles pour membre Premium
[KD] Konu İstatistikleri 1.0.2

Traduction [KD] Konu İstatistikleri 1.0.2

Catégorie Catégorie Traduction
Titre du sujet Titre du sujet [KD] Konu İstatistikleri 1.0.2
Auteur de la discussion Auteur de la discussion laurent68
Date de début Date de début
Réponses Réponses 7
Affichages Affichages 479
Réaction Réaction 0
Dernier message par Dernier message par sariettte

laurent68

Fondateur

Staff
fondateur
Réputation: 100%
Discussions
4 855
Messages
12 609
Solutions
85
J'aime
7 893
Points
198
Cette traduction vous permet de traduire l'add-on : [KD] Konu İstatistikleri 1.0.2

Télécharger :
Le contenu caché est disponible pour les utilisateurs enregistrés !


Installation :

Dans votre AdminCP : Dans Apparence / Importer un langage :
Cliquez sur importer
Sélectionner votre fichier XLM dans parcourir.
Sélectionner : Écraser langue et sélectionner la langue Française
 
bonjour tu n a pas la traduction des templates stp merci
Non faut les changer manuellement..
Si tu veux les miens :

Dans le template kd_konuhakkinda supprime tout et met celui-ci :

HTML:
<span>
    <fieldset class="offtop-bbcode">
        <legend>{{ phrase('À propos du sujet') }}</legend>
        Bienvenue<xf:username user="$xf.visitor" rich="true" notooltip="true" /> , le <xf:date time="{$thread.post_date}" /> dans la catégorie
        <b>{$thread.Forum.Node.title|escape('json')}</b>.
        <xf:username user="{$thread.User}" defaultname="{$thread.username}" rich="true" /> Auteur de la discussion :     
        <b>{$thread.title|escape('json')}</b>
        <br><b>Info :</b> Ce sujet a été consulté {{ $thread.discussion_type == 'redirect' ? '&ndash;' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number : number($thread.reply_count+1)) }} fois jusqu'à présent,et                         
        {{ $thread.discussion_type == 'redirect' ? '&ndash;' : $thread.reply_count|number }} Membres ont répondu et {$thread.first_post_reaction_score|number} ont donner une réaction score...
    </fieldset>
</span>

Dans le template kd_konuistatistikleri supprime tout et met celui-ci :

HTML:
<xf:css src="kd_konuistatistikleri.less" />

<xf:if is="{{ property('kd_konu_bilgilerini_etkinlestir') }}">
    <div id="konu_istatistikleri">
        <div class="block-container">
            <xf:if is="{{ property('kd_konu_bilgileri_Baslik') }}">
                <h2 class="block-header">{{ property('kd_konu_bilgileri_Baslik') }}</h2>
            </xf:if>
            <div class="block-body">
                <xf:if is="{{ property('kd_konu_hakkinda_etkinlestir') }}">
                    <div class="grid konuhakkinda">
                        <xf:include template="kd_konuhakkinda" />
                    </div>   
                </xf:if>
                <div class="grid">
                    
                <span>
                    <fieldset class="offtop-bbcode">
                        <legend>{{ phrase('Nom de la catégorie') }}</legend>
                            <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                                <i class="far fa-comment-alt-lines" title="{{ phrase('replies') }}"></i>
                            </xf:if>
                        {$thread.Forum.Node.title|escape('json')}
                    </fieldset>
                </span>

                <span>
                    <fieldset class="offtop-bbcode">
                        <legend>{{ phrase('title') }}</legend>
                            <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                                <i class="fal fa-comment-alt-dots" title="{{ phrase('views') }}"></i>
                            </xf:if>
                        {$thread.title|escape('json')}
                    </fieldset>
                </span>

                <span>
                    <fieldset class="offtop-bbcode">
                        <legend>{{ phrase('thread_starter') }}</legend>
                            <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                                <i class="fas fa-user-tie" title="{{ phrase('thread_starter') }}"></i>
                            </xf:if>   
                        <xf:username user="{$thread.User}" defaultname="{$thread.username}" rich="true" />
                    </fieldset>   
                </span>

                <span>
                    <fieldset class="offtop-bbcode">
                        <legend>{{ phrase('start_date') }}</legend>
                            <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                                <i class="far fa-calendar-alt" title="{{ phrase('start_date') }}"></i>
                            </xf:if>   
                        <xf:date time="{$thread.post_date}" />
                    </fieldset>
                </span>

                </div>
                                <div class="grid grid2">
                    
                <span>
                    <fieldset class="offtop-bbcode">
                    <legend>{{ phrase('replies') }}</legend>
                        <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                            <i class="far fa-comments-alt" title="{{ phrase('replies') }}"></i>
                        </xf:if>
                        
                    <span class="timer" id="okunma" data-to="{{ $thread.discussion_type == 'redirect' ? '&ndash;' : $thread.reply_count|number }}" data-speed="1000"></span>

                    </fieldset>
                </span>
                    
                <span>
                    <fieldset class="offtop-bbcode">
                    <legend>{{ phrase('views') }}</legend>
                        <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                            <i class="fas fa-eye" title="{{ phrase('views') }}"></i>
                        </xf:if>
                        
                        <span class="timer" id="okunma" data-to="{{ $thread.discussion_type == 'redirect' ? '&ndash;' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number : number($thread.reply_count+1)) }}" data-speed="1000"></span>

                    </fieldset>
                </span>
                    
                <span>
                    <fieldset class="offtop-bbcode">
                    <legend>{{ phrase('reaction_score')|for_attr }}</legend>
                        <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                            <i class="fas fa-thumbs-up" title="{{ phrase('first_message_reaction_score')|for_attr }}"></i>
                        </xf:if>

                        <span class="timer" id="okunma" data-to="{$thread.first_post_reaction_score|number}" data-speed="1000"></span>

                    </fieldset>
                </span>
                    
                <span>
                    <fieldset class="offtop-bbcode">
                    <legend>{{ phrase('Dernier message par') }}</legend>
                        <xf:if is="{{ property('kd_konu_istatistik_ikon_kullan') }}">
                            <i class="fas fa-user-plus" title="{{ phrase('Son Mesaj Yazan') }}"></i>
                        </xf:if>
                    <xf:username user="{{ {'user_id': $thread.last_post_user_id, 'username': $thread.last_post_username} }}" rich="true" />
                    </fieldset>
                </span>
                    
               </div>
            </div>
        </div>
    </div>
</xf:if>
 
Contenu similaire Les plus vues Voir plus
Retour
Haut Bas