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.

Personalizare Legenda

Vezi subiectul anterior Vezi subiectul urmator In jos

  • 0

Rezolvat Personalizare Legenda

Mesaj Scris de G@b1Tzzu Sam Mai 24, 2014 11:59 am

cum spune si din titlu vreau si eu sami apara asa la legenda
Personalizare Legenda 2na028x
G@b1Tzzu

G@b1Tzzu
Membru Forumgratuit

Mesaje : 306
Varsta : 25
Localizare : Vaslui
Data înscrierii : 17/01/2014
Mulțumiri : 59
Internet Explorer phpBB2

http://killzone.pensionrpg.com/
G@b1Tzzu a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Personalizare Legenda

Mesaj Scris de G@b1Tzzu Dum Mai 25, 2014 4:39 pm

UP!!!!
G@b1Tzzu

G@b1Tzzu
Membru Forumgratuit

Mesaje : 306
Varsta : 25
Localizare : Vaslui
Data înscrierii : 17/01/2014
Mulțumiri : 59
Internet Explorer phpBB2

http://killzone.pensionrpg.com/
G@b1Tzzu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Personalizare Legenda

Mesaj Scris de Omu Dum Mai 25, 2014 4:45 pm

Posteaza index_body.
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Personalizare Legenda

Mesaj Scris de G@b1Tzzu Dum Mai 25, 2014 6:25 pm

Cod:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<!-- END switch_user_logged_out -->

<!-- BEGIN message_admin_index -->
<div class="main">
   <!-- BEGIN message_admin_titre -->
   <div class="main-head">
      <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
   </div>
   <!-- END message_admin_titre -->

   <!-- BEGIN message_admin_txt -->
   <div id="pun-announcement">
      <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
   </div>
   <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
      <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>
      <!-- END switch_fb_connect -->
   </div>
</form>
</div>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}

<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
   <div class="main-content">
      <div id="stats">
         <p class="right">{TOTAL_POSTS}</p>
         <p>{TOTAL_USERS}</p>
         <p>{NEWEST_USER}</p>
                  </div>
      <div id="onlinelist">
         <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
         <p class="right">
            <!-- BEGIN switch_viewonline_link -->
            <!-- END switch_viewonline_link -->
            <!-- BEGIN switch_viewonline_nolink -->
            <!-- END switch_viewonline_nolink -->
         <p>{TOTAL_USERS_ONLINE}<br />
         {RECORD_USERS}
         <br />
         {LOGGED_IN_USER_LIST}
         {L_ONLINE_USERS}
         {L_CONNECTED_MEMBERS}<br />
    </div>
      <div id="onlinelist">
         <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
         <p class="right">
         <p>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</p>
      </div>
      <!-- BEGIN switch_chatbox_activate -->
         <!-- BEGIN switch_chatbox_popup -->
         <!-- END switch_chatbox_popup -->
         </p>
      </div>
      <!-- END switch_chatbox_activate -->
   </div>
</div>
<!-- END disable_viewonline -->

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
      <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>
      <!-- END switch_fb_connect -->
   </div>
</form>
<!-- END switch_user_login_form_footer -->

{CHATBOX_BOTTOM}

<!-- 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
});
//]]>
</script>
<!-- END switch_fb_index_login -->

    <style type="text/css">
    .parteneri { 900px; margin: 0 auto;}
    .row14 {border: 1px solid #222;padding: 2px;}
    </style>
    <table class="parteneri" cellspacing="6">
      <tr>
        <td class="row14"><a href="#"><img src="http://i55.servimg.com/u/f55/18/24/42/92/rgjoky11.png" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
      </tr>
      <tr>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
        <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
      </tr>
    </table>
G@b1Tzzu

G@b1Tzzu
Membru Forumgratuit

Mesaje : 306
Varsta : 25
Localizare : Vaslui
Data înscrierii : 17/01/2014
Mulțumiri : 59
Internet Explorer phpBB2

http://killzone.pensionrpg.com/
G@b1Tzzu a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Personalizare Legenda

Mesaj Scris de Zeus Dum Mai 25, 2014 6:54 pm

Buna seara,

Inlocuiti template-ul actual cu cel de mai jos:
Cod:
   {JAVASCRIPT}
    <!-- BEGIN switch_user_logged_in -->
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    <!-- END switch_user_logged_out -->

    <!-- BEGIN message_admin_index -->
    <div class="main">
       <!-- BEGIN message_admin_titre -->
       <div class="main-head">
          <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
       </div>
       <!-- END message_admin_titre -->

       <!-- BEGIN message_admin_txt -->
       <div id="pun-announcement">
          <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
       </div>
       <!-- END message_admin_txt -->
    </div>
    <!-- END message_admin_index -->

    <!-- BEGIN switch_user_login_form_header -->
    <div class="main">
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
       <div class="user_login_form main-box center">
          <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> &nbsp;
          <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
          <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
          {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
          <!-- BEGIN switch_fb_connect -->
          <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
          <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>
          <!-- END switch_fb_connect -->
       </div>
    </form>
    </div>
    <!-- END switch_user_login_form_header -->

    {CHATBOX_TOP}
    {BOARD_INDEX}

    <!-- BEGIN disable_viewonline -->
    <div id="pun-info" class="main">
       <div class="main-content">
          <div id="stats">
             <p class="right">{TOTAL_POSTS}</p>
             <p>{TOTAL_USERS}</p>
             <p>{NEWEST_USER}</p>
                      </div>
          <div id="onlinelist">
             <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
             {TOTAL_USERS_ONLINE}<br />
             {RECORD_USERS}
             <br />
             {LOGGED_IN_USER_LIST}
             {L_ONLINE_USERS}
             {L_CONNECTED_MEMBERS}<br />
        </div>
          <div id="onlinelist">
             <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
             <p class="right">
             <p>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</p>
          
          <!-- BEGIN switch_chatbox_activate -->
             <!-- BEGIN switch_chatbox_popup -->
             <!-- END switch_chatbox_popup -->
             </p>
          </div>
          <!-- END switch_chatbox_activate -->
       </div>
    </div>
    <!-- END disable_viewonline -->

    <!-- BEGIN switch_user_login_form_footer -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
       <div class="user_login_form main-box center">
          <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> &nbsp;
          <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
          <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
          {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
          <!-- BEGIN switch_fb_connect -->
          <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
          <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>
          <!-- END switch_fb_connect -->
       </div>
    </form>
    <!-- END switch_user_login_form_footer -->

    {CHATBOX_BOTTOM}

    <!-- 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
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->

        <style type="text/css">
        .parteneri { 900px; margin: 0 auto;}
        .row14 {border: 1px solid #222;padding: 2px;}
        </style>
        <table class="parteneri" cellspacing="6">
          <tr>
            <td class="row14"><a href="#"><img src="http://i55.servimg.com/u/f55/18/24/42/92/rgjoky11.png" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
          </tr>
          <tr>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
            <td class="row14"><a href="#"><img src="http://i.imgur.com/bblWbwd.gif" /></a></td>
          </tr>
        </table>

Intrati in Panou de administrare => Afisare => Imagini si culori => Culori => Foaie de stil css

Adaugati:
Cod:
/* START LEGENDA PUNBB - ZEUS --------------------------------------------- */
#onlinelist:last-child p.right + p  {text-align: center;font-size: 0px;}

#onlinelist:last-child p.right + p {padding: 5px;/* prevent bug IE */}
#onlinelist:last-child p.right + p b a{
    border: 1px solid #d7d7d7;
    font-size: 11px;
   margin-left: 5px;
    background: white;
    padding: 3px 15px;
    border-radius: 8px;
    font-weight: 400;
    font-family: Arial;
    text-decoration: none;
}
/* SFARSIT LEGENDA PUNBB - ZEUS ------------------------------------------- */
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.
  • 0

Rezolvat Re: Personalizare Legenda

Mesaj Scris de G@b1Tzzu Dum Mai 25, 2014 9:39 pm

Multumesc Zeussss!
G@b1Tzzu

G@b1Tzzu
Membru Forumgratuit

Mesaje : 306
Varsta : 25
Localizare : Vaslui
Data înscrierii : 17/01/2014
Mulțumiri : 59
Internet Explorer phpBB2

http://killzone.pensionrpg.com/
G@b1Tzzu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Personalizare Legenda

Mesaj Scris de Zeus Mier Mai 28, 2014 4:49 pm

Pentru putin! A face cu ochiul
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Personalizare Legenda

Mesaj Scris de Keir Mier Mai 28, 2014 5:28 pm

topic rezolvat
Keir

Keir
Membru onorific
Membru onorific

Mesaje : 6632
Varsta : 25
Localizare : Buzau
Data înscrierii : 28/12/2011
Mulțumiri : 68
Internet Explorer phpBB3

http://neotalk.wikiforum.ro/
Keir 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