Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Index_body nu functioneaza in alt forum

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Index_body nu functioneaza in alt forum

Mesaj Scris de MortalRo Dum Dec 08, 2013 11:48 am

- versiunea forumului; phpBB2
- o captura de ecran cu problema dvs. (Cum se face?);  
- statutul dvs. in forum (fondator sau nu); Fondator
- daca aveti sau nu template-uri modificate; Da
- daca aveti sau nu CSS personalizat; Da
- browserul folosit. Google Chrome

Aici aveti Index_body:
Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="tabel921" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN message_admin_titre -->
 <tr>
 <td height="28"><span class="titlu">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
 </tr>
 <!-- END message_admin_titre -->
 <!-- BEGIN message_admin_txt -->
 <tr>
 <td 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="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</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 -->
        <br /><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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><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="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white"> DrmTaberei Romania # Disclaimer</font></b>{Statistici}</a></span>            
              </span>
</tr>
<td class="row1"><span class="gensmall">  <font=Arial>Nu raspundem de fisierele care apar aici sau sunt urcate pe hostul nostru! Link-urile sunt furnizate exclusiv de utilizatorii acestui site. Comunitatea DrmTaberei Romania nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza sau orice alte actiuni ilegale ale acestora. Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni nu ezitati sa ne contactati. Administratorii acestei comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment fara nici un anunt prealabil. Drepturile de autor pentru toate creatiile acestei comunitati apartin DrmTaberei Romania si este interzisa reproducerea sau copierea lor. Va rugam sa cititi cu atentie acest disclaimer si sa il tratati cu maxima seriozitate!</font></td></span>
<tr>

  <tr>
<td class="row1"><span class="gensmall">
<img src="http://cdn4.iconfinder.com/data/icons/fugue/icon/calendar-task.png" border="0" alt="" /><strong> Comunitatea a fost infiintata in data de : <font color="openblue">Mie 07 Nov 2012 - 13:51</font></strong>
</td>
</tr>
    
    <tr>
<td class="row1"><span class="gensmall">
<img src="http://i47.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" /><strong> Fondator-ul comunitatii DrmTaberei Romania este : <font color="red">Aatrox.</font></strong>
</td>
</tr>
  
<table class="forumline" width="45%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">

      {Statistici}<span class="cattitle">DrmTaberei Romania # <a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>{Statistici}
  </tr>
      
<td class="row1"><span class="gensmall">
<strong><img src="http://www.csneamt.ro/forum/styles/csneamt/theme/images/most_users.png" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/i_icon10.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">  
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/images16.jpg" border="0" alt="" /> Recordul de utilizatori conectati a fost de 496, Vin 9 Nov 2012 </td></span>
</tr>
  
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/new_po10.png" border="0" alt="" /> {NEWEST_USER}  </span><img src="http://i48.servimg.com/u/f48/17/38/19/69/89223210.gif" border="0" alt="" /></td>
</tr>
  
    <tr>
<td class="row1"><span class="gensmall">
<img src="http://i48.servimg.com/u/f48/16/68/66/37/gnome-10.png" border="0" alt="" /><strong> Versiune forum instalata : <font color="openblue">PhpBB2 [v.3.1.]</font></strong>
</td>
</tr>
    
<tr>
<td class="row1"><span class="gensmall">
<img src="http://i47.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" /><strong> Fondator-ul comunitatii DrmTaberei Romania este : <font color="red">Aatrox.</font></strong>
</td>
</tr>

  <tr>
<td class="row1"><span class="gensmall">
<img src="http://i20.servimg.com/u/f20/15/90/66/64/table_10.png" border="0" alt="" />
  <strong>Contact fondator via Pm :<a href="http://drmtaberei.forumz.ro/privmsg?mode=post&u=1"> <font color="red">Aatrox.</font></strong></a></span> <img src="http://th196.photobucket.com/albums/aa94/MustHaveAvatars/Online%20Offline/Online/th_online.gif" border="0" alt="" /></td>
</tr>
</tr>
  
<tr>
<td class="row1"><span class="gensmall">
<img src="http://cs1.ro/forum/styles/cs1/theme/images/terms.png" border="0" alt="" />
<strong>Citeste : <a href="http://drmtaberei.forumz.ro/t2-regulamentul-drtaberei-cititi">Regulamentul comunitatii si Termenii de utilizare</strong></a></td></span>
</tr>
</tr>
    
  
    <table class="forumline" width="100%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  <b><font color="white"> DrmTaberei Romania # Utilizatori | Staff</font></b></a></span>            
              </span>
</tr>
  <td class="row1"><span class="gensmall">  {LOGGED_IN_USER_LIST}</td></span>
<tr>
<div class="adds2"><span style="font-size: 11px; line-height: normal"> <strong>{L_CONNECTED_MEMBERS}</strong></span></div><br/>
<tr>
<td class="row3"><span class="gensmall"> DrmTaberei Romania # Staff {GROUP_LEGEND}</td></span>
<tr>
  
  
  <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <td class="catHead" colspan="2" height="28">
  <span class="cattitle"><div align="center"><img src="http://i.imgur.com/bRFuYNU.png" border="0" alt="" /></div></span>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png" alt="DrmTaberei Romania" /></td>
<td class="row1" width="100%"><span class="gensmall">
<marquee>
  <a href="http://drmtaberei.forumz.ro/" target="_blank" title="DrmTaberei Romania"><img src="http://i83.servimg.com/u/f83/18/03/81/77/miniba10.gif" style="width:88px;height:31px;border:0" alt="DevilGaming Romania"></a>
  <a href="http://drmtaberei.forumz.ro/" target="_blank" title="DrmTaberei Romania"><img src="http://i83.servimg.com/u/f83/18/03/81/77/miniba10.gif" style="width:88px;height:31px;border:0" alt="Malefic-Zone"></a>
  </marquee>
<tr>
  <td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">DrmTaberei Romania™ #  <a href="http://drmtaberei.forumz.ro">comunitate dedicata gammer-ilor si graffer-ilor </a> # <a href="http://malefic-zone.forum.st">Malefic-Zone Romania </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # </strong></span></span></div></span></td>
</tr>
</td>
</tr>
</table>

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->

{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
});
//]]>
  ]
  <center>
<table align="center" class="menu-sus" width="424" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #BF0000">
       <tr>
         <td align="center"><color="#FFFFFF">   CopyRight ˆ 2012/2014 - Design creat si codat de Aatrox pentru comunitatea DrmTaberei Romania ~ Toate drepturile rezervate.    </color></td>
       </tr>
      </table>
</script>
<!-- END switch_fb_index_login -->
  
  <center><img src="http://i37.servimg.com/u/f37/18/22/12/35/partne11.png"></center>
si aici un print https://2img.net/r/ihimg/photo/my-images/201/2ro1.png/ Asa imi arata mie ....

Si am pus acelas index_body pe un alt forum mai vechi si arata asa :
https://2img.net/r/ihimg/photo/my-images/826/7qf0.png/

Deci nu imi pot da seama de unde este problema:((
M-ar putea ajuta cineva va rog frumos ?

P.S Si aici am foaia de stil CSS Personalizata:
Cod:
.pun .user-ident .user-basic-info {
font-weight: 700;
margin-top: 10px;
}

.pun .user-ident .username {
width: 91%;
background-color: white;
padding: 5px;
text-align: center;
border: 1px solid rgb(204, 204, 204);
margin-top: -1px;
}

.user-basic-info a img {
background-color: white;
margin-bottom: 3px;
margin-right: 11px;
padding: 5px;
text-align: center;
border: 1px solid rgb(204, 204, 204);
}

-----------------------------------------------NexT------------------------------------------------------------
a:link {  
    text-decoration: none;  
    text-shadow: none;  
    -webkit-transition: 100ms linear 0s;  
    -moz-transition: 100ms linear 0s;  
    -o-transition: 100ms linear 0s;  
    transition: 100ms linear 0s;  
    outline: 0 none;  
}  

a:link:hover, a:link:focus  
{    
    text-shadow: -1px 1px 8px #000, 1px -1px 8px #000;  
}
#tipkice {
      padding-left: 0px;
      position: fixed;
      left: 0;
      top: 100px;
      width: 24px;
}

.post{
background: #615e5e;
}

#tipkice a img:hover {    padding-left: 14px;
}
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black;
}
a[href="/u2"]{
text-decoration: none !important;
text-shadow: 0 0 0.1em black, 0 0 0.1em black, 0 0 0.1em black;
}
.profile_field_list li {
display: inline;
}
#novo img {
    max-width: 50px;
}
/*IPB Tables*/
table.ipbtable th.formsubtitle,.formsubtitle{background-color:#2d2d2d;margin-top:-12px}table.ipbtable tfoot td{background-image:url(http://hitskin.com/themes/15/40/59/i_back_title.png);border-bottom:solid 0 #131313;border-left:solid 0 #404040;border-right:solid 0 #121212;border-top:solid 1px #820000;height:10px;padding:0 3px}table.ipbtable .forumdesc{color:#666}.row1,.row2,.row3,.row3Right{background-color:#313131;background-image:url(http://www.dodaj.rs/f/1t/fb/10Tazcna/vaoolo27.png);background-repeat:repeat-x;border-bottom:.5px solid #131313!important;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.row1{background-color:#313131;background-image:url(http://www.dodaj.rs/f/1t/fb/10Tazcna/vaoolo27.png);background-repeat:repeat-x;border-bottom:solid .5px #00000;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.row2{background-color:#313131;background-image:url(http://www.dodaj.rs/f/1t/fb/10Tazcna/vaoolo27.png);background-repeat:repeat-x;border-bottom:solid .5px #00000;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.row3{background-color:#313131;background-image:url(http://www.dodaj.rs/f/1t/fb/10Tazcna/vaoolo27.png);background-repeat:repeat-x;border-bottom:solid .5px #00000;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}.row3Right{background-color:#313131;background-image:url(http://www.dodaj.rs/f/1t/fb/10Tazcna/vaoolo27.png);background-repeat:repeat-x;border-bottom:solid .5px #00000;border-left:solid .5px #00000;border-right:solid .5px #00000;border-top:solid .5px #00000}
body {
  margin: 0px;
  -moz-opacity: 0.5;
opacity: 1.0;
  }

.post .poster-profile a img,
form[action *="/privmsg?folder="]  .forumline  td[width*="22"] img,
form[action *="/privmsg?folder="]  .forumline  td[rowspan*="4"] img,
form[action *="/profile"]  .forumline .row1  table[width*="70"] td[align*="center"] img  {
background:url("http://i39.tinypic.com/11rahqw.jpg") no-repeat scroll 0 0 transparent;padding:17px 17px 15px;width: 92px;height: 92px;}
#i_icon_mini_index {
background-image: url('http://www.dodaj.rs/f/O/nY/2uuijTL4/forum.png');
width: 128px;
height: 29px;
}
#i_icon_mini_index:hover {
background-image: url('http://www.dodaj.rs/f/3d/12n/zaYkXh1/hover.png');
width: 128px;
height: 29px;
}
#i_icon_mini_new_message {
background-image: url('http://www.dodaj.rs/f/3R/sa/2mz3k6Rb/9.png');
width: 128px;
height: 29px;
}
#i_icon_mini_new_message:hover {
background-image: url('http://www.dodaj.rs/f/18/8b/4oLXC9sV/10.png');
width: 128px;
height: 29px;
}
#i_icon_mini_login {
background-image: url('http://www.dodaj.rs/f/3h/Kd/qPDQUkD/13.png');
width: 128px;
height: 29px;
}
#i_icon_mini_login:hover {
background-image: url('http://www.dodaj.rs/f/3A/my/I1PPLEF/14.png');
width: 128px;
height: 29px;
}
#i_icon_mini_register {
background-image: url('http://www.dodaj.rs/f/9/12C/2G0ctepb/11.png');
width: 128px;
height: 29px;
}
#i_icon_mini_register:hover {
background-image: url('http://www.dodaj.rs/f/2E/Es/22V1RzrT/12.png');
width: 128px;
height: 29px;
}
#i_icon_mini_logout {
background-image: url('http://www.dodaj.rs/f/d/6w/1R8G5Zut/15.png');
width: 128px;
height: 29px;
}
#i_icon_mini_logout:hover {
background-image: url('http://www.dodaj.rs/f/1p/sq/2nr8gJyA/16.png');
width: 128px;
height: 29px;
}
#i_icon_mini_profile {
background-image: url('http://www.dodaj.rs/f/2X/Mr/2nOHlhL3/5.png');
width: 128px;
height: 29px;
}
#i_icon_mini_profile:hover {
background-image: url('http://www.dodaj.rs/f/1V/OP/4Nrfcaqg/6.png');
width: 128px;
height: 29px;
}
#i_icon_mini_message {
background-image: url('http://www.dodaj.rs/f/26/bv/2WyAqDo8/7.png');
width: 128px;
height: 29px;
}
#i_icon_mini_message:hover {
background-image: url('http://www.dodaj.rs/f/3Y/I2/LZJ75EH/8.png');
width: 128px;
height: 29px;
}
#i_icon_mini_members {
background-image: url('http://www.dodaj.rs/f/3s/EE/pNKWv69/1.png');
width: 128px;
height: 29px;
}
#i_icon_mini_members:hover {
background-image: url('http://www.dodaj.rs/f/12/wH/2FW1indL/2.png');
width: 128px;
height: 29px;
}
#i_icon_mini_search {
background-image: url('http://www.dodaj.rs/f/33/52/4vrcu7FX/forum.png');
width: 128px;
height: 29px;
}
#i_icon_mini_search:hover {
background-image: url('http://www.dodaj.rs/f/1i/3x/1zTv6wFW/hover.png');
width: 128px;
height: 29px;
}
#i_icon_mini_groups {
background-image: url('http://www.dodaj.rs/f/2T/ZD/1koNsujq/3.png');
width: 128px;
height: 29px;
}
#i_icon_mini_groups:hover {
background-image: url('http://www.dodaj.rs/f/4/DW/3kLt2LR8/4.png');
width: 128px;
height: 29px;
}
.novo {
background-color: #141414;
border: 1px solid #252525;
color: #FFFFFF;
margin-top: 2px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 3px;
padding-top: 3px;
text-align: left;
width: 135px;
}
a[href="/faq"]{
display: none;
}
.code {
border-radius: 10px;
-webkit-border-radius: 10px;
}
.code {
background-color: #222222 !important;
  border-color: #3a3a3a !important;
}
.quote {
border-radius: 10px;
-webkit-border-radius: 10px;
}
.quote {
background-color: #222222 !important;
  border-color: #3a3a3a !important;
  }
#tipkice a img:hover {    padding-left: 10px;}


.postdetails a img {
  opacity: 0.1;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.6s;
  transition-property: opacity;
  transition-duration: 0.6s;
  filter:alpha(opacity=60);
}
.postdetails a img:hover {
  opacity: 1.0;
  filter:alpha(opacity=100);
}

.topictitle strong {
    background-color: #398AC6;
    color: white;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url("http://i.imgur.com/BnZuWJM.png");
    background-repeat: repeat-x;
    background-position: 0px -1px;
    padding: 1px 5px;
}

.user-basic-info {
background: url(http://i.imgur.com/8OKqAgJ.png) repeat-x scroll 0 -1px #202020;
border: 1px solid #2D2D2D;
border-bottom: 0 solid!important;
padding: 5px;
}

.user-info {
border: 1px solid #2D2D2D;
margin-bottom: 10px;
margin-top: -10px;
padding: 8px;
}

 .online43{
        background-color:transparent;
        border-bottom-color:#3B3B3B;
        border-style:dashed;
        border-bottom-width:1px;
        border-left-color:#3B3B3B;
        border-left-width:1px;
        border-right-color:#3B3B3B;
        border-right-width:1px;
        border-top-color:#3B3B3B;
        border-top-width:1px;
        margin-bottom:4px;
        padding: 3px;
        }

    
 .online43:hover{
    border-color:#FF5900;
    }

.chenar{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 5px;
border: 1px solid #fff;
box-shadow: 0px 0px 10px #f3f3f3, inset 0px 0px 2px #f1f1f1;
width: 130px;}


.forumline tr td.row1.over span.genmed img[style]{
position: relative !important;
bottom: 10px;
}

.forumline tr td.row1.over h3.hierarchy{
margin-left: 47px;
}


#i_logo{
-moz-transition-duration: 1.5s;
-webkit-transition-duration: 1.5s;
-o-transition-duration: 1.5s;
}

#i_logo:hover{
margin-left:100px;
}


.row1 {
border-radius: 10px;
}
.row2 {
border-radius: 10px;}
.row3 {
border-radius:
}


input{
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;}
    
    

.row3.over .gensmall{
    -moz-box-shadow: 0px 0px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 5px #ffffff;
    box-shadow: 0px 0px 5px #ffffff;}


.multumesc-msg{
  text-align: center !important;
  font-weight: bold;
  color: orange;
  font-size: 16px;
  margin-top: 60px;
}

.multumesc-msg img{
  position: relative;
  top: 5px;
}

.multumesc-msg div{
  margin-left: 5px;
  margin-right: 5px;
  display: inline !important;
}

.forumline {
border: 1px dashed;
}

a[href="/g2-moderatori"] {
color: #001aff;
}

.adds1{
padding: 5px;
border: solid 1px #2987CF;
border-radius: 4px;
font-family: arial;
  position: relative;
top: 2200px;
}

.adds2{
padding: 5px;
position: relative;
top: 2398px;
border: solid 1px #2787CF;
border-radius: 4px;
heigh: 10px;
font-family: arial;
}[/hide]

.adds3{
font-family: Trebuchet MS;
font-size: 10px;
font-color: #3d3d3d;
}


td.spoiler_content {
margin-top: 5px !important;
padding-top: -10px !important;
background-color: transparent !important;
border-left: 0px !important;
border-right: 0px !important;
border-bottom: 0px !important;
border-top: 1px solid #d4d4d4 !important;
padding-bottom: 5px;
padding-top: 5px;
}
table.spoiler tbody tr td span.genmed b {
color: #9C9C9C !important;
text-shadow: 1px 1px 1px #ffffff !important;
font-weight: normal !important;
font-size: 16px;
}
td.spoiler_closed.hidden {
display: block;
cursor: pointer;
margin-top: -23px;
background-image: url('http://i44.servimg.com/u/f44/16/34/60/70/sus10.png');
background-repeat: no-repeat;
z-index: 999;
border: 0px !important;
float: right;
height: 24px !important;
width: 30px !important;
background-color: transparent !important;
}
table.spoiler {
background-image: url('http://i44.servimg.com/u/f44/16/34/60/70/grad10.jpg');
background-repeat: repeat-x;
background-color: #f5f5f5 !important;
padding-left: 5px !important;
padding-top: 5px !important;
padding-right: 5px !important;
padding-bottom: 3px !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #d4d4d4;
width: 98% !important;
}
td.spoiler_closed {
cursor: pointer;
margin-top: -21px;
background-image: url('http://i44.servimg.com/u/f44/16/34/60/70/jos10.png');
background-repeat: no-repeat;
z-index: 999;
border: 0px !important;
float: right;
height: 24px !important;
width: 30px !important;
background-color: transparent !important;
}

.chenar_ultimele-mesaje{
border: 1px solid #008DFF;
-webkit-box-shadow: 0px 0px 2px #008DFF;
-moz-box-shadow: 0px 0px 2px #008DFF;
box-shadow: 0px 0px 2px #008DFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 3px;}
input{
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;}

.mini_ava {
  float: left;
}
.mini_ava img {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 10px;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}
.mini_ava img:hover
{
  width: 80px;
  height: 80px;
}

.postprofile dd { font-weight: bold !important;}


td.row1, td.row3.over:hover{
background-image: url(http://i40.servimg.com/u/f40/17/60/77/63/cathea10.png) !important;
}

td.row2, td.row3, td.row1.over:hover{
background-image: url(http://i40.servimg.com/u/f40/17/60/77/63/cathea10.png) !important;
}

td.row3:hover{
background-image: url(http://i40.servimg.com/u/f40/17/60/77/63/cathea10.png) !important;
}


.bodyline{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=99);
  -moz-opacity: 0.98;
  -khtml-opacity: 0.98;
  opacity: 0.98;
}


.secondarytitle, .secondarytitle h2 {
font-size: 14px;
font-weight: bold;
}

a{
 text-decoration: none !important;
}
a:hover{
 text-decoration: none !important;
}


td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
border-top: 1px dashed #303435;
border-right: 1px dashed #303435;
}

/* alte kkt-uri */
td.row1, td.row2, td.row3,td.row3Right, td.postbottom  {
background: url(http://i43.servimg.com/u/f43/16/73/65/08/untit117.png);
        border-bottom-color:#303030;
        border-style:solid;
        border-bottom-width:1px;
        border-left-color:#303030;
        border-left-width:1px;
        border-right-color:#303030;
        border-right-width:1px;
        border-top-color:#303030;
        border-top-width:1px;
        margin-bottom:6px;
        margin-right: 3px;
        padding: 3px;
        }



td.row1, td.row3.over:hover{
background-image: url(http://i40.servimg.com/u/f40/17/60/77/63/cathea10.png) !important;
}

td.row2, td.row3, td.row1.over:hover{
background-image: url(http://i40.servimg.com/u/f40/17/60/77/63/cathea10.png) !important;
}

td.row3:hover{
background-image: url(http://i40.servimg.com/u/f40/17/60/77/63/cathea10.png) !important;
}

.adds1{
padding: 5px;
border: solid 1px #2987CF;
border-radius: 3px;
font-family: arial;
  position: relative;
top: 30px;
}

.adds2{
padding: 5px;
position: relative;
top: 10px;
border: solid 1px #2787CF;
border-radius: 3px;
heigh: 12px;
font-family: arial;
}[/hide]

.adds3{
font-family: Trebuchet MS;
font-size: 12px;
font-color: #3d3d3d;
}

.chenar {
margin: 3px;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
margin-left: 3px;
padding: 2px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
border: 2px solid
#2e2e2e;
}
  

background-color: black;
  
 padding: 5px;


.membruu strong {
background: url(http://legendcs.com/forum/images/group_icons/owneri-servere.png)  left no-repeat;
padding-left: 16px;}    .nth-social {
  margin-right: 20px;
  margin-top: 15px;
  float: right;}

.nth-social a {margin-left: 10px;}  
.postdetails.poster-profile center span[style] a, a.profile-icon {
background: transparent none !important;
padding: 0px!important;
}

.chenarlastposts {
margin: 3px;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
margin-left: 3px;
padding: 2px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
border: 2px solid
#0097FC;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color:
#0097FC;
border-right-color:
#0097FC;
border-bottom-color:
#0097FC;
border-left-color:
#0097FC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-box-shadow: 0 0 8px
#0097FC;
-moz-box-shadow: 0 0 8px #0097FC;
box-shadow: 0 0 8px
#0097FC;
}
.row2{
background-image: url('http://hitskin.com/themes/19/57/71/i_back_title.png');
 background-image: linear-gradient(bottom, rgb(255,255,255) 33%, rgb(242,242,242) 67%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 33%, rgb(242,242,242) 67%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 33%, rgb(242,242,242) 67%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 33%, rgb(242,242,242) 67%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 33%, rgb(242,242,242) 67%);

background-image: url('http://hitskin.com/themes/19/57/71/i_back_title.png')
   linear,
   left bottom,
   left top,
    );}
#fa_toolbar, #fa_toolbar_hidden {background-image: url('http://hitskin.com/themes/19/57/71/i_back_title.png');}

#fa_icon{
background-image: url(http://s20.postimage.org/4wi0fgs6h/cooltext897661977.png) !important;
}
div.pathname-box{
display: none !important;}

border: 1px solid blue;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
margin-top: 10px;



.nmesaje, .nsubiecte {
border: 1px solid #535353;
border-radius: 4px;
color: #0000CD;
font-size: 12px;
font-weight: 700;
padding: 4px;
text-align: left;
font-weight: bold !important;
}
.nsubiecte {
margin-bottom: -10px;
}


.gensmall.chenar {
border: 1px solid #535353;
border-radius: 4px;
padding: 4px;
text-align: left;
}


.row1.over .responsabili {
visibility:hidden;
}

.row1.over:hover .responsabili {
visibility:visible;
}

.sosete{
background: url(http://i66.servimg.com/u/f66/11/96/49/61/shoes11.png) repeat 0 0;
width: 1210px;
height: 55px;
margin: 0 auto;
margin-top: -5px;
position: relative;
}

.tcr .avs {
text-align: center !important;}


Ati putea sa ma ajutati si pe mn va rog frumos cu orice ?" niste detalii ce ar trebuii sa schimb sau ce ar trebuii sa fac Supărat( Nu merge codul acesta

Cod:
.row3.over .gensmall {
-moz-box-shadow: 0px 0px 5px #ffffff;
-webkit-box-shadow: 0px 0px 5px #ffffff;
box-shadow: 0px 0px 5px #ffffff;
display: inline-block;
}
Nu a schimbat numic ...

Titlu editat


Ultima editare efectuata de catre Ina in Dum Dec 15, 2013 8:43 am, editata de 6 ori (Motiv : Update)
MortalRo

MortalRo
Membru Forumgratuit

Mesaje : 31
Varsta : 30
Localizare : Bucuresti
Data înscrierii : 22/01/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.shadowstrike.forumz.ro
MortalRo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de H4cK3R*uL Dum Dec 08, 2013 11:49 am

Salut, imaginile nu sunt functionale, le poti incarca pe un alt host?!
H4cK3R*uL

H4cK3R*uL
Membru onorific
Membru onorific

Mesaje : 2494
Varsta : 28
Localizare : Împărăţia umbrelor.
Data înscrierii : 18/01/2013
Mulțumiri : 322
Internet Explorer phpBB2

http://www.Real-Arena.com
H4cK3R*uL a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de MortalRo Dum Dec 08, 2013 11:51 am

MortalRo a scris:- versiunea forumului; phpBB2
- o captura de ecran cu problema dvs. (Cum se face?);  
- statutul dvs. in forum (fondator sau nu); Fondator
- daca aveti sau nu template-uri modificate; Da
- daca aveti sau nu CSS personalizat; Da
- browserul folosit. Google Chrome

Aici aveti Index_body:
Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="tabel921" width="100%" border="0" cellspacing="1" cellpadding="0">
 <!-- BEGIN message_admin_titre -->
 <tr>
 <td height="28"><span class="titlu">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
 </tr>
 <!-- END message_admin_titre -->
 <!-- BEGIN message_admin_txt -->
 <tr>
 <td 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="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</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 -->
        <br /><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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
              <!-- BEGIN switch_delete_cookies -->
              <br /><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="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white"> DrmTaberei Romania # Disclaimer</font></b>{Statistici}</a></span>            
              </span>
</tr>
<td class="row1"><span class="gensmall">  <font=Arial>Nu raspundem de fisierele care apar aici sau sunt urcate pe hostul nostru! Link-urile sunt furnizate exclusiv de utilizatorii acestui site. Comunitatea DrmTaberei Romania nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza sau orice alte actiuni ilegale ale acestora. Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni nu ezitati sa ne contactati. Administratorii acestei comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment fara nici un anunt prealabil. Drepturile de autor pentru toate creatiile acestei comunitati apartin DrmTaberei Romania si este interzisa reproducerea sau copierea lor. Va rugam sa cititi cu atentie acest disclaimer si sa il tratati cu maxima seriozitate!</font></td></span>
<tr>

  <tr>
<td class="row1"><span class="gensmall">
<img src="http://cdn4.iconfinder.com/data/icons/fugue/icon/calendar-task.png" border="0" alt="" /><strong> Comunitatea a fost infiintata in data de : <font color="openblue">Mie 07 Nov 2012 - 13:51</font></strong>
</td>
</tr>
    
    <tr>
<td class="row1"><span class="gensmall">
<img src="http://i47.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" /><strong> Fondator-ul comunitatii DrmTaberei Romania este : <font color="red">Aatrox.</font></strong>
</td>
</tr>
  
<table class="forumline" width="45%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">

      {Statistici}<span class="cattitle">DrmTaberei Romania # <a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>{Statistici}
  </tr>
      
<td class="row1"><span class="gensmall">
<strong><img src="http://www.csneamt.ro/forum/styles/csneamt/theme/images/most_users.png" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/i_icon10.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">  
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/images16.jpg" border="0" alt="" /> Recordul de utilizatori conectati a fost de 496, Vin 9 Nov 2012 </td></span>
</tr>
  
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://i48.servimg.com/u/f48/16/68/66/37/new_po10.png" border="0" alt="" /> {NEWEST_USER}  </span><img src="http://i48.servimg.com/u/f48/17/38/19/69/89223210.gif" border="0" alt="" /></td>
</tr>
  
    <tr>
<td class="row1"><span class="gensmall">
<img src="http://i48.servimg.com/u/f48/16/68/66/37/gnome-10.png" border="0" alt="" /><strong> Versiune forum instalata : <font color="openblue">PhpBB2 [v.3.1.]</font></strong>
</td>
</tr>
    
<tr>
<td class="row1"><span class="gensmall">
<img src="http://i47.servimg.com/u/f47/15/67/84/32/on10.png" border="0" alt="" /><strong> Fondator-ul comunitatii DrmTaberei Romania este : <font color="red">Aatrox.</font></strong>
</td>
</tr>

  <tr>
<td class="row1"><span class="gensmall">
<img src="http://i20.servimg.com/u/f20/15/90/66/64/table_10.png" border="0" alt="" />
  <strong>Contact fondator via Pm :<a href="http://drmtaberei.forumz.ro/privmsg?mode=post&u=1"> <font color="red">Aatrox.</font></strong></a></span> <img src="http://th196.photobucket.com/albums/aa94/MustHaveAvatars/Online%20Offline/Online/th_online.gif" border="0" alt="" /></td>
</tr>
</tr>
  
<tr>
<td class="row1"><span class="gensmall">
<img src="http://cs1.ro/forum/styles/cs1/theme/images/terms.png" border="0" alt="" />
<strong>Citeste : <a href="http://drmtaberei.forumz.ro/t2-regulamentul-drtaberei-cititi">Regulamentul comunitatii si Termenii de utilizare</strong></a></td></span>
</tr>
</tr>
    
  
    <table class="forumline" width="100%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  <b><font color="white"> DrmTaberei Romania # Utilizatori | Staff</font></b></a></span>            
              </span>
</tr>
  <td class="row1"><span class="gensmall">  {LOGGED_IN_USER_LIST}</td></span>
<tr>
<div class="adds2"><span style="font-size: 11px; line-height: normal"> <strong>{L_CONNECTED_MEMBERS}</strong></span></div><br/>
<tr>
<td class="row3"><span class="gensmall"> DrmTaberei Romania # Staff {GROUP_LEGEND}</td></span>
<tr>
  
  
  <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <td class="catHead" colspan="2" height="28">
  <span class="cattitle"><div align="center"><img src="http://i.imgur.com/bRFuYNU.png" border="0" alt="" /></div></span>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="http://s7.postimage.org/u7ja0igsn/1290586483alliance.png" alt="DrmTaberei Romania" /></td>
<td class="row1" width="100%"><span class="gensmall">
<marquee>
  <a href="http://drmtaberei.forumz.ro/" target="_blank" title="DrmTaberei Romania"><img src="http://i83.servimg.com/u/f83/18/03/81/77/miniba10.gif" style="width:88px;height:31px;border:0" alt="DevilGaming Romania"></a>
  <a href="http://drmtaberei.forumz.ro/" target="_blank" title="DrmTaberei Romania"><img src="http://i83.servimg.com/u/f83/18/03/81/77/miniba10.gif" style="width:88px;height:31px;border:0" alt="Malefic-Zone"></a>
  </marquee>
<tr>
  <td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">DrmTaberei Romania™ #  <a href="http://drmtaberei.forumz.ro">comunitate dedicata gammer-ilor si graffer-ilor </a> # <a href="http://malefic-zone.forum.st">Malefic-Zone Romania </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # <a href="http://DrmTaberei.forumz.ro">Link-ul tau </a> # </strong></span></span></div></span></td>
</tr>
</td>
</tr>
</table>

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->

{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
});
//]]>
  ]
  <center>
<table align="center" class="menu-sus" width="424" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #BF0000">
       <tr>
         <td align="center"><color="#FFFFFF">   CopyRight ˆ 2012/2014 - Design creat si codat de Aatrox pentru comunitatea DrmTaberei Romania ~ Toate drepturile rezervate.    </color></td>
       </tr>
      </table>
</script>
<!-- END switch_fb_index_login -->
  
  <center><img src="http://i37.servimg.com/u/f37/18/22/12/35/partne11.png"></center>
si aici un print https://2img.net/r/ihimg/photo/my-images/201/2ro1.png/ Asa imi arata mie ....

Si am pus acelas index_body pe un alt forum mai vechi si arata asa :
https://2img.net/r/ihimg/photo/my-images/826/7qf0.png/

Deci nu imi pot da seama de unde este problema:((
M-ar putea ajuta cineva va rog frumos ?
Le-am pus dinou
MortalRo

MortalRo
Membru Forumgratuit

Mesaje : 31
Varsta : 30
Localizare : Bucuresti
Data înscrierii : 22/01/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.shadowstrike.forumz.ro
MortalRo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de H4cK3R*uL Dum Dec 08, 2013 12:29 pm

Iti apare diferit pentru ca template-urile folosite sunt si ele diferite, nu e unul si acelasi template.
Prima imagine este la un template default si a doua imagine este la un template modificat.
H4cK3R*uL

H4cK3R*uL
Membru onorific
Membru onorific

Mesaje : 2494
Varsta : 28
Localizare : Împărăţia umbrelor.
Data înscrierii : 18/01/2013
Mulțumiri : 322
Internet Explorer phpBB2

http://www.Real-Arena.com
H4cK3R*uL a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de mindlock Dum Dec 08, 2013 12:37 pm

Adaugă codul în foaia de stil CSS
Cod:
.row3.over .gensmall {
-moz-box-shadow: 0px 0px 5px #ffffff;
-webkit-box-shadow: 0px 0px 5px #ffffff;
box-shadow: 0px 0px 5px #ffffff;
display: inline-block;
}
mindlock

mindlock
Membru activ

Mesaje : 409
Varsta : 26
Localizare : România
Data înscrierii : 27/07/2013
Mulțumiri : 45
Internet Explorer punBB

https://help.forumgratuit.ro/
mindlock a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de MortalRo Dum Dec 08, 2013 12:51 pm

Anonimul. a scris:Iti apare diferit pentru ca template-urile folosite sunt si ele diferite, nu e unul si acelasi template.
Prima imagine este la un template default si a doua imagine este la un template modificat.
Ba da template-urile care le am pe un forum le-am pus si pe celalat sunt exact aceleasi template-urile
MortalRo

MortalRo
Membru Forumgratuit

Mesaje : 31
Varsta : 30
Localizare : Bucuresti
Data înscrierii : 22/01/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.shadowstrike.forumz.ro
MortalRo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de mindlock Dum Dec 08, 2013 12:54 pm

MortalRO , ai încercat ce ţi-am sugerat eu?
mindlock

mindlock
Membru activ

Mesaje : 409
Varsta : 26
Localizare : România
Data înscrierii : 27/07/2013
Mulțumiri : 45
Internet Explorer punBB

https://help.forumgratuit.ro/
mindlock a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de MortalRo Dum Dec 08, 2013 2:16 pm

Hissae2 a scris:MortalRO , ai încercat ce ţi-am sugerat eu?
Da si degeaba
MortalRo

MortalRo
Membru Forumgratuit

Mesaje : 31
Varsta : 30
Localizare : Bucuresti
Data înscrierii : 22/01/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.shadowstrike.forumz.ro
MortalRo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de MortalRo Lun Dec 09, 2013 12:17 pm

Up Ma ajuta careva va rog frumos???
MortalRo

MortalRo
Membru Forumgratuit

Mesaje : 31
Varsta : 30
Localizare : Bucuresti
Data înscrierii : 22/01/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.shadowstrike.forumz.ro
MortalRo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de FloRyN. Lun Dec 09, 2013 3:56 pm

Salut intri in PA ->> Afisare ->> Template-uri - >> General.
Aplicati sabloanele implicite: Bifezi Nu si voila nu este nimic din ce or zis cei de mai sus Fericit asta este rezolvarea bft
FloRyN.

FloRyN.
Membru activ

Mesaje : 429
Varsta : 27
Data înscrierii : 29/10/2013
Mulțumiri : 5
Internet Explorer phpBB2

http://kill-arena.4ulike.com/
FloRyN. a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de MortalRo Lun Dec 09, 2013 3:56 pm

Mersi pentru ajutor ms KillAreNa Icon-ul rezolvat 
MortalRo

MortalRo
Membru Forumgratuit

Mesaje : 31
Varsta : 30
Localizare : Bucuresti
Data înscrierii : 22/01/2011
Mulțumiri : 0
Internet Explorer phpBB2

http://www.shadowstrike.forumz.ro
MortalRo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Index_body nu functioneaza in alt forum

Mesaj Scris de H4cK3R*uL Lun Dec 09, 2013 7:30 pm

Index_body nu functioneaza in alt forum Ic110
H4cK3R*uL

H4cK3R*uL
Membru onorific
Membru onorific

Mesaje : 2494
Varsta : 28
Localizare : Împărăţia umbrelor.
Data înscrierii : 18/01/2013
Mulțumiri : 322
Internet Explorer phpBB2

http://www.Real-Arena.com
H4cK3R*uL a fost mulțumit de autorul acestui subiect.

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum