Cum as putea pune statisticile in felul acesta
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1 • Distribuiţi
Cum as putea pune statisticile in felul acesta
Cum as putea pune statisticile in felul acesta:
http://i.imm.io/qwAv.png
http://i.imm.io/qwAv.png
Ultima editare efectuata de catre Moshu in Mar Iun 05, 2012 2:35 pm, editata de 1 ori
Re: Cum as putea pune statisticile in felul acesta
Este un simplu tabel
Tu il poti personaliza.
- Cod:
<table>
<tr>
<td>
Cod1
</td>
<td>
Cod2
</td>
</tr>
</table>
Tu il poti personaliza.
Re: Cum as putea pune statisticile in felul acesta
Moshu stii ce Omu tia dat un cod tu descurca-te nu astepta ca toata lumea sa iti dea codul complet pentru a plagia.
Re: Cum as putea pune statisticile in felul acesta
Mai persista problema?
Re: Cum as putea pune statisticile in felul acesta
Inlocuiti index_box cu:
Si adaugati in CSS:
Am zis sa nu iti dau exact tot codul, asa ca m-ai ai de personalizat la el.
- Cod:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- 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>
<label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label>
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{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 -->
<center>
<table class="cineesteconectat" width="100%" align="center">
<tbody>
<tr>
<td class="tdfooter">
<div id="boxleft">
<div class="boxTitle2">Statistici</div>
<br><br>
<br>{TOTAL_USERS}<br>
{TOTAL_POSTS}<br>
{NEWEST_USER}
<br>{TOTAL_USERS_ONLINE}
<br><br>
{LOGGED_IN_USER_LIST}
<br><br><br><br>
</div>
<div id="boxright">
<div class="boxTitle2">Echipă</div>
<br><br><br>
<strong>
<font color="#EB410E">Fondator</font>
<hr style="border:dashed #BDBDBD; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0;margin:0;padding:0;">
<font color="#EB410E">
<a href="/u1">X</a></font><br><font color="#7BB92B">Moderator</font>
<hr style="border:dashed #BDBDBD; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0;margin:0;padding:0;">
<font color="#EB410E">
<a href="/u55">Y ,</a><a href="/u13">Z</a><br>
<font color="#C29200">Asistent</font>
<hr style="border:dashed #BDBDBD; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0;margin:0;padding:0;">
<br>
<font color="#4F6FFF">Analist</font>
<hr style="border:dashed #BDBDBD; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0;margin:0;padding:0;">
<a href="/u51">M</a><br><font color="#C6C">Designer</font><hr style="border:dashed #BDBDBD; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0;margin:0;padding:0;"><a href="/u52">N</a>
</font>
</strong>
</div>
</td>
</tr>
</tbody>
</table>
</center>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- 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>
<label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label>
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
{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 -->
<ul id="pun-legend">
<li>
<img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
</li>
</ul>
<!-- 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 -->
Si adaugati in CSS:
- Cod:
#boxleft {
background-position: 100% 0%;
background-repeat: no-repeat;
border-right: 1px solid
#D1D1D1;
padding: 5px;
float: left;
}
.boxTitle2 {
-webkit-border-radius: ;
background:
#303030;
margin: 8px 0px -10px;
padding: 2px;
}
.boxTitle2 {
-webkit-border-radius: 5px;
background:
#303030;
margin: 8px 0px -10px;
padding: 2px;
}
#boxright {
background-position: 100% 0%;
background-repeat: no-repeat;
}
Am zis sa nu iti dau exact tot codul, asa ca m-ai ai de personalizat la el.
Subiecte similare
» Cum pot personaliza in felul acesta butoanele
» Cum pot face in felul acesta titlul categoriilor
» Cum pot face in felul acesta la subiecte si mesaje ?
» Cum pot face subiecte/mesaje si ultimele mesaje in felul acesta ?
» Cum pot pune Robotel cu reclama ca acesta ?
» Cum pot face in felul acesta titlul categoriilor
» Cum pot face in felul acesta la subiecte si mesaje ?
» Cum pot face subiecte/mesaje si ultimele mesaje in felul acesta ?
» Cum pot pune Robotel cu reclama ca acesta ?
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum