السلام عليكم ورحمة الله وبركت
هذا هاك جدا جميل
يقوم بترحيب بالعضو والضيف بشريط السفلي
ويخبر العضو بعدد رساله
والكثير
طريقة التركيب
اضف هذا الكود في قالب الهيدر
كود PHP:
<if condition="$bbuserinfo[userid] != 0">
<******>
<!-- Hide from old browsers
message = " أهلا وسهلا بكـ $bbuserinfo[username] في $vboptions[bbtitle] ^" +
" آخر دخول لك فى المنتدى كان$pmbox[lastvisitdate] $pmbox[lastvisittime]^" +
" بريدك هو $bbuserinfo[email]^" +
" أنت الآن في رتبة $bbuserinfo[usertitle]^" +
<if condition="$bbuserinfo['options'] & $_USEROPTIONS['receivepm']">
" يوجد لديك $bbuserinfo[pmunread] رسالة خاصة غير مقروءة^" +
" مجموع رسائلك هو $bbuserinfo[pmtotal]^" +
</if>
"^"
scrollSpeed = 50
lineDelay = 1800
// Do not change the **** below //
txt = ""
function scroll****(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scroll****('"+pos+"')",pauze)
}
// Unhide -->
scroll****(0)
<