The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums

    index_body code problem

    !redlove!
    !redlove!
    New Member


    Male Posts : 15
    Reputation : 2
    Language : English
    Location : India

    index_body  code problem Empty index_body code problem

    Post by !redlove! September 13th 2015, 5:52 pm

    Dear forumotions team

    I edited my forum index_body code for New style statistics
    In this type
    Replace Code:
    Code:

    !- BEGIN disable_viewonline -->
    ****
    <!-- END disable_viewonline -->
    With the following code:
    Code:

    <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"><b style="color:#aa0000" class="coloradmin">Statistics</b></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>
            {LOGGED_IN_USER_LIST}
           
            {L_ONLINE_USERS}
        <br>{L_CONNECTED_MEMBERS}  </p>
                   
    <br>
      <span class="desc lighter blend_links"><b><i>Legend:</i></b> {GROUP_LEGEND}</span>
               
                   
                </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>
     
    Everything is completedd
    But my forum is look like This
    index_body  code problem PicsArt_1442156493644
    Img url :- http://s3.picofile.com/file/8211934142/PicsArt_1442156493644.jpg

    Total Posts:

    Total Topics:

    Total Members:

    Newest Member
    Is Not showing
    How to solve This problem
    Please help me
    Thank you!
    My forum address:-
    http://nimbuzzmasters.net
    Version:- punbb

      Current date/time is September 23rd 2024, 10:23 am