عرض مشاركة واحدة
قديم 08-08-2021, 08:26 PM
المشاركة 2
هيلبرنت
.:: رفيق درب ::.
  • هيلبرنت غير متواجد حالياً
افتراضي رد: ممكن معرفة طريقة ان يكون التوقيع واحد في الصفحة
ابحث عن القالب message_macros بداخله ابحث عن هذا الكود
كود:
            <aside class="message-signature">
            <xf:contentcheck>
                {{ bb_code($user.Profile.signature, 'user:signature', $user) }}
            </xf:contentcheck>
            </aside>
استبدله بــ
كود PHP:
<xf:if is="$post.Thread && $post.post_id === $post.Thread.first_post_id">            
            <
aside class="message-signature">
            <
xf:contentcheck>
                {{ 
bb_code($user.Profile.signature'user:signature'$user) }}
            </
xf:contentcheck>
            </
aside>
</
xf:if> 
جرب وردلنا خبر