المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : الآن ستايل مياسة جاهز للتحميل هدية مجالس برق الشمال


برق الشمال
04-24-2005, 06:44 PM
بسم الله الرحمن الرحيم
اخواني واخواتي اعضاء وزوار مجالس برق الشمال
السلام عليكم ورحمة الله وبركاته

يسرنا ان نقدم لكم ستايل مياسة آملين ان يحوز على رضائكم

لمشاهدة الاستايل اضغط هنا استايل مياسة (http://www.barqalshamal.com/vb/index.php?styleid=36)

طريقة التركيب :
بعد فك الملف المرفق ستجد بداخله
ملف باسم ((myash))
وهذا الملف يرفع الى مجلد المنتدى ((vb)) مباشرة بواسطة ال اف تي بي
يوجد بالملف المرفق ملف vbulletin-style
من لوحة التحكم
ستايلات & القوالب
رفـع / تحميل ملف الستايل
يتم رفعه

ويوجد داخل الملف صورة باسم sendpmonline
توضع في مجلد الصور في مجلد المنتدى
على هذا المسار
vb\myash
ويوجد داخل الملف ملف سويتش باسم clock وينقل الى ملف الصور في المنتدى
على خذا المسار
vb\images
بالاضافة الى عدة هاكات وهي :
هاك المتواجدين لهذا اليوم بدون مربعات وذلك لعملية تلوين اسامي الاعضاء
هاك احصائيات المنتدى
هاك الصندوق السحري للذين لديهم الصندوق السحري
بالاضافة الى هاك آخر المواضيع بجدول متقلب
ولتشغيله
******************************************

افتح ملف
index.php
في مجلد المنتدى الرئيسي وابحث عن
eval('print_output("' . fetch_template('FORUMHOME') . '");');
تقريبا السطر الأخير ...... وقبله مباشرة اضف

************************************************** *************
// latest threads by rouad , edit by almuhajir
//if (!isset($action) or $action == "getactive") {
// active topics
$result = $DB_site->query("select threadid,forumid,title,postusername,lastposter,rep lycount from thread WHERE visible order by lastpost desc limit 5");


if (!mysql_num_rows($result)) {
eval("\$threadbits = \"".fetch_template('home_nothreads')."\";");

}
if (mysql_num_rows($result)) {
while ($latest_array = $DB_site->fetch_array($result)) {
$result_thread_text = $DB_site->query("select postid,dateline,pagetext from post where threadid='$latest_array[threadid]' order by dateline desc limit 1");
$result_thread_array = $DB_site->fetch_array($result_thread_text);

$title = $latest_array['title'];
$startedby = $latest_array['postusername'];
$numreplies = $latest_array['replycount'];
$lastposter = $latest_array['lastposter'];
$mpostid= $result_thread_array['postid'];
$atpostdate=vbdate($dateformat,$result_thread_arra y[dateline]);
$atposttime=vbdate($timeformat,$result_thread_arra y[dateline]);

$gothreadid = $latest_array["threadid"];
if (($counter++ % 2) != 0) {
$threadbg="#D8DCD8";
} else {
$threadbg="#E9EBE9";
}

eval("\$threadbits .= \"".fetch_template('home_threadbits')."\";");
}
}
//}

if ($action == "getnew") {
// new posts by rouad , edit by almuhajir
$result = $DB_site->query("select threadid,forumid,title,postusername,lastposter from thread WHERE visible AND thread.lastpost>=".$bbuserinfo[lastvisit]." AND thread.open<>10 order by lastpost desc limit 5");

if (!mysql_num_rows($result)) {
eval("\$threadbits = \"".fetch_template('home_nothreads')."\";");
} else {
while ($latest_array = $DB_site->fetch_array($result)) {
$result_thread_text = $DB_site->query("select postid,dateline,pagetext from post where threadid='$latest_array[threadid]' order by dateline desc limit 1");
$result_thread_array = $DB_site->fetch_array($result_thread_text);

$title = $latest_array["title"];
$startedby = $latest_array["postusername"];
$lastposter = $latest_array["lastposter"];
$mpostid= $result_thread_array["postid"];
$atpostdate=vbdate($dateformat,$result_thread_arra y[dateline]);
$atposttime=vbdate($timeformat,$result_thread_arra y[dateline]);

$gothreadid = $latest_array["threadid"];
if (($counter++ % 2) != 0) {
$threadbg="#D8DCD8";
} else {
$threadbg="#E9EBE9";
}
eval("\$threadbits .= \"".fetch_template('home_threadbits')."\";");
}
}
}

eval("\$threads = \"".fetch_template('home_threads')."\";");



احفظ الملف وارفعه الى منتداك


************************************************** ****
الخطوة الثانية اضافة قوالب جديدة
************************************************** ****
الآن من لوحة التحكم اضف تمبلت باسم home_threads
وضع بداخله هذا الكود
************************************************** ****

<!-- rouad.com/nabdh-alm3ani.net -->
<table bgcolor="#808080" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table cellpadding="2" cellspacing="1" border="0" width="100%">

<tr>
<td bgcolor="#B8BEB8" colspan="4">
<table width="100%" border=0 cellspacing=0 cellpadding=0><tr><td>
<smallfont>آخر مواضيع المنتدى</smallfont>
</td><td align=center>
<form style="margin-bottom:-2;" action="index.php" method="get">
<p align="left">
<select name="action" onchange="window.location=('index.php?s=$session[sessionhash]&action='+this.options[this.selectedIndex].value+'')">
<option>اعرض...</option>
<option>---------------------</option>
<option value="getactive">المواضيع النشطة</option>
<option value="getnew">المواضيع الجديدة</option>
</select> </p>
</form>
</td></tr></table>
</td></tr><tr><td bgcolor="#E9EBE9">
<!-- rouad.com/nabdh-alm3ani.net -->
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1
scrollDelay=50 direction=up width="100%" height=60>
$threadbits
</marquee>

</table>
</td></tr></table>

************************************************** ****
اضف ايضاً تمبلت آخر باسم home_threadbits
واضف بداخله هذا الكود
************************************************** ****

<!-- rouad.com/nabdh-alm3ani.net -->
<table bgcolor="#808080" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td bgcolor="#B8BEB8"><smallfont>الموضوع</smallfont></td>
<td bgcolor="#B8BEB8" width="20%" align="center"><smallfont>كاتب الموضوع</smallfont></td>
<td bgcolor="#B8BEB8" width="5%" align="center"><smallfont>الردود</smallfont></td>
<td bgcolor="#B8BEB8" width="22%" align="center"><smallfont>اخر مشاركه</smallfont></td>
</tr>
<tr>
<td bgcolor="$threadbg" align="right">
<p><smallfont><b><a href="showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"> $title</a></b></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$startedby">$startedby</a></smallfont></p>
</td>
<td bgcolor="$threadbg" align="center">
<p><smallfont>$numreplies</smallfont></p>
</td>
<td bgcolor="$threadbg" align="left">
<smallfont>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
<td nowrap><smallfont>بواسطة <a href="member.php?s=$session[sessionhash]&action=getinfo&username=$lastposter">
$lastposter</a></smallfont></td>
<td nowrap> <a href="showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"><img src="images/buttons/lastpost.gif" border="0" alt="اذهب لآخر مشاركة"></a></td>
</tr></table>
</td>
</tr></table>
</td></tr></table>
<br>

************************************************** ******
افتح تمبلت forumhome
واضف فيه هذا الكود
$threads
ويفضل بعد $navbar

اتمنى ان ينال هذا الاستايل على رضائكم

اخوكم برق الشمال

دمعة شوق
04-25-2005, 10:36 PM
الله يعطيك العافيه برق

الصراحه ذوووووق راقي

بدون مجامله

دمعة

برق الشمال
04-26-2005, 04:41 AM
الله يعطيك العافيه برق

الصراحه ذوووووق راقي

بدون مجامله

دمعة

الله يعافيك اختي ومشكورة وما قصرتي

بارك الله فيك

حمودي المجروح
04-30-2005, 02:12 AM
يديك العافيه حبيبي وما قصرت على الإستايل

برق الشمال
04-30-2005, 03:40 AM
الله يعافيك اخوي حمودي وجزاك الله الف خير ونورت المجالس يالغالي



في امان الله :)

جــ الغلا ــرح
05-03-2005, 09:00 AM
صراااحة رووووعة رووعه ...وتسلم ايديك يالذيب
لكن برق بسألك مثلا لو أبغي أحمله الان
على منتدى ثاني ...
الصور ...اللي عيها حرف M ومياسة... والهيدر
مكتوب عليه مجالس برق الشمال أو بدون ...لاني
باقي ما حملته ..ومشكور على الاستايل الروعه ..
صراحة راقي من جد

ABO_SLOO7
05-03-2005, 01:06 PM
صراحه الاستايل اوكييي

وانا شغال عليه

صيييييي يوووووووووو

برق الشمال
05-05-2005, 06:34 PM
صراااحة رووووعة رووعه ...وتسلم ايديك يالذيب
لكن برق بسألك مثلا لو أبغي أحمله الان
على منتدى ثاني ...
الصور ...اللي عيها حرف M ومياسة... والهيدر
مكتوب عليه مجالس برق الشمال أو بدون ...لاني
باقي ما حملته ..ومشكور على الاستايل الروعه ..
صراحة راقي من جد


الله يعافيك اخوي والعذر يالغالي عن تاخري بالرد

بالنسبة للهدير لا الصور فاضية ما عليك الا تسحبها للفوتو او اي برنامج للصور وتكتب اسم المنتدى عليه

اما

حرف الام موجود لانه اسم الاستايل

وحملة وفالك طيب :)

الف شكر اخوي

وشرفتنا والله


في امان الله

برق الشمال
05-05-2005, 06:35 PM
صراحه الاستايل اوكييي

وانا شغال عليه

صيييييي يوووووووووو
الرائع تواجدك اخوي ابو صلوح
وبارك الله فيك
وان شاء الله في مفاجات كثيرة سارة قادمة باذن الله


دمت بود

][زمان الصمت][
05-07-2005, 01:15 PM
الله يعطيك العافية اخوي برق الشمال

حقيقه شغل متعوب عليه

وشغل فنان


تسلم هالايادي والله

لكن انا صارت عندي مشكله وياريت اشوف لها حل

في المواضيع بيانات العضو الملف الشخصي موب ظاهر فيه المعلومات من تاريخ التسجيل وعدد المواضيع والاقامه .. ؟؟؟

ماادري فين المشكله


ولكـ اطيب تحيه

برق الشمال
05-08-2005, 12:02 AM
هلا وغلا اخوي صمت


طيبممكن رابط المنتدى واعتقمد الستايل خلني اشوف وان شاء الله تنحل المشكلة


انتظرك عودك


في امان الله

][زمان الصمت][
05-08-2005, 12:26 AM
الله يعطيك العافية وشااكر لك حرصك يالغالي


اخــوي بصراحه انا ماطرحت الاستايل بشكل نهائي لانه ماابي انزله وفيه نقص ..


لكن هذي صوره للي صار طالع معاي




http://www.7ashesh.com/./userfiles/zamanalsmt/za111.jpg

برق الشمال
05-08-2005, 12:42 AM
طيب يالغالي انت غيرت بالبوست ؟؟؟

برق الشمال
05-08-2005, 01:01 AM
هلا اخوي صمت

شوف الصورة هذه

http://www.barqalshamal.com/up1/up1/baaaa.jpg

هذه البيانات تطلع عندك مجرد تركيب الاستايل

انت الصورة الي عارضها على سيرفر محلي او على المنتدى حقك ؟؟؟

انت ركب الاستايل اوكي

بس لا تعتمده من الخيارات
وتقدر تدخل عليه بس انت ومن لوحة التحكم فقط على شان نشوف وين المشكلة



انا راح اعطيك البويست منجديد وبداله وشوف ان شاء الله تتعدل المشكلة

][زمان الصمت][
05-08-2005, 01:42 AM
هلا حبيبي برق ..

سوري يالغالي بتعبك معاي


انا بصراحبه السيرفر المحلي منحاس شوي عشان كذا ماركبته فيه

هذا مركبه على المنتدى

وانا ماعدلت شي في المنتدى لانه بااقي عندي الاستايل الحالي مافيه اي مشااكل المشكله بس مع الاستايل هذا


والف شكر لك اخوي الغالي

][زمان الصمت][
05-11-2005, 02:38 AM
سوري يالغالي برق ,,

ماادري صار فيه حل والا استعصت المشكله

وربي يعطيك العافية << وجهه نحس شوي خخخخخخخخخ

برق الشمال
05-11-2005, 02:45 AM
والله يا اخوي صمت هذا انا جالس اشتغل فيه ابي اشوف الحل الحين انت منتداك اي اصدار

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

][زمان الصمت][
05-11-2005, 02:50 AM
هلا بك يالغالي

اصدار منتداي 303
ماادري اذا فيه من لوحه التحكم خيار لها او شي من كذا ؟؟

برق الشمال
05-11-2005, 02:53 AM
اوكي اخوي

خذ الكود هذا



<!-- post #$post[postid] -->
<if condition="$show['spacer']">$spacer_open<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if>

<div align="center">

<table border="0" width="100%" id="table23" cellspacing="0" cellpadding="0">
<tr>
<td width="115">
<img border="0" src="myash/prok/UP_R.jpg" width="175" height="48"></td>
<td width="100%" background="myash/prok/UP_B.jpg">
<p align="center">
<img border="0" src="myash/prok/UP_C.jpg" width="45" height="48"></td>
<td width="115">
<img border="0" src="myash/prok/UP_L.jpg" width="175" height="48"></td>
</tr>
</table>

<DIV>
<TABLE class=tborder cellPadding=0 width="100%" border=0 style="border-collapse: collapse" bordercolor="#111111">
<tr valign="top">
<td class="alt2">
<p align="center">

<div align="center">

<table class="tborder" cellpadding="0" cellspacing="0" border="1" width="100%" bordercolorlight="#631625" bordercolordark="#631625" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td class="thead" style="font-weight:normal">
<p align="left">
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
<if condition="!$show['start_until_end']">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
<else />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal" align="$stylevar[right]">
<p align="left"> <strong>&nbsp;رقم المشاركة : </strong>
<if condition="$show['postcount']"><a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a></if>
</td>
</tr>

</div>

<TABLE class=tborder cellSpacing=0 borderColorDark=#631625 cellPadding=0 width="100%" borderColorLight=#631625 border=1 style="border-collapse: collapse" bordercolor="#111111">
<tr valign="top">
<td class="alt1" width="175" bgcolor="#F2BFCC" background="myash/ma_1.jpg">

<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" class="tborder" width="95%" id="table27">

<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('postbit1_$post[postid]')">
<img id="collapseimg_postbit1_$post[postid]" src="$stylevar[imgdir_button]/sortasc{$collapseimg_postid1}.gif" alt="" border="0" /></a>
المعلومات
</td>
<tbody id="collapseobj_postbit1_$post[postid]" style="{$collapseobj_postid1}">




<tr>
<td class="alt1">


<div class="alt2Active" style="padding:$stylevar[cellpadding]px; border:1px inset; overflow:auto">


<div id="postmenu_$post[postid]">
<a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<if condition="$post['usertitle']"><table border="1" width="95%" id="table28" bordercolorlight="#631625" cellspacing="0" cellpadding="0" bordercolordark="#631625" style="border-style:double; border-width:1px; border-collapse: collapse; color:#631625; background-color:#F8DCE3" bordercolor="#111111">
<tr>
<td bgcolor="#F8DCE3">
<p align="center"><font color="#733A02">$post[usertitle]</font></td>
</tr>
</table></if><if condition="$post['rank']">
<p>$post[rank]</if><if condition="$show['avatar']"><br />
<a href="member.php?$session[sessionurl]u=$post[userid]">
<img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div>
</if>

</div>

</td></tr> </table>








&nbsp;<div class="smallfont">
&nbsp;<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" class="tborder" width="95%" id="table32">

<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('postbit2_$post[postid]')">
<img id="collapseimg_postbit2_$post[postid]" src="$stylevar[imgdir_button]/sortasc{$collapseimg_postid2}.gif" alt="" border="0" /></a><a href="member.php?$session[sessionurl]u=$post[userid]">الملف الشخصي</a></td>
<tbody id="collapseobj_postbit2_$post[postid]" style="{$collapseobj_postid2}">


<tr>
<td class="alt1">


<div>
<div>

<if condition="$show['reputation']">
<table width="100%" border="0" cellspacing="0" cellpadding="1" id="table33">
<if condition="$post[userid]"><tr>
<td align="center">
<input type="text" name="Number1" size="28" dir="rtl" value="$vbphrase[join_date]: $post[joindate]" style="border:1px solid #631625; font-family:Microsoft Sans Serif; font-size:8pt; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#F8DCE3; color:#631625"></td>
</tr></if>
<if condition="$post['joindate']"><tr>
<td align="right">
<p align="center">
<input type="text" name="Number2" size="28" dir="rtl" value="رقم العضوية : $post[userid]" style="border:1px solid #631625; font-family:Microsoft Sans Serif; font-size:8pt; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#F8DCE3; color:#631625"></td>
</tr></if>
<tr>
<td align="right">
<p align="center">
<input type="text" name="Number3" size="28" dir="rtl" value="الإقامة : $post[field2]" style="border:1px solid #631625; font-family:Microsoft Sans Serif; font-size:8pt; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#F8DCE3; color:#631625"></td>
</tr>
<td align="right">
<p align="center">
<input type="text" name="Number4" size="28" dir="rtl" value="$vbphrase[posts]: $post[posts]" style="border:1px solid #631625; font-family:Microsoft Sans Serif; font-size:8pt; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#F8DCE3; color:#631625"></td>
</tr>
</table>
</if>
</div>
</div>

</div>
</div>

</td>
</td></tr></table><if condition="$show['reputation']">
<p>&nbsp;</p>
<fieldset style="border: 1px solid #55210B; width:158; height:64"><legend><a href="#" onclick="return reputation($post[postid])" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" href="#">$vbphrase[reputation]</a></legend>
<table width="100%" border="0" cellspacing="0" cellpadding="1" id="table13">
<table width="100%" border="0" cellspacing="0" cellpadding="1" id="table14">
<tr>
<td align="left">
<center>
<input type="text" name="Number" size="27" dir="rtl" value="عدد النقاط : $post[reputation]" style="border:3px double #631625; font-family:Microsoft Sans Serif; font-size:8pt; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#F8DCE3; color:#631625">
<BR><right>
$post[reputationdisplay]</span></td>
</tr>
</table>
</fieldset>
</if>
<BR>
$post[onlinestatus]
</div>
<div>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
</div>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
</div>

</td>
<td class="alt1" bgcolor="#FBEAEE">

<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

<!-- message -->
<div><center>$post[message]</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset" style="color: #631625; border: 3px double #631625">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset" style="color: #631625; border: 3px double #631625">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset" style="color: #631625; border: 3px double #631625">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset" style="color: #631625; border: 3px double #631625">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset" style="color: #631625; border: 3px double #631625">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>


<BR><BR><BR><BR><BR><BR><BR><BR>
<if condition="$post['signature']">
<!-- sig -->
<center>
<table border="0" cellspacing="1" width="100%" id="table26">
<tr>
<td width="100%" align=center>
<div><center>
<fieldset class="fieldset" style="border: 1px solid #6D233E">
<legend>التوقيع : </font> </legend>
<div style="padding:$stylevar[formspacer]px" align=center>
<span class="smallfont">$post[signature]</font>
</span></div>
</fieldset></center></div></td>
</tr>
</table>
<!-- / sig -->
</if>

<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
آخر تعديل $post[edit_username] يوم $post[edit_date] في <span class="time">$post[edit_time]</span>. <if condition="$post[edit_reason]"><br>
<input type="text" name="edit_reason" size="82" dir="rtl" value="سبب التعديل : $post[edit_reason]" style="border:3px double #631625; font-family:Microsoft Sans Serif; font-size:8pt; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; color:#631625; background-color:#F8DCE3; "></if></div>
<!-- / edit note -->
</if>

</td>
</tr>
<tr>
<TD background="myash/ma_1.jpg">

<if condition="$show['reputationlink']"><a href="#" onclick="return reputation($post[postid])"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<TD background="myash/ma_1.jpg" align="$stylevar[right]">
<!-- controls -->
<if condition="$post['editlink']">
<a href="$post[editlink]">
<img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" width="55" height="17" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<a href="$post[replylink]">
<if condition="$post['replylink']">
<img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<!-- / controls -->
</td>
</tr>
</table>


</td>
</tr>
</table>
</DIV>

</div>


<table border="0" width="100%" id="table22" cellspacing="0" cellpadding="0">
<tr>
<td width="102">
<img border="0" src="myash/prok/DW_R.jpg" width="189" height="30"></td>
<td width="100%" background="myash/prok/DW_B.jpg">
<p align="center">
<img border="0" src="myash/prok/DW_C.jpg" width="49" height="30"></td>
<td width="102">
<img border="0" src="myash/prok/DW_L.jpg" width="189" height="30"></td>
</tr>
</table>

<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]userid=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
</table>
</div>
<!-- / post $post[postid] popup menu -->

<if condition="$show['spacer']"><if condition="!$post['islastshown']"></div></if>$spacer_close</if></div></div></div></div></div>
<!-- / post #$post[postid] -->


ادخل التلمبات

واختر

تلمبت postbit

واحذف اللي فيه وحط هذا بداله ورد لي خبر


اوكي

برق الشمال
05-11-2005, 02:56 AM
عطني رابط منتداك اخوي شوي

][زمان الصمت][
05-11-2005, 03:09 AM
ياهلا بكـ اخوي برق

للاسف الشديد عدلته وماتعدل شي نفس المشكله

برق الشمال
05-11-2005, 03:45 AM
اوكي يالغالي ان شاء الله الحل قريب

king
05-16-2005, 03:51 AM
Thains Dear

اخر العشاق
03-30-2006, 12:24 AM
والله استايل خيالي

بس لو تكملون جميلكم وترقونه ..

لــ 3.5.4 ..

اكون لكم شاكر وممنون ..

وانا شفت هالاستايل في في منتدى .. اصداره 3.5.3 ..

واهو اللي خلاني ادخل على هالمنتدى الرائع ..عن طرق حقوق التصميم ..
wbb1.com

فياليت القى نسخه للاصدار الجديد ..

بصراحه الاستايل ما يتفوت . .

وطالبكم لا تردوني.

تحياتي..

اخر العشاق
03-30-2006, 12:42 AM
غريبه ..

الاستايل لما ركبته على السيرفر الشخصي طلع لونه عنابي مدري او احمر غامق

لكن هذا المنتدى لونه غير.. وهو اللي عجبني..

http://www.7-zn.com/vb/index.php

هل فيه نسخ ثانيه منزلينها لمياسه ..

والله اني ابي هالاستايل..

برق الشمال
03-30-2006, 06:22 PM
ان شاء الله اخوي آخر العشاق قريب ان شاء الله

والنسخة الموجودة بالمنتدى اللي عرضته معدله وبيني وبينك لسه ما رقيت الاستايل

قريب ان شاء الله وراح يصير له تعديل بإذن الله


بارك الله فيك يالغالي



في امان الله

اخر العشاق
04-03-2006, 02:15 PM
في انتظارك يالغالي..

والله يعطيك الف عافيه ..

تحياتي..