Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Archived] Dose my Statistic Board have any error in it could have look



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  deaneo8

deaneo8
V.I.P. Member
V.I.P. Member
  • Description:
Code:
{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> &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}
<div id="{ID_LEFT}" class="main">
 <div class="maintitle">
  <div class="maintitle_3">
    <div class="cat_left">
      <div class="cat_right">
        <div class="main_text">
        <h2>Latest Topic System v5</h2>
      </div>
      </div></div></div></div>
    <div class="main-content">
      <table cellspacing="0" class="table">
        <tbody class="statused">
            <!-- BEGIN giefmod_index1 -->
            {giefmod_index1.MODVAR}
            <!-- END giefmod_index1 -->
        </tbody>
      </table>
  </div>
  <script type="text/javascript">
      //<![CDATA[
      var versionMinor = parseFloat(navigator.appVersion),
        versionMajor = parseInt(versionMinor),
        IE = document.all && !window.opera && 7 > versionMajor,
        IE7 = document.all && !window.opera && 7 <= versionMajor,
        OP = window.opera,
        FF = document.getElementById,
        NS = document.layers;
 
      function get_item(a, c) {
        if (IE) return c ? window.opener.document.all[a] : document.all[a];
        if (FF) return c ? window.opener.document.getElementById(a) : document.getElementById(a);
        if (NS) return c ? window.opener.document.layers[a] : document.layers[a]
      }
 
      var current_tooltip;
 
      function show_tooltip(a, c) {
        var b = get_item("tooltip");
        b || (b = document.createElement("div"), b.setAttribute("id", "tooltip"), document.body.appendChild(b));
        b.style.zIndex = 1000;
        b.style.position = "absolute";
        b.innerHTML = "<p>" + c + "</p>";
        b.style.visibility = "visible";
        a.onmousemove = move_tooltip;
        a.onmouseout = function() {
            b.style.visibility = "hidden"
        };
        a.title = ""
      }
      var offsetxpoint = -60,
        offsetypoint = 20,
        real_body = document.compatMode && "BackCompat" != document.compatMode ? document.documentElement : document.body,
        real_body = document.documentElement ? document.documentElement : document.body;
 
      function move_tooltip(a) {
        var c = !IE ? a.pageX : event.clientX + real_body.scrollLeft,
            d = !IE ? a.pageY : event.clientY + real_body.scrollTop,
            b = IE && !window.opera ? real_body.clientWidth - event.clientX - offsetxpoint : window.innerWidth - a.clientX - offsetxpoint - 20,
            e = IE && !window.opera ? real_body.clientHeight - event.clientY - offsetypoint : window.innerHeight - a.clientY - offsetypoint - 20,
            f = 0 > offsetxpoint ? -1 * offsetxpoint : -1E3;
        current_tooltip = get_item("tooltip");
        current_tooltip.style.left = b < current_tooltip.offsetWidth ? IE ? real_body.scrollLeft + event.clientX - current_tooltip.offsetWidth + "px" : window.pageXOffset + a.clientX - current_tooltip.offsetWidth + "px" : c < f ? "5px" : c + offsetxpoint + "px";
        current_tooltip.style.top = e < current_tooltip.offsetHeight ? IE ? real_body.scrollTop + event.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : window.pageYOffset + a.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : d + offsetypoint + "px"
      }
      $("#recent_topics li a:first-child").mouseover(function() {
        show_tooltip(this, $(this).next().html())
      });
      $("#active_topics a, #viewed_topics a").mouseover(function() {
        show_tooltip(this, $(this).prev().text().replace(/(.*)\s-\s\d+.+/, "$1"));
      }).after(function() {
        return '<span class="lastRight">' + this.title.replace(/.*\s-\s(\d+.+)/, "$1") + '</span>'
      });
      $(".changeLast").change(function() {
        $(".half.group_" + $(this).data("group")).hide();
        $("#" + this.value).show();
      });
      //]]>
  </script>
</div>
{BOARD_INDEX}
<div class="BoardStats">

        <!-- BEGIN disable_viewonline -->
        <script>
          $(document).ready(function(){
        var rdtOn = $('.rdtOn strong').html();
        var lastUser = $('.lastUser strong').html();
        var totalUser = $('.totalUser strong').html();
        var totalPost = $('.totalPost strong').html();
       
       
        $('ul.statsPers').prepend('
        <li><span>'+totalPost+'</span> Total Posts</li>
        <li><span>'+totalUser+'</span> Total Members</li>
        <li><span>'+lastUser+'</span> Newest Member</li>
        <li><span>'+rdtOn+'</span> Most users ever online</li>
        ');
       
        });
        </script>
        <div id="pun-info" class="main">
           
          <div class="main-head">
             
              <h2 class="page-title">
                 
                <center>
                                  <b><a href="/viewonline"><font color="white">Statistic Board</font> </a></b>
                </center>
                 
              </h2>
             
          </div>
           
          <div style="display: block;" class="main-content">
             
              <div id="forum_statistics">
                 
                <div id="board-stats">
                   
                    <center>
                       
                      <h2>
                          Information
                      </h2>
                                  </center>
                     
        <br>
                                                <div id='board_stats'>
              <dl>
                <dt>Total Posts:</dt><dd><div id='board_statistics'> <span class="FORUMCOUNTPOST">{FORUMCOUNTPOST}</span></div>  </dd>   
                  <br> <dt>Total Topics:</dt><dd><div id='board_statistics'> <span class="FORUMCOUNTOPIC">{FORUMCOUNTOPIC}</span></div>    </dd> 
              <br> <dt>Total Members: </dt><dd><div id='board_statistics'><span class='FORUMCOUNTUSER'>{FORUMCOUNTUSER}</span></div>          </dd>                                       
            <br> <dt>Newest Member </dt><dd><div id='board_statistics'><span class='FORUMLASTUSERLINK'>{FORUMLASTUSERLINK}</span></div>      </dd>                                           
                  </dl>
          </div>
                   
                </div>
                <div class="rightStats">
                   
                    <div class="starsItem">
                       
                      <center>
                         
                          <p class="starsTitle">
                             
                          </p>
                         
                          <div class="leftStats">
                              <img src="http://i58.servimg.com/u/f58/17/06/15/51/110.png" />
                          </div>
                         
                          <p class="starsTitle">
                            Online Users
                          </p>
                         
                      </center>
                       
                      <p>
                         
                      </p>
                       
                      <div class="leftStats">
                         
                      </div>
                       
                      <p>
                          <span class="starsItem_TOTAL_USERS_ONLINE">  {TOTAL_USERS_ONLINE}</span>
        <p>  <span class="desc lighter blend_links"><b><i>{RECORD_USERS}</i></b> </span>       
          <br><br>
                <div class="etMiniAv">    {LOGGED_IN_USER_LIST} </div>
               
                {L_ONLINE_USERS}
            <br>{L_CONNECTED_MEMBERS}  </p>
                       
            <br><br/><br/><div style="text-align: center;">
                   
                       
                    </div>
                   
                </div>
                 
              </div>
             
          </div>
           
        </div>
                     
        <style>#board-stats {
            border-left: 1px solid rgb(222, 222, 222);
            float: right;
            padding-left: 20px;
            width: 38%;
        }
        .rightStats {
            border-left: 1px solid rgb(207, 201, 201);
            margin: 5px 10px 5px 70px;
            min-height: 167px;
            padding-left: 10px;
            width: 90%;
        }
        #forum_statistics {
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(233, 233, 233);
            max-height: 500px;
            padding: 10px;
        }
        .starsTitle {
            font-family: helvetica,arial,sans-serif;
            font-weight: 700;
            margin-top: -8px !important;
            padding: 4px;
        }
        #board-stats h2 {
            clear: both;
            font-weight: bold;
        }
        .leftStats{float:left;margin-left:-75px;vertical-align:middle;margin-top:50px;}</style>
               
        <!-- END disable_viewonline -->
</div>
                     
                     
<!-- 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 -->
<ul id="pun-legend">
   <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />&nbsp;{L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />&nbsp;{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 -->
<style type="text/css">
#board_statistics {
    display: inline-block;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
    color: rgb(34, 34, 34);
    padding: 3px 7px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 15px;
}
  .statistics_head {
    font-size: 11px;
    font-weight: bold;
    padding: 11px;
    margin: -8px -8px 8px;
}
  .statistics_head, .statistics_head a, .poll h3 .desc {
    color: rgb(67, 74, 86);
}
  .statistics_head {
    background: none repeat scroll 0% 0% rgb(247, 248, 250);
    padding: 12px;
    font-size: 15px;
    border-top: 1px solid rgb(232, 232, 232);
    border-bottom: 1px solid rgb(232, 232, 232);
    font-weight: 300;
}
</style>

  • Information:
Forum:gamingnews.forumotion.co.ukVersion:PUNBB
Type:Errors in codeTags:Statistic,Board,error,could

Powered by PunBB
Currently 0 users have thanked deaneo8 for this post:

2
Offline

  deaneo8

deaneo8
V.I.P. Member
V.I.P. Member
Code:
{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> &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}
<div id="{ID_LEFT}" class="main">
 <div class="maintitle">
  <div class="maintitle_3">
    <div class="cat_left">
      <div class="cat_right">
        <div class="main_text">
        <h2>Latest Topic System v5</h2>
      </div>
      </div></div></div></div>
    <div class="main-content">
      <table cellspacing="0" class="table">
        <tbody class="statused">
            <!-- BEGIN giefmod_index1 -->
            {giefmod_index1.MODVAR}
            <!-- END giefmod_index1 -->
        </tbody>
      </table>
  </div>
  <script type="text/javascript">
      //<![CDATA[
      var versionMinor = parseFloat(navigator.appVersion),
        versionMajor = parseInt(versionMinor),
        IE = document.all && !window.opera && 7 > versionMajor,
        IE7 = document.all && !window.opera && 7 <= versionMajor,
        OP = window.opera,
        FF = document.getElementById,
        NS = document.layers;
 
      function get_item(a, c) {
        if (IE) return c ? window.opener.document.all[a] : document.all[a];
        if (FF) return c ? window.opener.document.getElementById(a) : document.getElementById(a);
        if (NS) return c ? window.opener.document.layers[a] : document.layers[a]
      }
 
      var current_tooltip;
 
      function show_tooltip(a, c) {
        var b = get_item("tooltip");
        b || (b = document.createElement("div"), b.setAttribute("id", "tooltip"), document.body.appendChild(b));
        b.style.zIndex = 1000;
        b.style.position = "absolute";
        b.innerHTML = "<p>" + c + "</p>";
        b.style.visibility = "visible";
        a.onmousemove = move_tooltip;
        a.onmouseout = function() {
            b.style.visibility = "hidden"
        };
        a.title = ""
      }
      var offsetxpoint = -60,
        offsetypoint = 20,
        real_body = document.compatMode && "BackCompat" != document.compatMode ? document.documentElement : document.body,
        real_body = document.documentElement ? document.documentElement : document.body;
 
      function move_tooltip(a) {
        var c = !IE ? a.pageX : event.clientX + real_body.scrollLeft,
            d = !IE ? a.pageY : event.clientY + real_body.scrollTop,
            b = IE && !window.opera ? real_body.clientWidth - event.clientX - offsetxpoint : window.innerWidth - a.clientX - offsetxpoint - 20,
            e = IE && !window.opera ? real_body.clientHeight - event.clientY - offsetypoint : window.innerHeight - a.clientY - offsetypoint - 20,
            f = 0 > offsetxpoint ? -1 * offsetxpoint : -1E3;
        current_tooltip = get_item("tooltip");
        current_tooltip.style.left = b < current_tooltip.offsetWidth ? IE ? real_body.scrollLeft + event.clientX - current_tooltip.offsetWidth + "px" : window.pageXOffset + a.clientX - current_tooltip.offsetWidth + "px" : c < f ? "5px" : c + offsetxpoint + "px";
        current_tooltip.style.top = e < current_tooltip.offsetHeight ? IE ? real_body.scrollTop + event.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : window.pageYOffset + a.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : d + offsetypoint + "px"
      }
      $("#recent_topics li a:first-child").mouseover(function() {
        show_tooltip(this, $(this).next().html())
      });
      $("#active_topics a, #viewed_topics a").mouseover(function() {
        show_tooltip(this, $(this).prev().text().replace(/(.*)\s-\s\d+.+/, "$1"));
      }).after(function() {
        return '<span class="lastRight">' + this.title.replace(/.*\s-\s(\d+.+)/, "$1") + '</span>'
      });
      $(".changeLast").change(function() {
        $(".half.group_" + $(this).data("group")).hide();
        $("#" + this.value).show();
      });
      //]]>
  </script>
</div>
{BOARD_INDEX}
<div class="BoardStats">

        <!-- BEGIN disable_viewonline -->
        <script>
          $(document).ready(function(){
        var rdtOn = $('.rdtOn strong').html();
        var lastUser = $('.lastUser strong').html();
        var totalUser = $('.totalUser strong').html();
        var totalPost = $('.totalPost strong').html();
       
       
        $('ul.statsPers').prepend('
        <li><span>'+totalPost+'</span> Total Posts</li>
        <li><span>'+totalUser+'</span> Total Members</li>
        <li><span>'+lastUser+'</span> Newest Member</li>
        <li><span>'+rdtOn+'</span> Most users ever online</li>
        ');
       
        });
        </script>
        <div id="pun-info" class="main">
           
          <div class="main-head">
             
              <h2 class="page-title">
                 
                <center>
                                  <b><a href="/viewonline"><font color="white">Statistic Board</font> </a></b>
                </center>
                 
              </h2>
             
          </div>
           
          <div style="display: block;" class="main-content">
             
              <div id="forum_statistics">
                 
                <div id="board-stats">
                   
                    <center>
                       
                      <h2>
                          Information
                      </h2>
                                  </center>
                     
        <br>
                                                <div id='board_stats'>
              <dl>
                <dt>Total Posts:</dt><dd><div id='board_statistics'> <span class="FORUMCOUNTPOST">{FORUMCOUNTPOST}</span></div>  </dd>   
                  <br> <dt>Total Topics:</dt><dd><div id='board_statistics'> <span class="FORUMCOUNTOPIC">{FORUMCOUNTOPIC}</span></div>    </dd> 
              <br> <dt>Total Members: </dt><dd><div id='board_statistics'><span class='FORUMCOUNTUSER'>{FORUMCOUNTUSER}</span></div>          </dd>                                       
            <br> <dt>Newest Member </dt><dd><div id='board_statistics'><span class='FORUMLASTUSERLINK'>{FORUMLASTUSERLINK}</span></div>      </dd>                                           
                  </dl>
          </div>
                   
                </div>
                <div class="rightStats">
                   
                    <div class="starsItem">
                       
                      <center>
                         
                          <p class="starsTitle">
                             
                          </p>
                         
                          <div class="leftStats">
                              <img src="http://i58.servimg.com/u/f58/17/06/15/51/110.png" />
                          </div>
                         
                          <p class="starsTitle">
                            Online Users
                          </p>
                         
                      </center>
                       
                      <p>
                         
                      </p>
                       
                      <div class="leftStats">
                         
                      </div>
                       
                      <p>
                          <span class="starsItem_TOTAL_USERS_ONLINE">  {TOTAL_USERS_ONLINE}</span>
        <p>  <span class="desc lighter blend_links"><b><i>{RECORD_USERS}</i></b> </span>       
          <br><br>
                <div class="etMiniAv">    {LOGGED_IN_USER_LIST} </div>
               
                {L_ONLINE_USERS}
            <br>{L_CONNECTED_MEMBERS}  </p>
                       
            <br><br/><br/><div style="text-align: center;">
                   
                       
                    </div>
                   
                </div>
                 
              </div>
             
          </div>
           
        </div>
                     
        <style>#board-stats {
            border-left: 1px solid rgb(222, 222, 222);
            float: right;
            padding-left: 20px;
            width: 38%;
        }
        .rightStats {
            border-left: 1px solid rgb(207, 201, 201);
            margin: 5px 10px 5px 70px;
            min-height: 167px;
            padding-left: 10px;
            width: 90%;
        }
        #forum_statistics {
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(233, 233, 233);
            max-height: 500px;
            padding: 10px;
        }
        .starsTitle {
            font-family: helvetica,arial,sans-serif;
            font-weight: 700;
            margin-top: -8px !important;
            padding: 4px;
        }
        #board-stats h2 {
            clear: both;
            font-weight: bold;
        }
        .leftStats{float:left;margin-left:-75px;vertical-align:middle;margin-top:50px;}</style>
               
        <!-- END disable_viewonline -->
</div>
                     
                     
<!-- 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 -->
<ul id="pun-legend">
   <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />&nbsp;{L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />&nbsp;{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 -->
<style type="text/css">
#board_statistics {
    display: inline-block;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
    color: rgb(34, 34, 34);
    padding: 3px 7px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 15px;
}
  .statistics_head {
    font-size: 11px;
    font-weight: bold;
    padding: 11px;
    margin: -8px -8px 8px;
}
  .statistics_head, .statistics_head a, .poll h3 .desc {
    color: rgb(67, 74, 86);
}
  .statistics_head {
    background: none repeat scroll 0% 0% rgb(247, 248, 250);
    padding: 12px;
    font-size: 15px;
    border-top: 1px solid rgb(232, 232, 232);
    border-bottom: 1px solid rgb(232, 232, 232);
    font-weight: 300;
}
</style>

Powered by PunBB
Currently 0 users have thanked deaneo8 for this post:

3
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Could you describe the problem please?

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

4
Offline

  Virus

Virus
★Moderator★
★Moderator★
deaneo8 wrote:
Code:
{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> &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}
<div id="{ID_LEFT}" class="main">
 <div class="maintitle">
   <div class="maintitle_3">
     <div class="cat_left">
       <div class="cat_right">
         <div class="main_text">
         <h2>Latest Topic System v5</h2>
      </div>
       </div></div></div></div>
     <div class="main-content">
      <table cellspacing="0" class="table">
         <tbody class="statused">
            <!-- BEGIN giefmod_index1 -->
            {giefmod_index1.MODVAR}
            <!-- END giefmod_index1 -->
         </tbody>
      </table>
   </div>
   <script type="text/javascript">
      //<![CDATA[
      var versionMinor = parseFloat(navigator.appVersion),
         versionMajor = parseInt(versionMinor),
         IE = document.all && !window.opera && 7 > versionMajor,
         IE7 = document.all && !window.opera && 7 <= versionMajor,
         OP = window.opera,
         FF = document.getElementById,
         NS = document.layers;
 
      function get_item(a, c) {
         if (IE) return c ? window.opener.document.all[a] : document.all[a];
         if (FF) return c ? window.opener.document.getElementById(a) : document.getElementById(a);
         if (NS) return c ? window.opener.document.layers[a] : document.layers[a]
      }
 
      var current_tooltip;
 
      function show_tooltip(a, c) {
         var b = get_item("tooltip");
         b || (b = document.createElement("div"), b.setAttribute("id", "tooltip"), document.body.appendChild(b));
         b.style.zIndex = 1000;
         b.style.position = "absolute";
         b.innerHTML = "<p>" + c + "</p>";
         b.style.visibility = "visible";
         a.onmousemove = move_tooltip;
         a.onmouseout = function() {
            b.style.visibility = "hidden"
         };
         a.title = ""
      }
      var offsetxpoint = -60,
         offsetypoint = 20,
         real_body = document.compatMode && "BackCompat" != document.compatMode ? document.documentElement : document.body,
         real_body = document.documentElement ? document.documentElement : document.body;
 
      function move_tooltip(a) {
         var c = !IE ? a.pageX : event.clientX + real_body.scrollLeft,
            d = !IE ? a.pageY : event.clientY + real_body.scrollTop,
            b = IE && !window.opera ? real_body.clientWidth - event.clientX - offsetxpoint : window.innerWidth - a.clientX - offsetxpoint - 20,
            e = IE && !window.opera ? real_body.clientHeight - event.clientY - offsetypoint : window.innerHeight - a.clientY - offsetypoint - 20,
            f = 0 > offsetxpoint ? -1 * offsetxpoint : -1E3;
         current_tooltip = get_item("tooltip");
         current_tooltip.style.left = b < current_tooltip.offsetWidth ? IE ? real_body.scrollLeft + event.clientX - current_tooltip.offsetWidth + "px" : window.pageXOffset + a.clientX - current_tooltip.offsetWidth + "px" : c < f ? "5px" : c + offsetxpoint + "px";
         current_tooltip.style.top = e < current_tooltip.offsetHeight ? IE ? real_body.scrollTop + event.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : window.pageYOffset + a.clientY - current_tooltip.offsetHeight - offsetypoint + "px" : d + offsetypoint + "px"
      }
      $("#recent_topics li a:first-child").mouseover(function() {
         show_tooltip(this, $(this).next().html())
      });
      $("#active_topics a, #viewed_topics a").mouseover(function() {
         show_tooltip(this, $(this).prev().text().replace(/(.*)\s-\s\d+.+/, "$1"));
      }).after(function() {
         return '<span class="lastRight">' + this.title.replace(/.*\s-\s(\d+.+)/, "$1") + '</span>'
      });
      $(".changeLast").change(function() {
         $(".half.group_" + $(this).data("group")).hide();
         $("#" + this.value).show();
      });
       //]]>
   </script>
</div>
{BOARD_INDEX}
<div class="BoardStats">

        <!-- BEGIN disable_viewonline -->
        <script>
          $(document).ready(function(){
        var rdtOn = $('.rdtOn strong').html();
        var lastUser = $('.lastUser strong').html();
        var totalUser = $('.totalUser strong').html();
        var totalPost = $('.totalPost strong').html();
        
        
        $('ul.statsPers').prepend('
        <li><span>'+totalPost+'</span> Total Posts</li>
        <li><span>'+totalUser+'</span> Total Members</li>
        <li><span>'+lastUser+'</span> Newest Member</li>
        <li><span>'+rdtOn+'</span> Most users ever online</li>
        ');
        
        });
        </script>
        <div id="pun-info" class="main">
            
           <div class="main-head">
              
              <h2 class="page-title">
                  
                 <center>
                                  <b><a href="/viewonline"><font color="white">Statistic Board</font> </a></b>
                 </center>
                  
              </h2>
              
           </div>
            
           <div style="display: block;" class="main-content">
              
              <div id="forum_statistics">
                  
                 <div id="board-stats">
                    
                    <center>
                        
                       <h2>
                           Information
                       </h2>
                                  </center>
                      
        <br>
                                                 <div id='board_stats'>
               <dl>
                 <dt>Total Posts:</dt><dd><div id='board_statistics'> <span class="FORUMCOUNTPOST">{FORUMCOUNTPOST}</span></div>  </dd>    
                   <br> <dt>Total Topics:</dt><dd><div id='board_statistics'> <span class="FORUMCOUNTOPIC">{FORUMCOUNTOPIC}</span></div>    </dd>  
              <br> <dt>Total Members: </dt><dd><div id='board_statistics'><span class='FORUMCOUNTUSER'>{FORUMCOUNTUSER}</span></div>           </dd>                                        
             <br> <dt>Newest Member </dt><dd><div id='board_statistics'><span class='FORUMLASTUSERLINK'>{FORUMLASTUSERLINK}</span></div>      </dd>                                            
                   </dl>
          </div>
                    
                 </div>
                 <div class="rightStats">
                    
                    <div class="starsItem">
                        
                       <center>
                          
                          <p class="starsTitle">
                              
                          </p>
                          
                          <div class="leftStats">
                              <img src="http://i58.servimg.com/u/f58/17/06/15/51/110.png" />
                          </div>
                          
                          <p class="starsTitle">
                             Online Users
                          </p>
                          
                       </center>
                        
                       <p>
                          
                       </p>
                        
                       <div class="leftStats">
                          
                       </div>
                        
                       <p>
                           <span class="starsItem_TOTAL_USERS_ONLINE">   {TOTAL_USERS_ONLINE}</span>
        <p>   <span class="desc lighter blend_links"><b><i>{RECORD_USERS}</i></b> </span>        
          <br><br>
                 <div class="etMiniAv">    {LOGGED_IN_USER_LIST} </div>
                
                 {L_ONLINE_USERS}
            <br>{L_CONNECTED_MEMBERS}   </p>
                        
            <br><br/><br/><div style="text-align: center;">
                    
                        
                    </div>
                    
                 </div>
                  
              </div>
              
           </div>
            
        </div>
                      
         <style>#board-stats {
            border-left: 1px solid rgb(222, 222, 222);
            float: right;
            padding-left: 20px;
            width: 38%;
        }
        .rightStats {
            border-left: 1px solid rgb(207, 201, 201);
            margin: 5px 10px 5px 70px;
            min-height: 167px;
            padding-left: 10px;
            width: 90%;
        }
        #forum_statistics {
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(233, 233, 233);
            max-height: 500px;
            padding: 10px;
        }
        .starsTitle {
            font-family: helvetica,arial,sans-serif;
            font-weight: 700;
            margin-top: -8px !important;
            padding: 4px;
        }
        #board-stats h2 {
            clear: both;
            font-weight: bold;
        }
        .leftStats{float:left;margin-left:-75px;vertical-align:middle;margin-top:50px;}</style>
                
        <!-- END disable_viewonline -->
</div>
                      
                      
<!-- 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 -->
<ul id="pun-legend">
 <li>
 <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" />&nbsp;{L_NEW_POSTS}
 <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" />&nbsp;{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 -->
<style type="text/css">
#board_statistics {
    display: inline-block;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
    color: rgb(34, 34, 34);
    padding: 3px 7px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 15px;
}
  .statistics_head {
    font-size: 11px;
    font-weight: bold;
    padding: 11px;
    margin: -8px -8px 8px;
}
  .statistics_head, .statistics_head a, .poll h3 .desc {
    color: rgb(67, 74, 86);
}
  .statistics_head {
    background: none repeat scroll 0% 0% rgb(247, 248, 250);
    padding: 12px;
    font-size: 15px;
    border-top: 1px solid rgb(232, 232, 232);
    border-bottom: 1px solid rgb(232, 232, 232);
    font-weight: 300;
}
</style>

This is the second time i am asking you not to double post. Please do read the Rules of the forum.

[aviso="Double Post"]Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead![/aviso]

Powered by PunBB
Currently 0 users have thanked Virus for this post:

5
Offline

  deaneo8

deaneo8
V.I.P. Member
V.I.P. Member
Total Posts:

Total Topics:

Total Members:

Newest Member

are blank

Powered by PunBB
Currently 0 users have thanked deaneo8 for this post:

6
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
deaneo8 wrote:[link="/t846-dose-my-statistic-board-have-any-error-in-it-could-have-look#5637"]Total Posts:

Total Topics:

Total Members:

Newest Member

are blank

Hiya,

Have you tried clearing you're browsers cache? Are you the only user experiencing this case have you received any report from other members?

Thanks,
Support Moderator Team
Tommy Lee Smile

Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

7
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Is this solved?

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

8
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
[aviso="Thread Archived"]Original poster seems to be inactive and did not respond within 7 days in this thread. Because of this, the topic has been Archived.

If you have further questions, please open a new topic.[/aviso]

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

9
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum