عرض مشاركة واحدة
قديم 01-23-2019, 09:21 AM
المشاركة 4
Anis07
.:: عضو مشارك ::.
  • Anis07 غير متواجد حالياً
افتراضي رد: مشكلة في تركيب النجوم
حدث معي هذا المشكل
وقت تفعيل خيار "استخدام الروابط الصديقه الكاملة" تنعطب النجوم و وقت تعطيلها ترجع
وجدت هذا الحل مع تفعيل خيار "استخدام الروابط الصديقه الكاملة" و الحمدلله تظهر النجوم بأفضل شكر

كود:
<!-- 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-->