Cum pot face statisticile asa
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 2 • Distribuiţi
Pagina 2 din 2 • 1, 2
Cum pot face statisticile asa
Rezumarea primului mesaj :
Salut, am intrebat pe un forum daca se pot face statsiticile in felul asta:
Demo: si a zis ca se pot face.
Imi puteti va rog sami dati un cod cam ca si acesta sau asemanator. Multumesc !
Salut, am intrebat pe un forum daca se pot face statsiticile in felul asta:
Demo: si a zis ca se pot face.
Imi puteti va rog sami dati un cod cam ca si acesta sau asemanator. Multumesc !
Re: Cum pot face statisticile asa
Scoate tag-urile style ca nu isi au rostul in foaia de stil css.
Vexx- Membru activ
- Mesaje : 463
Varsta : 27
Data înscrierii : 20/04/2012
Mulțumiri : 4
Re: Cum pot face statisticile asa
Adauga asta in Generalitati:
Citeste tot...
Daca adauga in CSS, textele ce erau in h3 dispareau, de aceea vor disparea doar de pe pagina de start fiind in generalitati.
Re: Cum pot face statisticile asa
dar pentru phpBB2 stie careva un link daca s-a mai discutat sau daca nu imi poate spune cineva cum se fac astfel de statistici? multumesc
Re: Cum pot face statisticile asa
Foloseste codul dat de mine mai sus:
- Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<div class="msg_pe_pg_de_start">
<div class="backcorner3"><div class="upperleft3"><div class="upperright3"><div class="lowerleft3"><div class="lowerright3"><table class="forumlinie" 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></div></div></div></div></div></div>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<font style="font-size: 10px; font-face: Comic Sans MS;">
<div class="onsistem">
<table style="background-color: #FdFdFd;
border: 1px solid #adadad;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-RIGHT-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;" align="center" border="0" cellpadding="1" cellspacing="10">
<tbody><tr>
<td width="60%" style="border-right: 1px solid #D5D5D5; padding-right: 11px;"><div class="onimg"><p style="border-bottom: 1px solid #D5D5D5; padding: 10px; font-size: 12px; margin-top: -10px;"><img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" /><a href="{U_VIEWONLINE}" rel="nofollow"><b>Cine este conectat?</b></a></p></div>{TOTAL_USERS_ONLINE}<br/>{LOGGED_IN_USER_LIST}<br>
</div></p><p style="border-bottom: 1px solid #D5D5D5; padding: 5px; margin-top: -10px;">
<p style="padding: 5px; margin-top: -10px;"><div align="center" valign="middle"><span>{LEGEND} : {GROUP_LEGEND}</span></p>
</td>
<td width="30%"><p style="border-bottom: 1px solid #D5D5D5; padding: 5px; font-size: 12px; margin-top: -2px;"><img src="http://www.voxdeibaptist.com/forum/forum_images/forum_statistics.png" border="0" /><b>Statisticile Forumului</b></p><br/><p style="border-bottom: 1px solid #D5D5D5; padding: 5px; margin-top: -20px;">{TOTAL_POSTS}</p><br/><p style="border-bottom: 1px solid #D5D5D5; padding: 5px; margin-top: -20px;">{TOTAL_USERS}</p><br/><p style="border-bottom: 1px solid #D5D5D5; padding: 5px; margin-top: -20px;">{NEWEST_USER}</p><br/><p style="border-bottom: 1px solid #D5D5D5; padding: 5px; margin-top: -20px;">{RECORD_USERS}</p><br/></td>
</tr>
</tbody></table></div>
<font>
<!-- END disable_viewonline --></div>
{CHATBOX_BOTTOM}
<br clear="all" />
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Re: Cum pot face statisticile asa
scuza-ma, imi mai spui te rog unde il pun?
Re: Cum pot face statisticile asa
Ionel23 te rog frumos nu mai face Off Topic. Deschide alt topic pentru problema dvs.
Re: Cum pot face statisticile asa
Pascu Emanuel, va rog sa nu mai moderati alti membri, acest lucru este rezervat pentru staff.
Multumesc pentru întelegere!
Ionel23, codul de mai sus se adauga in template-ul index_body (PA > Afisare > Template-uri > general > index_body). Daca intampinati alte probleme va rog sa deschideti un topic separat.
Pascu Emanuel, pe versiunea phpBB3 aceasta personalizare nu este posibila momentan, iar cat despre phpBB2, sunt doar 2 tabele ( https://help.forumgratuit.ro/t23092- )
Rezolvat?
Multumesc pentru întelegere!
Ionel23, codul de mai sus se adauga in template-ul index_body (PA > Afisare > Template-uri > general > index_body). Daca intampinati alte probleme va rog sa deschideti un topic separat.
Pascu Emanuel, pe versiunea phpBB3 aceasta personalizare nu este posibila momentan, iar cat despre phpBB2, sunt doar 2 tabele ( https://help.forumgratuit.ro/t23092- )
Rezolvat?
Vizitato- Vizitator
Vizitato- Vizitator
Pagina 2 din 2 • 1, 2
Subiecte similare
» Cum pun statisticile
» Cum modific statisticile
» Cum as putea muta statisticile
» Cum pun hover la statisticile subforumurilor
» Statisticile unui forum
» Cum modific statisticile
» Cum as putea muta statisticile
» Cum pun hover la statisticile subforumurilor
» Statisticile unui forum
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum