Résolu Comment modifier ceci sur xenforo

Statut
N'est pas ouverte pour d'autres réponses.

Haribomodzz

Bitcoins buyer/seller
Premium
Inscription
20 Octobre 2014
Messages
1 359
Réactions
501
Points
14 801
Hey tous le monde je voudrais savoir comment déplacer la carte de utilisateur qui est en haut pour la mettre a coté comme sur :RG: ?? Sur xenforo
Comment faire disparaître le "répondre"
 

AwH

Super Modérateur
Ancien staff
Inscription
28 Septembre 2011
Messages
5 246
Réactions
2 672
Points
7 378
Salut,

Pour le bouton «Repondre» tu devrais pouvoir trouver ce qui t'intéresse dans le template «post» de ton theme

La portion de code en question est la suivante :
PHP:
<xen:if is="{$canReply}">
                    <xen:if is="{$xenOptions.multiQuote}"><a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
                        data-messageid="{$post.post_id}"
                        class="MultiQuoteControl JsOnly item control"
                        title="{xen:phrase toggle_multi_quote_tooltip}"><span></span><span class="symbol">{xen:phrase multiquote_add}</span></a></xen:if>
                    <a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
                        data-postUrl="{xen:link posts/quote, $post}"
                        data-tip="#MQ-{$post.post_id}"
                        class="ReplyQuote item control reply"
                        title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
                </xen:if>

Bonne journée,
AwH
 
D

deleted535977

Salut,

Tu devrais pouvoir trouver ce qui t'intéresse dans le template «post» de ton theme

La portion de code en question est la suivante :
PHP:
<xen:if is="{$canReply}">
                    <xen:if is="{$xenOptions.multiQuote}"><a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
                        data-messageid="{$post.post_id}"
                        class="MultiQuoteControl JsOnly item control"
                        title="{xen:phrase toggle_multi_quote_tooltip}"><span></span><span class="symbol">{xen:phrase multiquote_add}</span></a></xen:if>
                    <a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
                        data-postUrl="{xen:link posts/quote, $post}"
                        data-tip="#MQ-{$post.post_id}"
                        class="ReplyQuote item control reply"
                        title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
                </xen:if>

Bonne journée,
AwH
Merci moi aussi je le veut
 

Haribomodzz

Bitcoins buyer/seller
Premium
Inscription
20 Octobre 2014
Messages
1 359
Réactions
501
Points
14 801
Salut,

Pour le bouton «Repondre» tu devrais pouvoir trouver ce qui t'intéresse dans le template «post» de ton theme

La portion de code en question est la suivante :
PHP:
<xen:if is="{$canReply}">
                    <xen:if is="{$xenOptions.multiQuote}"><a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
                        data-messageid="{$post.post_id}"
                        class="MultiQuoteControl JsOnly item control"
                        title="{xen:phrase toggle_multi_quote_tooltip}"><span></span><span class="symbol">{xen:phrase multiquote_add}</span></a></xen:if>
                    <a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}"
                        data-postUrl="{xen:link posts/quote, $post}"
                        data-tip="#MQ-{$post.post_id}"
                        class="ReplyQuote item control reply"
                        title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
                </xen:if>

Bonne journée,
AwH
salut je ne trouve pas :(
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut