[مجابة] كيف اقوم بفصل المنتديات عن بعضها

منتديات ستايلات phpBB3 والنقاش حول استايلات الجيل الثالث من phpBB وأيضاً حل مشاكل الاستايلات العامة

المشرفون: alhitary،طاقم الاستايلات

قوانين المنتدى
هذه الساحة للنقاش حول كيفية الاستايلات وليست لحل المشاكل المتعلقه بذلك، مشكلة الاستايل تطرح في موضوع الاستايل نفسه
صورة العضو الرمزية
phpbbx
عضو فعال
عضو فعال
مشاركات: 486
اشترك في: الخميس يونيو 28, 2007 10:17 pm

مشاركةبواسطة phpbbx » الجمعة يوليو 27, 2007 8:49 pm

?? ???? ???? ????? ??

صورة


:?: :?:




صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الجمعة يوليو 27, 2007 8:58 pm

phpbbx ?? ??????? ?????? ?? ??? ??? ????? ???? ???? BRUCE ?
?? ??? ??? ?? ???????
?????? ?? ???? ????? ???? ???????
صورة

صورة العضو الرمزية
phpbbx
عضو فعال
عضو فعال
مشاركات: 486
اشترك في: الخميس يونيو 28, 2007 10:17 pm

مشاركةبواسطة phpbbx » الجمعة يوليو 27, 2007 9:11 pm

???? ????? كتب:phpbbx ?? ??????? ?????? ?? ??? ??? ????? ???? ???? BRUCE ?
?? ??? ??? ?? ???????
?????? ?? ???? ????? ???? ???????

??? ???? ...????? ??? ???? ?????? :D

???? ???? ?? ?????

صورة

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الجمعة يوليو 27, 2007 9:15 pm

??? ?? ??? ??????? ????? ???? ????? ??? ?????? ????? ??? ????????? ??? ??????? ??? ???? ??? ???
?????? ?? ???? ????? ???? ???????
صورة

صورة العضو الرمزية
phpbbx
عضو فعال
عضو فعال
مشاركات: 486
اشترك في: الخميس يونيو 28, 2007 10:17 pm

مشاركةبواسطة phpbbx » الجمعة يوليو 27, 2007 9:21 pm

???? ????

forum\styles\brsobekk\template

?? ???

forumlist_body.html


??? ???? ????? ?????? ??????

كود: تحديد الكل


<!-- BEGIN forumrow -->
   <!-- IF forumrow.S_IS_CAT -->
       <tr>
      <td class="tablefooter" colspan="5"></td>
    </tr></table>
   <br />
    <table class="tablebg" cellspacing="1" width="100%">
<tr>
   <th colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></th>
   <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
   <th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>
   <!-- ELSEIF forumrow.S_IS_LINK -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <!-- IF forumrow.CLICKS -->
            <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
         <!-- ELSE -->
            <td class="row2" colspan="3" align="center">&nbsp;</td>
         <!-- ENDIF -->
      </tr>
   <!-- ELSE -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td width="100%" class="row4">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS -->
               <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
         <td class="row2" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p class="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
   <!-- ENDIF -->
   <!-- BEGINELSE -->
   <tr>
      <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>
   </table>
    <!-- END forumrow -->
    <tr>
      <td class="tablefooter" colspan="5"></td>
    </tr>
</table>


???? ????? .

???? ??? ?????

forum\cache

????? ?? ??????? ?? ???? ??????? ???? Refresh

:idea:
آخر تعديل بواسطة phpbbx في الجمعة يوليو 27, 2007 9:26 pm، تم التعديل مرة واحدة.

صورة العضو الرمزية
phpbbx
عضو فعال
عضو فعال
مشاركات: 486
اشترك في: الخميس يونيو 28, 2007 10:17 pm

مشاركةبواسطة phpbbx » الجمعة يوليو 27, 2007 9:24 pm

???? ????? كتب:??? ?? ??? ??????? ????? ???? ????? ??? ?????? ????? ??? ????????? ??? ??????? ??? ???? ??? ???
?????? ?? ???? ????? ???? ???????


:D

?? ????? ?? ??? ??? ??? ???? ??????? ... :roll:

?????? .

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الجمعة يوليو 27, 2007 9:38 pm

?????? ?? ??? ????????? ???? ????? ???????? ???? ???? ?? ????? ?????? ??? ??????? ??? ???? ????? ??? ?????????? ???? ??? ????? ?????? ??

كود: تحديد الكل

<table>

<!-- BEGIN forumrow -->
   <!-- IF forumrow.S_IS_CAT -->
       <tr>
      <td class="tablefooter" colspan="5"></td>
    </tr></table>
   <br />
    <table class="tablebg" cellspacing="1" width="100%">
<tr>
   <th colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></th>
   <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
   <th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>
   <!-- ELSEIF forumrow.S_IS_LINK -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <!-- IF forumrow.CLICKS -->
            <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
         <!-- ELSE -->
            <td class="row2" colspan="3" align="center">&nbsp;</td>
         <!-- ENDIF -->
      </tr>
   <!-- ELSE -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td width="100%" class="row4">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS -->
               <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
         <td class="row2" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p class="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
   <!-- ENDIF -->
<!-- BEGINELSE -->
   <tr>
      <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>
<!-- END forumrow -->
   <tr>
      <td class="tablefooter" colspan="5"></td>
   </tr>
</table>
صورة

صورة العضو الرمزية
phpbbx
عضو فعال
عضو فعال
مشاركات: 486
اشترك في: الخميس يونيو 28, 2007 10:17 pm

مشاركةبواسطة phpbbx » الجمعة يوليو 27, 2007 10:57 pm

???? ????? كتب:?????? ?? ??? ????????? ????? ??


????? :D

???? ????? كتب:???? ????? ???????? ????

1. ???? ???? ???????? ???? ?

:idea:

صورة العضو الرمزية
جواد النيل
عضو فعال
عضو فعال
مشاركات: 540
اشترك في: الثلاثاء مارس 30, 2004 9:35 am
مكان: مـصـEgypt ـر
اتصال:

مشاركةبواسطة جواد النيل » الجمعة أغسطس 03, 2007 2:54 pm

صورة

صورة العضو الرمزية
phpbbx
عضو فعال
عضو فعال
مشاركات: 486
اشترك في: الخميس يونيو 28, 2007 10:17 pm

مشاركةبواسطة phpbbx » الجمعة أغسطس 03, 2007 7:11 pm

???? ????? كتب:http://upload.9q9q.net/image/KLGHHCsuR/Untitled-1.jpg.html


??? ????? ??? ??? ?? ??? :wink:


العودة إلى ”الاستايلات [ ×.3.0 ]“

الموجودون الآن

المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 7 زوار