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.

Cum fac ca in poza sub forum sa fie ca in poza?

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Maniakull>x< Lun 11 Iun 2012 - 18:16

Cum fac si eu asa pe forumu meu ???? merci
Cum fac ca in poza sub forum sa fie ca in poza? KLNqi



Ultima editare efectuata de catre Maniakull>x< in Lun 11 Iun 2012 - 20:42, editata de 1 ori
Maniakull>x<

Maniakull>x<
Membru Forumgratuit

Mesaje : 32
Varsta : 25
Data înscrierii : 07/06/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://diversetutoriale.2morpg.com
Maniakull>x< a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Ade'S Lun 11 Iun 2012 - 18:24

Ce versiune folositi la forum?
avatar

Ade'S
Membru activ

Mesaje : 1316
Varsta : 30
Data înscrierii : 04/06/2012
Mulțumiri : 1
Internet Explorer punBB

http://realsupport.forumgratuit.ro/
Ade'S a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Maniakull>x< Lun 11 Iun 2012 - 18:25

Phpbb2 Foarte fericit
Maniakull>x<

Maniakull>x<
Membru Forumgratuit

Mesaje : 32
Varsta : 25
Data înscrierii : 07/06/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://diversetutoriale.2morpg.com
Maniakull>x< a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Kevin Lun 11 Iun 2012 - 18:32

Kevin

Kevin
Membru activ

Mesaje : 1451
Varsta : 29
Localizare : Oradea
Data înscrierii : 20/05/2012
Mulțumiri : 1
Internet Explorer phpBB3

http://inedit-gfx.wikiforum.net/
Kevin a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Ade'S Lun 11 Iun 2012 - 19:06

Adauga in CSS:

Cod:
#i_whosonline + p {
  width: 400px;
  border-radius: 5px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-body p.page-bottom {
    position: relative;
    width: 350px;
    top: -210px;
    left: 403px;
    border-left: 1px solid #666666 ;
    padding: 5px;
    margin-bottom: -40px;
    height: 45px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
}
avatar

Ade'S
Membru activ

Mesaje : 1316
Varsta : 30
Data înscrierii : 04/06/2012
Mulțumiri : 1
Internet Explorer punBB

http://realsupport.forumgratuit.ro/
Ade'S a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Wyn Lun 11 Iun 2012 - 20:22

Inlocuiti index_body cu asta:
Cod:
{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="window.location='/facebook_connect.forum'" 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}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
  <div class="cont">  |  <a href="/contact">Contact Team</a></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         
         <!-- BEGIN switch_delete_cookies --><br />
                          <!-- BEGIN switch_user_logged_in -->
   
         <!-- END switch_user_logged_in -->
                 
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="150%" align="left">
         <span class="gensmall">
                          <div class="cok"> <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</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" perms="{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 -->
<div class="adds1"><span style="font-size: 11px; line-height: normal">  <strong>{LOGGED_IN_USER_LIST}</strong></span></div><br/>

<div class="adds2"><span style="font-size: 11px; line-height: normal">  <strong>{LEGEND}</strong> : {GROUP_LEGEND}</span></div>

<tr>

<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
          <div class="bara1"> <img src="http://i46.servimg.com/u/f46/16/16/06/68/untit118.png"></div>
<td class="catHead" colspan="2" height="28">
 
  {Statistici}<b><font color="white"> Utilizatori acitivi in ultimele 48 de ore  </font></b>{Statistici}</a></span>           
              </span>
  </tr>


  <td class="row1"><span class="gensmall">  {L_CONNECTED_MEMBERS}</td></span>


<tr>
<table class="forumline" width="40%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">
     
      {Statistici}<b><font color="white">Cine este conectat</font></b>{Statistici}
  </tr>
     
<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/whosonline.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE}  </td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/totals.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/most_users.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 156, Mier 11 sep 2011 - 15:57</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/newest_member.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>



<tr>
 <td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/new.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/terms.png" border="0" alt="" />
<strong>Citeste <a href="/t97-regulament-forum">Termenii de utilizare</strong></a></td></span>
</tr>




<tr>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">

<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white"> Parteneri</font></b>{Statistici}</a></span>           
              </span>
  </tr>

<td class="row1" rowspan="6" align="center" valign="middle"><img src="http://img401.imageshack.us/img401/2357/parteneriat.png" alt="{L_WHO_IS_ONLINE}" /></td> 


<td class="row1"><marquee onmouseover="this.stop();" onmouseout="this.start();"><span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=10"><a href="http://forum.phpbbonline.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i46.servimg.com/u/f46/16/16/06/68/untitl47.png" border="0" alt="" /></a></span>



<tr>
<td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">Linck-uri:  <a href="http://forum.phpbbonline.com/">Phpbb Online</a>  | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | </strong></span></span></div></span></td> 
</tr>
  <br>
  <br>
      <br><br>

   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {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 -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
       
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>                                               
   </tr>
</table>
                                                                                                                                  <!-- END switch_legend -->
                                                                                                                                    <div class="primeleposturi"><img src="http://i46.servimg.com/u/f46/16/16/06/68/dg75w210.png"></div>
{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
});
//]]>
</script>
<!-- END switch_fb_index_login -->
       
                      <div class="bara2"> <img src="http://i46.servimg.com/u/f46/16/16/06/68/untit118.png"></div>
Wyn

Wyn
Membru Forumgratuit

Mesaje : 107
Varsta : 27
Localizare : Râmnicu Vâlcea
Data înscrierii : 07/06/2012
Mulțumiri : 0
Internet Explorer punBB

http://graphic-vision.forumhit.ro/
Wyn a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Maniakull>x< Lun 11 Iun 2012 - 20:42

rezolvat puteti da tk ! mz Lyzzi:)

@Keny. ce mi-ai dat tu acolo mi-a sters tot forumu Fericit cand dai ceva testeazal pe forumu tau A face cu ochiul

T.C merci
Maniakull>x<

Maniakull>x<
Membru Forumgratuit

Mesaje : 32
Varsta : 25
Data înscrierii : 07/06/2012
Mulțumiri : 0
Internet Explorer phpBB3

http://diversetutoriale.2morpg.com
Maniakull>x< a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Ade'S Lun 11 Iun 2012 - 20:43

Cu placere Fericit .
avatar

Ade'S
Membru activ

Mesaje : 1316
Varsta : 30
Data înscrierii : 04/06/2012
Mulțumiri : 1
Internet Explorer punBB

http://realsupport.forumgratuit.ro/
Ade'S a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum fac ca in poza sub forum sa fie ca in poza?

Mesaj Scris de Sebby. Lun 11 Iun 2012 - 20:52

topic rezolvat
Sebby.

Sebby.
Membru onorific
Membru onorific

Mesaje : 852
Data înscrierii : 01/02/2010
Mulțumiri : 0
Internet Explorer phpBB3

Sebby. 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