هيلبرنت | Helpernt

هيلبرنت | Helpernt (https://www.helpernt.com/vb/index.php)
-   ركن مشاكل وطلبات الزين فورو XENFORO (https://www.helpernt.com/vb/forumdisplay.php?f=97)
-   -   مشكلة عدم ظهور التوقيع (https://www.helpernt.com/vb/showthread.php?t=8543)

14SAT 01-24-2019 03:50 PM

مشكلة عدم ظهور التوقيع
 
السلام عليكم اخواني لدي مشكلة عدم ظهور التوقيع قمت بنغير عدة ستايلات ولا يظهر

MesterPerfect 01-24-2019 06:10 PM

رد: مشكلة عدم ظهور التوقيع
 
وعليكم السَلام ورحمة الله وبركاته

هل جربت الستايل الرئيسي أخي؟

14SAT 01-24-2019 06:11 PM

رد: مشكلة عدم ظهور التوقيع
 
نعم ولا يظهر

MesterPerfect 01-24-2019 07:13 PM

رد: مشكلة عدم ظهور التوقيع
 
اقتباس:

المشاركة الأصلية كتبت بواسطة 14sat (المشاركة 25276)
نعم ولا يظهر

بالفعل أخي هناك بعض المنتديات لا يظهر فيها التوقيع
سأحاول البحث في الخيارات ربما أجدها

هيلبرنت 01-24-2019 07:16 PM

رد: مشكلة عدم ظهور التوقيع
 
هل التوقيع لايظهر لكل العضويات

14SAT 01-24-2019 07:31 PM

رد: مشكلة عدم ظهور التوقيع
 
نعم كل العضويات

هيلبرنت 01-24-2019 09:43 PM

رد: مشكلة عدم ظهور التوقيع
 
تاكد من انك مفعل التوقيع بالمنتدى من خلال لوحة تحكم المنتدى >> المجموعات و التراخيص >> مجموعات المستخدم >> تعديل المجموعة: Registered >> ثم منها تصاريح التوقيع

لو ماضبتطش معاك روح للقالب اللى اسمه

ثم ابحث عن هذا الكود
كود بلغة HTML:

<xf:macro name="signature" arg-user="!">
        <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature">
                <xf:if contentcheck="true">
                        <aside class="message-signature">
                        <xf:contentcheck>
                                {{ bb_code($user.Profile.signature, 'user:signature', $user) }}
                        </xf:contentcheck>
                        </aside>
                </xf:if>
        </xf:if>
</xf:macro>

ولم لم تجده ضيفه اسف القالب

او قم بوضع القالب هنا

14SAT 01-25-2019 09:28 AM

رد: مشكلة عدم ظهور التوقيع
 
اقتباس:

المشاركة الأصلية كتبت بواسطة هيلبرنت (المشاركة 25284)
تاكد من انك مفعل التوقيع بالمنتدى من خلال لوحة تحكم المنتدى >> المجموعات و التراخيص >> مجموعات المستخدم >> تعديل المجموعة: Registered >> ثم منها تصاريح التوقيع

لو ماضبتطش معاك روح للقالب اللى اسمه

ثم ابحث عن هذا الكود
كود بلغة HTML:

<xf:macro name="signature" arg-user="!">
        <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature">
                <xf:if contentcheck="true">
                        <aside class="message-signature">
                        <xf:contentcheck>
                                {{ bb_code($user.Profile.signature, 'user:signature', $user) }}
                        </xf:contentcheck>
                        </aside>
                </xf:if>
        </xf:if>
</xf:macro>

ولم لم تجده ضيفه اسف القالب

او قم بوضع القالب هنا


نعم اخي هذا الكود موجود في قالب message_macros


وقمت بتعديل عليه مثل مطرخ الاخ ابو كريم https://www.helpernt.com/vb/showthre...CA%E6%DE%ED%DA


لكن لا يظهر

القالب message_macros مرفق


كود PHP:

<xf:macro name="user_info"
    
arg-user="!"
    
arg-fallbackName=""
    
arg-dateHtml=""
    
arg-linkHtml="">

    <
section itemscope itemtype="https://schema.org/Person" class="message-user">
        <
div class="message-avatar {{ ($xf.options.showMessageOnlineStatus && $user && $user.isOnline()) ? 'message-avatar--online' : '' }}">
            <
div class="message-avatar-wrapper">
                <
xf:avatar user="$usersize="l" defaultname="{$fallbackName}itemprop="image" />
                <
xf:if is="$xf.options.showMessageOnlineStatus && $user && $user.isOnline()">
                    <
span class="message-avatar-online" data-xf-init="tooltip" title="{{ phrase('online_now')|for_attr }}"></span>
                </
xf:if>
            </
div>
        </
div>
        <
div class="message-userDetails">
            
            
            <
h4 class="message-name"><xf:username user="$userrich="true" defaultname="{$fallbackName}itemprop="name" />
                <
xf:if is="$user.Profile.custom_fields.trust ==1">
                    <
class="fa fa-check-circle" aria-hidden="true" style="color: #026623;"></i>
                </
xf:if>
            </
h4>

            <
xf:usertitle user="$usertag="h5" class="message-userTitle" banner="true" itemprop="jobTitle" />
            <
xf:userbanners user="$usertag="div" class="message-userBanner" itemprop="jobTitle" />
            <
xf:if is="{$dateHtml}"><div class="message-date">{$dateHtml}</div></xf:if>
        </
div>
        <
xf:if is="{$linkHtml}"><div class="message-permalink">{$linkHtml}</div></xf:if>
        <
xf:if is="$user.user_id">
            <
xf:set var="$extrasvalue="{{ property('messageUserElements') }}" />
            <
xf:if contentcheck="ture">
                <
div class="message-userExtras">
                <
xf:contentcheck>
                    <
xf:if is="$extras.register_date">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-calendar"></i> {{ phrase('joined') }}</dt>
                            <
dd>{{ date($user.register_date) }}</dd>
                        </
dl>
                    </
xf:if>
                    <
xf:if is="$extras.message_count">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-comments"></i> {{ phrase('messages') }}</dt>
                            <
dd>{$user.message_count|number}</dd>
                        </
dl>
                    </
xf:if>
                    <
xf:if is="$extras.like_count">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-thumbs-up"></i> {{ phrase('likes') }}</dt>
                            <
dd>{$user.like_count|number}</dd>
                        </
dl>
                    </
xf:if>
                    <
xf:if is="$extras.trophy_points && $xf.options.enableTrophies">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-trophy"></i> {{ phrase('points') }}</dt>
                            <
dd>{$user.trophy_points|number}</dd>

                        </
dl>
                    </
xf:if>
                    <
xf:if is="$extras.age && $user.Profile.age">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-heartbeat"></i> {{ phrase('age') }}</dt>
                            <
dd>{$user.Profile.age}</dd>
                        </
dl>
                    </
xf:if>
                    
                    <
xf:if is="$extras.location && $user.Profile.location">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-map"></i> {{ phrase('location') }}</dt>
                            <
dd>
                                <
xf:if is="$xf.options.geoLocationUrl">
                                    <
a href="{{ link('misc/location-info', '', {'location': $user.Profile.location}) }}" rel="nofollow noreferrer" target="_blank" class="u-concealed">{$user.Profile.location}</a>
                                <
xf:else />
                                    {
$user.Profile.location}
                                </
xf:if>
                            </
dd>
                        </
dl>
                    </
xf:if>
                    <
xf:if is="$extras.website && $user.Profile.website">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-globe"></i> {{ phrase('website') }}</dt>
                            <
dd><a href="{$user.Profile.website}rel="nofollow" target="_blank">{$user.Profile.website|url('host'phrase('visit_site'))}</a></dd>
                        </
dl>
                        </
xf:if>
                    <
xf:if is="$extras.message_count">
                        <
dl class="pairs pairs--justified">
                            <
dt><class="fa fa-comments"></i> {{ phrase('messages') }}</dt>
                            <
dd>{$user.message_count|number}</dd>
                        </
dl>
                    </
xf:if>
                    
                    <
xf:if is="$extras.custom_fields">
                        <
xf:macro template="custom_fields_macros" name="custom_fields_values"
                            
arg-type="users"
                            
arg-group="personal"
                            
arg-set="{$user.Profile.custom_fields}"
                            
arg-additionalFilters="{{ ['message'] }}"
                            
arg-valueClass="pairs pairs--justified" />
                        <
xf:if is="$user.canViewIdentities()">
                            <
xf:macro template="custom_fields_macros" name="custom_fields_view"
                                
arg-type="users"
                                
arg-group="contact"
                                
arg-set="{$user.Profile.custom_fields}"
                                
arg-additionalFilters="{{ ['message'] }}"
                                
arg-valueClass="pairs pairs--justified" />
                        </
xf:if>
                    </
xf:if>
                </
xf:contentcheck>
                    <
xf:if is="$user.isOnline()">
    <
div class="message-threadStarter"><span class="message-threadStarter--indicator">متصل</span></div>
<
xf:else />
     <
div class="message-threadStarter"><span class="message-threadStarter--indicatorOff">غير متصل</span></div>
</
xf:if>
                </
div>
            </
xf:if>
        </
xf:if>

        <
span class="message-userArrow"></span>
    </
section>
</
xf:macro>

<
xf:macro name="user_info_simple" arg-user="!" arg-fallbackName="">
    <
header itemscope itemtype="https://schema.org/Person" class="message-user">
        <
meta itemprop="name" content="{{ $user.username ?: $fallbackName }}">
        <
div class="message-avatar">
            <
div class="message-avatar-wrapper">
                <
xf:avatar user="$usersize="s" defaultname="{$fallbackName}itemprop="image" />
            </
div>
        </
div>
        <
span class="message-userArrow"></span>
    </
header>
</
xf:macro>

<
xf:macro name="attachments" arg-attachments="!" arg-message="!" arg-canView="!">
    <
xf:if contentcheck="true">
        <
xf:css src="attachments.less" />
        <
section class="message-attachments">
            <
h4 class="block-textHeader">{{ phrase('attachments') }}</h4>
            <
ul class="attachmentList">
                <
xf:contentcheck>
                    <
xf:foreach loop="$attachmentsvalue="$attachmentif="!$message.isAttachmentEmbedded($attachment)">
                        <
xf:macro template="attachment_macros" name="attachment_list_item"
                            
arg-attachment="{$attachment}"
                            
arg-canView="{$canView}/>
                    </
xf:foreach>
                </
xf:contentcheck>
            </
ul>
        </
section>
    </
xf:if>
</
xf:macro>

<
xf:macro name="signature" arg-user="!">
    <
xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature">
        <
xf:if contentcheck="true">
                        <
div class="Sign-Block"
                 <
h6><class="fa fa-pencil" style="color: rgb(150, 150, 150);font-size: 20px;"></iتوقيع : <b
                     <
span style="color:#FF2BDF"><b
                         <
xf:username user="$user/></b></span></b
                </
h6
                <
aside class="Sign-Content"
                     <
xf:contentcheck
                         {{ 
bb_code($user.Profile.signature'user:signature'$user) }} 
                        </
xf:contentcheck
                </
aside

            </
div>  
        </
xf:if>
    </
xf:if>
</
xf:macro


14SAT 01-25-2019 10:59 AM

رد: مشكلة عدم ظهور التوقيع
 
شكرا يغلق الانتهاء الغرض منه


الساعة الآن 10:29 AM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. TranZ By Almuhajir