هيلبرنت | 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=8535)

MesterPerfect 01-22-2019 11:32 PM

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

هذه الصورة https://f.top4top.net/p_1117hne591.png
مسار النجمة
كود:

public_html/styles/default/xenforo/ranks/Blue.gif.gif
هل هناك حل
تحياتي

هيلبرنت 01-22-2019 11:51 PM

رد: مشكلة في تركيب النجوم
 
المشكله هنا انك كررت امتداد الصورة وهو gif كما ترى بالصورة


احذف احدهم واعمل تحديث وانشاء الله خير

MesterPerfect 01-23-2019 12:05 AM

رد: مشكلة في تركيب النجوم
 
اقتباس:

المشاركة الأصلية كتبت بواسطة هيلبرنت (المشاركة 25214)
المشكله هنا انك كررت امتداد الصورة وهو gif كما ترى بالصورة


احذف احدهم واعمل تحديث وانشاء الله خير

نفس الشيء أخي

public_html/styles/default/xenforo/ranks/Blue.gif

Anis07 01-23-2019 09:21 AM

رد: مشكلة في تركيب النجوم
 
حدث معي هذا المشكل
وقت تفعيل خيار "استخدام الروابط الصديقه الكاملة" تنعطب النجوم و وقت تعطيلها ترجع
وجدت هذا الحل مع تفعيل خيار "استخدام الروابط الصديقه الكاملة" و الحمدلله تظهر النجوم بأفضل شكر

كود:

<!-- this adds the Rank Badge Count-->
                                                <xf:if is="$user.message_count >= 10000">
                        <br>
                        <div class="rankBlock">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                                                       
                                                </div>
                        <xf:elseif is ="$user.message_count >= 1000"/>
                        <br>
                        <div class="rankBlock">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                </div> 
                        <xf:elseif is ="$user.message_count >= 500"/>
                        <br>
                        <div class="rankBlock">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                </div>
                        <xf:elseif is ="$user.message_count >= 200"/>
                        <br>
                        <div class="rankBlock">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                </div> 
                        <xf:elseif is ="$user.message_count >= 50"/>
                        <br>
                        <div class="rankBlock">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                                                </div>
                        <xf:elseif is ="$user.message_count >= 1"/>
                        <br>
                        <div class="rankBlock"><img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif"></div> 
                                                </xf:if>
                    <!-- this adds the Rank Badge Count-->


MesterPerfect 01-23-2019 12:35 PM

رد: مشكلة في تركيب النجوم
 
اقتباس:

المشاركة الأصلية كتبت بواسطة Anis07 (المشاركة 25218)
حدث معي هذا المشكل
وقت تفعيل خيار "استخدام الروابط الصديقه الكاملة" تنعطب النجوم و وقت تعطيلها ترجع
وجدت هذا الحل مع تفعيل خيار "استخدام الروابط الصديقه الكاملة" و الحمدلله تظهر النجوم بأفضل شكر

كود:

<!-- this adds the Rank Badge Count-->
                        <xf:if is="$user.message_count >= 10000">
                        <br>
                        <div class="rankBlock">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/red.gif">
                           
                        </div>
                        <xf:elseif is ="$user.message_count >= 1000"/>
                        <br>
                        <div class="rankBlock">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        </div> 
                        <xf:elseif is ="$user.message_count >= 500"/>
                        <br>
                        <div class="rankBlock">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        </div>
                        <xf:elseif is ="$user.message_count >= 200"/>
                        <br>
                        <div class="rankBlock">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        </div> 
                        <xf:elseif is ="$user.message_count >= 50"/>
                        <br>
                        <div class="rankBlock">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        <img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif">
                        </div>
                        <xf:elseif is ="$user.message_count >= 1"/>
                        <br>
                        <div class="rankBlock"><img src="https://google.com/vb/styles/default/xenforo/ranks/Blue.gif"></div> 
                        </xf:if>
                    <!-- this adds the Rank Badge Count-->


جزاك الله خيرا أخي

تم بفضل الله

https://d.top4top.net/p_11185ubgr1.png


شكرا لك :)

MesterPerfect 01-23-2019 12:36 PM

رد: مشكلة في تركيب النجوم
 
يغلق لتمام الفائدة

هيلبرنت 01-23-2019 10:53 PM

رد: مشكلة في تركيب النجوم
 
الحمد لله على الفائده والوصول للحل

هيلبرنت 01-24-2019 10:33 PM

رد: مشكلة في تركيب النجوم
 
يغلق للانتهاء


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

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