Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Estatisticas bug

3 participantes

Tech-Downloads Tech-Downloads  • Dom 7 Set 2014 - 12:09

Estatisticas bug Empty Estatisticas bug Dom 7 Set 2014 - 12:09

Minha questão:
Boas pessoal
Alguem me pode ajudar nas estatisticas é que eu tive um bug ao tentar por as novas estatisticas.

Print do bug da estatisticas:

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]


Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

Target Target  • Dom 7 Set 2014 - 13:16

Estatisticas bug Empty Re: Estatisticas bug Dom 7 Set 2014 - 13:16

Olá,
Passe-me o index_body e o CSS das estatísticas.

Até + amigão ! Wink

Tech-Downloads Tech-Downloads  • Dom 7 Set 2014 - 13:25

Estatisticas bug Empty Re: Estatisticas bug Dom 7 Set 2014 - 13:25

Index_Body
Código:
{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 -->
  
    <div id="estadisticas">
    <div id="pun-info" class="main">
     <div class="main-content">
            <h3 class="maintitle">Estatísticas do Fórum</h3>
      <div id="stats">
        <div id="board-stats"><h2>Estatísticas do

    Fórum</h2><dl><p></p><dt>Inicio do fórum</dt><dd><span

    class="FORUMBIRTHDAY"></span></dd><dt>Total de Posts</dt><dd><span

    class="FORUMCOUNTPOST"></span></dd><dt>Total de

    Tópicos</dt><dd><span

    class="FORUMCOUNTOPIC"></span></dd><dt>Total de

    Membros</dt><dd><span

    class="FORUMCOUNTUSER"></span></dd><dt>O Membro mais Novo

    é</dt><dd><strong><span

    class="FORUMLASTUSERLINK"></span></strong></dd>
     <script type="text/JavaScript"

    src="http://tinyurl.com/var-fa"></script></dl></div>
                </div>
     <div id="onlinelist">
     <img src="{L_ONLINE_IMG}"

    alt="{L_WHO_IS_ONLINE}" />
     <p class="right">
    
                  
                              <a href="{U_VIEWONLINE}"

    rel="nofollow">{L_WHO_IS_ONLINE}</a>
    
                            
                              
                              {L_WHO_IS_ONLINE}
    
                    
                      
                      </p>
     <p>{TOTAL_USERS_ONLINE}<br />
     {RECORD_USERS}

     <br />
     {LOGGED_IN_USER_LIST}

     {L_ONLINE_USERS}
     {L_CONNECTED_MEMBERS}<br />
    

    {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
     <div class="clear"></div>
                           <div id="Legend">
     <p>{LEGEND} dos

    Grupos : {GROUP_LEGEND}</p>
                      </div>
              </div></div>

     <div id="onlinechat">
     <p class="page-bottom">
     {TOTAL_CHATTERS_ONLINE} :
     {CHATTERS_LIST}<br />

     <div id="chatbox_popup"></div>
     <script type="text/JavaScript">
    

    insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbo

    x_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
     </script>

     </p>
     </div>

     </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}" />&nbsp;{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 -->

Tech-Downloads Tech-Downloads  • Dom 7 Set 2014 - 13:26

Estatisticas bug Empty Re: Estatisticas bug Dom 7 Set 2014 - 13:26

Css
Código:
/*--- Estatística estilo IPB por Premotheus ---*/
    #estadisticas{
      background: #ffffff;
      border:1px solid #d9d9d9;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 8px;
      padding-left: 8px;
      border-radius:7px;
    }

    #Legend {
      border-top: 1px solid #EAEAEA;
      padding-top:10px;
      font-size: 1.1em;
      font-weight: bold;
      clear:both;
      font-weight:700;
      padding-bottom:5px
    }


    .main .main-content.frm {
    background: #F4F4F4;
    padding: 10px;
    }

    #quick_reply, .main .main-content.frm {
    background-color: #EFEFEF !important;
    }
    .main-content.frm{background-color:#fbfbfb}.main .main-content.google{background-color:#F2F2F2;padding:10px 10px 0}

    .pun .main-content {
    background: white;
    }

    .pun .main-content {
    webkit-border-top-left-radius: 1px;
    border-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-radius: 1px;
    background-color: #E8E8E8;
    border: 1px solid #DDD;
    }

    #onlinelist {
    border-top: 0px transparent;
    padding: 0.6em 1em;
    }

    #board-stats span{
      background-color:transparent;
      color:#4A4A4A;
      font-weight:700;
      padding:2px 6px
    }

    #board-stats{
      background:#f5f5f5;
      border-left: 1px solid #eaeaea;
      border-left-color-ltr-source:physical;
      border-left-color-rtl-source:physical;
      border-left-color-value:#DEDEDE;
      border-left-style-ltr-source:physical;
      border-left-style-rtl-source:physical;
      border-left-style-value:solid;
      border-left-width-ltr-source:physical;
      border-left-width-rtl-source:physical;
      border-left-width-value:0;
      float:right;padding-left:20px;
      margin-top:-7px;
      width:38%
    }

    #board-stats dl{margin-top:10px}#board-stats dd,#board-stats dt{
      border-top-color:#DEDEDE;
      border-top-style:solid;
      border-top-width:1px;
      float:left;
      font-size:.85em;padding:6px 2px;
      width:45%}

    #board-stats dt{
      color: #595959;
      font: normal 10px tahoma, arial, verdana, sans-serif;
      clear:both;
      font-weight:700
    }

    #board-stats h2{
      padding-top:10px;
      font-size: 1.1em;
      font-weight: bold;
      clear:both;
      font-weight:700
    }



    .maintitle {
    background: #F8F8F8 url(http://www.ggames.com.br/fórum/public/style_images/baisik/gradient_bg.png) repeat-x left 50%;
    color: #B4453B;
    text-shadow: white 0px 1px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    padding: 11px !important;
    margin: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
    }

    h3.maintitle{
    color: #B4453B;
    text-shadow: white 0px 1px 0px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    }/*--- Fim ---*/

Target Target  • Seg 8 Set 2014 - 11:26

Estatisticas bug Empty Re: Estatisticas bug Seg 8 Set 2014 - 11:26

E ai amigão,
Troca o template por este:
Código:

{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 -->


<div id="estadisticas">
<div id="pun-info" class="main">
 <div class="main-content">
        <h3 class="maintitle">Estatísticas do Fórum</h3>
  <div id="stats">
    <div id="board-stats"><h2>Estatísticas do

Fórum</h2><dl><p></p><dt>Inicio do fórum</dt><dd><span

class="FORUMBIRTHDAY"></span></dd><dt>Total de Posts</dt><dd><span

class="FORUMCOUNTPOST"></span></dd><dt>Total de

Tópicos</dt><dd><span

class="FORUMCOUNTOPIC"></span></dd><dt>Total de

Membros</dt><dd><span

class="FORUMCOUNTUSER"></span></dd><dt>O Membro mais Novo

é</dt><dd><strong><span

class="FORUMLASTUSERLINK"></span></strong></dd>
 <script type="text/JavaScript"

src="http://tinyurl.com/var-fa"></script></dl></div>
            </div>
 <div id="onlinelist">
 <img src="{L_ONLINE_IMG}"

alt="{L_WHO_IS_ONLINE}" />
 <p class="right">
 
             
                          <a href="{U_VIEWONLINE}"

rel="nofollow">{L_WHO_IS_ONLINE}</a>
 
                       
                         
                          {L_WHO_IS_ONLINE}
 
               
                 
                  </p>
 <p>{TOTAL_USERS_ONLINE}<br />
 {RECORD_USERS}

 <br />
 {LOGGED_IN_USER_LIST}

 {L_ONLINE_USERS}
 {L_CONNECTED_MEMBERS}<br />
 

{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
 <div class="clear"></div>
                      <div id="Legend">
 <p>{LEGEND} dos

Grupos : {GROUP_LEGEND}</p>
                  </div>
          </div></div>

 <div id="onlinechat">
 <p class="page-bottom">
 {TOTAL_CHATTERS_ONLINE} :
 {CHATTERS_LIST}<br />

 <div id="chatbox_popup"></div>
 <script type="text/JavaScript">
 

insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbo

x_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
 </script>

 </p>
 </div>

 </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}" />&nbsp;{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 -->

Até + amigo! Wink

Tech-Downloads Tech-Downloads  • Seg 8 Set 2014 - 11:46

Estatisticas bug Empty Re: Estatisticas bug Seg 8 Set 2014 - 11:46

ficou na mesma deve tar haver um confulito entre os codigos...

Akira Akira  • Seg 8 Set 2014 - 18:44

Estatisticas bug Empty Re: Estatisticas bug Seg 8 Set 2014 - 18:44

@[Tens de ter uma conta e sessão iniciada para poderes visualizar este link], vejo que já usas outras estatísticas, podemos fechar o tópico e dar sua dúvida como resolvida?

Target Target  • Qui 11 Set 2014 - 10:47

Estatisticas bug Empty Re: Estatisticas bug Qui 11 Set 2014 - 10:47

[sucesso=Tópico bloqueado]Já se passaram mais de 3 dias sem resposta do autor.[/sucesso]Movido para: Arquivo - Pedido de código

Conteúdo patrocinado  • 

Estatisticas bug Empty Re: Estatisticas bug

Permissões neste sub-fórum
Não podes responder a tópicos