مشكلة في المنتدي عند تركيب كود index_box

اذهب الى الأسفل

ãÚáæãÉ مشكلة في المنتدي عند تركيب كود index_box

مُساهمة من طرف omarpop23 الثلاثاء 26 أغسطس 2014 - 12:16

لما بركب كود index_box في التومبيلات  بلاقي الاقسام بااااااظت خاااالص
- رابط المنتدى للمعاينة
http://trtsha.arab.st

قالب index_box
الكود:

<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
   
<style Type="Text/css">.boxroll{border: 1px solid; color: #b2b2b2; background-color: #fff;  border-radius: 0px 0px 7px 7px;  spacing: 0px 2px 0px 0px;}</style><!--
 صورة اعلى الفئات بدااااااااااااااااااااية  -->


  </tbody></table>
<img height="34" src="http://i49.servimg.com/u/f49/16/89/40/74/tttttt10.jpg" alt="" width="100%" /><br />


<br /><br />
<table class="oonnline" width="100%" border="0" cellspacing="1" cellpadding="2">
<tbody>





 
<tr>

<th colspan="2" nowrap="nowrap" width="100%" class="secondarytitle">
<h2>&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</h2> </th>
<th align="right" nowrap="nowrap" width="140">
<div style="width:200px; font-size: 8pt">آخر مشاركة</div></th>
<th align="center" nowrap="nowrap">
<div style="width:55px; font-size: 8pt">مواضيع</div></th>
<th align="center" nowrap="nowrap">
<div style="width:55px; font-size: 8pt">مشاركات</div></th>
</tr>
                         
  <!-- END tablehead -->


  <!-- BEGIN forumrow -->


<tr>
<td class="row1" align="center" valign="middle">


         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
  </td>
<td class="row1 over" colspan="1" valign="top" width="100%" height="50">
  <font size="2">
<h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
    </font>
  </td>
<td align="right" class="row3 over" valign="middle" height="40">
 <span class="gensmall"><span>
  {catrow.forumrow.LAST_POST}
  </span></span>
 

  </td>     
<td class="row3" align="center" valign="middle" height="15"><fieldset class="bomazen">
<div align="center" style="width: 30px; height: 13px; margin-top: 0px"><font face="Tahoma">
  <span style="font-size: 9pt"><b>{catrow.forumrow.TOPICS}</b></span></font></div></fieldset>
</td>
<td class="row3" align="center" valign="middle" height="13"><fieldset class="bomazen">
<div align="center" style="width: 30px; height: 13px; margin-top: 0px">
  <font face="Tahoma"><span style="font-size: 9pt"><b>{catrow.forumrow.POSTS}</b></span></font></div></fieldset>          </td><style type="text/css">.bomazen {background: #f3f3f3;border : #ccc solid 0px;margin : 1px 4px 9px 4px;overflow : hidden; text-align: center;  color: #595959; border-radius : 5px;box-shadow: inset 0 0 7px 4px #e8e8e8;} </style>
</tr>
<tr></tr>
 
 
  </tbody></table>
<img height="34" src="http://i49.servimg.com/u/f49/16/89/40/74/untitl57.jpg" alt="" width="100%" /><br />


<!-- END forumrow -->

  <!-- BEGIN tablefoot -->
               
  <!-- END tablefoot -->
<!-- END catrow -->



  </tbody></table>
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

    <!-- BEGIN switch_user_login_form_header -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <!-- BEGIN switch_fb_connect_no -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect_no -->

      <!-- BEGIN switch_fb_connect -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td valign="top" width="100%"  class="row1" align="center">
                <table width="100%">
                  <tr>
                      <td width="55%" valign="middle" align="right">
                        <table class="right">
                            <tr>
                              <td><span class="genmed">{L_USERNAME}:</span> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </td>
                              <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                        </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                        <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON} بحسابك على facebook</fb:login-button></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td width="50%" valign="top">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
        <!-- END switch_delete_cookies -->
        </span>
      </td>
      <td width="50%" align="right">
        <span class="gensmall">
           
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
              <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
        </span>
      </td>
  </tr>
</table>

    <!-- BEGIN switch_user_login_form_footer -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <!-- BEGIN switch_fb_connect_no -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect_no -->

      <!-- BEGIN switch_fb_connect -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td valign="top" width="100%"  class="row1" align="center">
                <table width="100%">
                  <tr>
                      <td width="55%" valign="middle">
                        <table class="right">
                            <tr>
                              <td><span class="genmed">{L_USERNAME}:</span> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </td>
                              <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                        </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                        <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON} بحسابك على  facebook </fb:login-button></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_footer -->
<!-- صورة اعلى الفئات نهااااااااااااااااااااااااية  -->
<img height="34" src="http://i49.servimg.com/u/f49/16/89/40/74/tttttt10.jpg" alt="style" width="100%">
<!-- صورة اعلى الفئات نهااااااااااااااااااااااااية  -->
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
   
<style>           
/****** فراغ بين اسماء الاعضاء ********/
a strong{ padding: 0 9px 0 9px;}
</style>
         
  </tr>
  <tr>
      <td class="row1" rowspan="6" align="center" valign="middle"><img alt="{online}" src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}    |   
      {TOTAL_USERS}    |   
      {NEWEST_USER}
                  </span>

  <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />


      {LOGGED_IN_USER_LIST}</span></td>

            </tr>
  {L_CONNECTED_MEMBERS}
  {L_WHOSBIRTHDAY_TODAY}
  {L_WHOSBIRTHDAY_WEEK}
  <tr>

      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
  </tr>
  <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :&nbsp; {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
        </span>
      </td>
  </tr>
  <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
<!-- صورة اسفل الفئات بدااااااااااااااااااااية  -->
  <img height="34" src="http://i49.servimg.com/u/f49/16/89/40/74/untitl57.jpg" alt="style" width="100%"> 
<!-- صورة اسفل الفئات نهااااااااااااااااااااااااية  -->
   
   
{CHATBOX_BOTTOM}
<br clear="all" />
{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
                 
    <!-- BEGIN switch_fb_index_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->
omarpop23
omarpop23
 
 

ذكر
عدد المساهمات : 1522
معدل النشاط : 6530
السُمعة : 218

http://www.best-devs.net

الرجوع الى أعلى الصفحة اذهب الى الأسفل

ãÚáæãÉ رد: مشكلة في المنتدي عند تركيب كود index_box

مُساهمة من طرف omarpop23 الثلاثاء 26 أغسطس 2014 - 14:57

مشكلة في المنتدي عند تركيب كود index_box D10 مشكلة في المنتدي عند تركيب كود index_box 221706 مشكلة في المنتدي عند تركيب كود index_box 221706  Laughing
omarpop23
omarpop23
 
 

ذكر
عدد المساهمات : 1522
معدل النشاط : 6530
السُمعة : 218

http://www.best-devs.net

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى