Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Estatísticas
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Estatísticas
Qual é minha questão:
Boa tarde.
Seria possível colocar as estatísticas desse modo: http://gyazo.com/c8e628d5c4790f200cc7c4fb9fbbbcae
As minhas: http://gyazo.com/61817c87eb4f50c277faac8c8b44680d
Obrigado.
Endereço do meu fórum:
http://fusionpt.forumeiros.com
Versão do fórum:
PHPBB2
Boa tarde.
Seria possível colocar as estatísticas desse modo: http://gyazo.com/c8e628d5c4790f200cc7c4fb9fbbbcae
As minhas: http://gyazo.com/61817c87eb4f50c277faac8c8b44680d
Obrigado.
Endereço do meu fórum:
http://fusionpt.forumeiros.com
Versão do fórum:
PHPBB2
Última edição por Diogo Ferreira em 14.03.14 20:31, editado 1 vez(es)
Re: Estatísticas
Olá,
Igual mesmo? Se for possível, pode disponibilizar o link do qual viu o mesmo, e lembrando que tal feito só é possível através de modificação de template, creio eu.
Atenciosamente,
ShiroK
Igual mesmo? Se for possível, pode disponibilizar o link do qual viu o mesmo, e lembrando que tal feito só é possível através de modificação de template, creio eu.
Atenciosamente,
ShiroK
Re: Estatísticas
Olá,
Aceda a folha de estilo ''CSS'' do seu fórum;
Adicione o código, e salve!
Atenciosamente,
ShiroK
Aceda a folha de estilo ''CSS'' do seu fórum;
- Código:
/* Styles for the statistics center.
------------------------------------------------- */
#statistics
{
padding: 0.5em 0;
}
#statistics div.title_bar
{
margin: 4px 0 -2px 0;
}
#statistics h3.catbg
{
text-align: center;
}
#statistics div.content
{
min-height: 210px;
}
#statistics div.top_row
{
min-height: 150px;
}
#stats_left, #top_posters, #top_topics_replies, #top_topics_starter
{
float: left;
width: 49.5%;
}
#stats_right, #top_boards, #top_topics_views, #most_online
{
float: right;
width: 49.5%;
}
dl.stats
{
clear: both;
overflow: hidden;
margin: 0;
padding: 0;
}
dl.stats dt
{
width: 49%;
float: left;
margin: 0 0 4px 0;
line-height: 16px;
padding: 0;
clear: both;
font-size: 1em;
}
dl.stats dd
{
text-align: right;
width: 50%;
font-size: 1em;
float: right;
margin: 0 0 4px 0;
line-height: 16px;
padding: 0;
}
.statsbar div.bar
{
float: left;
background: url(../images/bar_stats.png) no-repeat;
display: block;
margin: 0 4px;
height: 16px;
}
.statsbar div.bar div
{
position: relative;
right: -4px;
padding: 0 4px 0 0;
background: url(../images/bar_stats.png) no-repeat 100%;
height: 16px;
}
tr.windowbg2 th.stats_month
{
width: 25%;
padding: 0 2em;
text-align: left;
}
tr.windowbg2 td.stats_day
{
padding: 0 3.5em;
text-align: left;
}
/* Styles for the personal messages section.
------------------------------------------------- */
#personal_messages h3 span#author, #personal_messages h3 span#topic_title
{
float: left;
}
#personal_messages h3 span#author
{
margin: 0 0 0 0.5em;
}
#personal_messages h3 span#topic_title
{
margin: 0 0 0 9em;
}
#personal_messages div.labels
{
padding: 0 1em 0 0;
}
#personal_messages .capacity_bar
{
background: #f0f4f7;
display: block;
margin: 0.5em 0 0 1em;
height: 1em;
border: 1px solid #adadad;
width: 10em;
}
#personal_messages .capacity_bar span
{
border-right: 1px solid #adadad;
display: block;
height: 1em;
}
#personal_messages .capacity_bar span.empty
{
background: #a6d69d;
}
#personal_messages .capacity_bar span.filled
{
background: #eea800;
}
#personal_messages .capacity_bar span.full
{
background: #f10909;
}
#personal_messages .reportlinks
{
padding: 0.5em 1.3em;
}
#searchLabelsExpand li
{
padding: 0.3em 0.5em;
}
#manrules div.righttext
{
padding: 0.3em 0.1em;
}
dl.addrules dt.floatleft
{
width: 15em;
color: #333;
padding: 0 1.25em 0.5em 1.25em;
}
#addrule fieldset
{
clear: both;
}
Adicione o código, e salve!
Atenciosamente,
ShiroK
Re: Estatísticas
Olá,
Provavelmente você editou o 'overal_footer' do seu fórum, nas configurações de template e daí ficou assim, exclua tal modificação e procure no seu CSS algo que possa ter afetado isso. E adicione o código novamente.
Atenciosamente,
ShiroK
Provavelmente você editou o 'overal_footer' do seu fórum, nas configurações de template e daí ficou assim, exclua tal modificação e procure no seu CSS algo que possa ter afetado isso. E adicione o código novamente.
Atenciosamente,
ShiroK
Re: Estatísticas
Olá,
Alguma parte do template foi modificado? Me avise se puder, e outra coisa, não encontrei no seu CSS algo que mude as estatísticas.
Atenciosamente,
ShiroK
Alguma parte do template foi modificado? Me avise se puder, e outra coisa, não encontrei no seu CSS algo que mude as estatísticas.
Atenciosamente,
ShiroK
Re: Estatísticas
Olá Kyo!
Sim claro, aqui está:
Sim claro, aqui está:
- Código:
{JAVASCRIPT}
<!-- 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 -->
<span class="clear upperframe"><span></span></span>
<div class="roundframe"><div class="innerframe">
<div class="cat_bar">
<h3 class="catbg">
<img class="icon" id="upshrink_ic" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/collapse.gif" alt="*" title="Shrink or expand the header." style="cursor: pointer; ">
Tình hình diễn đàn
</h3>
</div>
<div id="upshrinkHeaderIC">
<div class="title_barIC">
<h4 class="titlebg">
<span class="ie6_header floatleft">
<a href="http://demo.dzinerstudio.com/smf2/index.php?action=stats"><img class="icon" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/icons/info.gif" alt="Forum Stats"></a>
Ai đang trực tuyến
</span>
</h4>
</div>
<p>{TOTAL_USERS_ONLINE}
<br />{LOGGED_IN_USER_LIST} {L_ONLINE_USERS} {L_CONNECTED_MEMBERS}</p>
<div class="title_barIC">
<h4 class="titlebg">
<span class="ie6_header floatleft">
<img class="icon" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/icons/online.gif" alt="Users Online">
Thống kê
</span>
</h4>
</div>
<p class="inline stats">
{RECORD_USERS}
</p>
<p class="inline smalltext">
</p>
<p class="last smalltext">
{TOTAL_POSTS}</br>
{TOTAL_USERS}
</p>
</div>
</div></div>
<span class="lowerframe"><span></span></span>
<!-- 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 -->
Re: Estatísticas
Olá,
Alterei o código do seu index_body, provavelmente as estatísticas no qual pedi para você adicionar no seu CSS vão funcionar;
Atenciosamente,
ShiroK
Alterei o código do seu index_body, provavelmente as estatísticas no qual pedi para você adicionar no seu CSS vão funcionar;
- Código:
{JAVASCRIPT}
<!-- 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 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 -->
Atenciosamente,
ShiroK
Re: Estatísticas
Substitua por esse:
Depois volte aqui para darmos um jeito no CSS.
Abraços.
- Código:
{JAVASCRIPT}
<!-- 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 -->
<span class="clear upperframe"><span></span></span>
<div class="roundframe"><div class="innerframe">
<div class="cat_bar">
<h3 class="catbg">
<img class="icon" id="upshrink_ic" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/collapse.gif" alt="*" title="Shrink or expand the header." style="cursor: pointer; ">
{SITENAME_TITLE} - Centro de Informação
</h3>
</div>
<div id="upshrinkHeaderIC">
<div class="title_barIC">
<h4 class="titlebg">
<span class="ie6_header floatleft">
<a href="http://demo.dzinerstudio.com/smf2/index.php?action=stats"><img class="icon" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/icons/info.gif" alt="Forum Stats"></a>
Estatísticas
</span>
</h4>
</div>
<p>
{FORUMCOUNTPOST} Mensagens em {FORUMCOUNTOPIC} Tópicos por {FORUMCOUNTUSER} Membros. Membro Mais Recente: {FORUMLASTUSERLINK}<br />
<a href="/search?search_id=activetopics">Ver os tópicos mais ativos do dia.</a><br/>
<a href="/statistics">[Mais estatísticas]</a>
</p>
<div class="title_barIC">
<h4 class="titlebg">
<span class="ie6_header floatleft">
<img class="icon" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/icons/online.gif" alt="Users Online">
Utilizadores Online
</span>
</h4>
</div>
<p class="users-online">{TOTAL_USERS_ONLINE}</p>
<p class="users-record">
{RECORD_USERS}
</p>
</div>
</div></div>
<span class="lowerframe"><span></span></span>
<!-- 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 -->
Depois volte aqui para darmos um jeito no CSS.
Abraços.
Re: Estatísticas
Atualize, por favor:
- Código:
{JAVASCRIPT}
<!-- 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 -->
<span class="clear upperframe"><span></span></span>
<div class="roundframe" >
<div class="innerframe">
<div class="cat_bar">
<h3 class="catbg">
<img class="icon" id="upshrink_ic" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/collapse.gif" alt="*" title="Shrink or expand the header." style="cursor: pointer; ">
Fusion Portugal - Centro de Informação
</h3>
</div>
<div id="upshrinkHeaderIC">
<div class="title_barIC">
<h4 class="titlebg">
<span class="ie6_header floatleft">
<a href="http://demo.dzinerstudio.com/smf2/index.php?action=stats"><img class="icon" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/icons/info.gif" alt="Forum Stats"></a>
Estatísticas
</span>
</h4>
</div>
<p>
<p class="forum-metrics">
<span class="posts">{TOTAL_POSTS}</span>
<span class="users">{TOTAL_USERS}</span>
<span class="newest">{NEWEST_USER}</span>
</p>
<a href="/search?search_id=activetopics">Ver os tópicos mais ativos do dia.</a><br/>
<a href="/statistics">[Mais estatísticas]</a>
</p>
<div class="title_barIC">
<h4 class="titlebg">
<span class="ie6_header floatleft">
<img class="icon" src="http://demo.dzinerstudio.com/smf2/Themes/gearbox_20/images/icons/online.gif" alt="Users Online">
Utilizadores Online
</span>
</h4>
</div>
<p class="users-online">{TOTAL_USERS_ONLINE}</p>
<p class="users-record">
{RECORD_USERS}
</p>
</div>
</div></div>
<span class="lowerframe"><span></span></span>
<!-- 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 -->
Re: Estatísticas
Adicione o CSS:
JS:
Esse é o máximo que consigo com as limitações do Forumeiros.
Abraços.
- Código:
.roundframe {
padding: 10px;
color: #686868;
}
.roundframe a {
color: #fff !important;
}
.roundframe .titlebg {
line-height: 38px;
font-weight: normal;
color: #ac6700;;
}
.roundframe .titlebg img {
vertical-align: middle;
margin-right: 10px;
}
.roundframe .users-record {
border-top: 2px dotted #444;
font-size: 10px
}
.roundframe #upshrinkHeaderIC > a {
display: inline-block;
padding: 0 5px;
line-height: 1.5em;
}
.roundframe #upshrinkHeaderIC > p {
padding: 0 5px;
line-height: 1.5em;
}
.roundframe #upshrinkHeaderIC > p:empty {
padding: 5px;
}
.roundframe .users-online,
.roundframe .users-record {
padding: 5px !important;
}
JS:
- Código:
$(function() {
$('.forum-metrics .posts').each(function(key, element) {
var self;
self = $(element);
self.text(self.text().replace(/[^\d]*/g, '') + ' Mensagens por ');
});
$('.forum-metrics .users').each(function(key, element) {
var self;
self = $(element);
self.text(self.text().replace(/[^\d]*/g, '') + ' Membros. ');
});
$('.forum-metrics .newest').each(function(key, element) {
var self, link;
self = $(element);
link = self.find('a');
self.html('Membro Mais Recente: ' + link[0].outerHTML);
});
});
Esse é o máximo que consigo com as limitações do Forumeiros.
Abraços.
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos