• Daily Support was created for Forumotion support, troubleshooting your problems with your computer, with your network or with your life. We offer graphic design services like graphic creations, good tutorials and many others! I hope you like this theme, i worked a lot to make it.
    Look at our new code! This is a nice loading screen for all versions Very Happy Read more
    Look at our new code! This is a nice Windows 8 Styled navigation bar! Read more
    Look at our new code! This is a code for partner, similary to our partner script! You have to choose your forum version, from the next list...Read more.
Daily Support ™

Tutorials, protection, discussions, graphic design, forumotion help, codes, gaming, roleplay, counter-strike 1.6, metin2, mt2, cs 1.6, cs 1.6 codes, mt2 codes, powerfull forum


You are not connected. Please login or register

Forum Statistics in Tabs

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

1Forum Statistics in Tabs Empty Forum Statistics in Tabs
Sat Dec 21, 2013 4:56 am
Dark-Avenger

Dark-Avenger

New member
New member
Dark-Avenger
Dark-Avenger
Posts : 13
Daily Points : 17
Likes : 0
Warns : No warnings
phpBB2
Hi dear all,
I want to make my forum statistics in tabs, I have red the tutorial [Link removed] and-punbb-only but I have made some changes in the template index_body and I dont want to loose them. Could you help me with the parts of code which of them must be substituted?

My forum version is PHPBB2 and the code of my index_body is:
index_body template:

and I want to put the statistic tabs in this section http://prntscr.com/2cqedl

Notice: I dont want to loose the toggle(minimize/maximize) function in stats.

Best Regards,
Dark-Avenger.




Last edited by Trenmor on Sat Feb 22, 2014 11:35 am; edited 1 time in total (Reason for editing : Links Aren't allowed.)
2Forum Statistics in Tabs Empty Re: Forum Statistics in Tabs
Sat Jan 18, 2014 3:51 am
Dishonored

Dishonored

Webmaster

Webmaster
Dishonored
Dishonored
Posts : 450
Daily Points : 735
Likes : 34
Warns : No warnings
punBB
Hello,
You have to change just these
Code:

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
  </tr>
  <tr>
      <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
  </tr>
  <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}</span></td>
  </tr>
  {L_CONNECTED_MEMBERS}
  {L_WHOSBIRTHDAY_TODAY}
  {L_WHOSBIRTHDAY_WEEK}
  <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
  </tr>
  <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
        </span>
      </td>
  </tr>
  <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->


3Forum Statistics in Tabs Empty Re: Forum Statistics in Tabs
Sat Feb 08, 2014 3:01 pm
Dark-Avenger

Dark-Avenger

New member
New member
Dark-Avenger
Dark-Avenger
Posts : 13
Daily Points : 17
Likes : 0
Warns : No warnings
phpBB2
Dishonored wrote:Hello,
You have to change just these
Code:

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr>
   <tr>
      <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}</span></td>
   </tr>
   {L_CONNECTED_MEMBERS}
   {L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK}
   <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
   </tr>
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
Hi I ve just modified the code but the tabs havent shown.


4Forum Statistics in Tabs Empty Re: Forum Statistics in Tabs
Sat Feb 22, 2014 11:34 am
Trenmor

Trenmor

Support Moderator

Support Moderator
Trenmor
Trenmor
Posts : 146
Daily Points : 177
Likes : 9
Warns : No warnings
Hi,

Please don't Use alternative Links on our forums, as it is know as Advertising, and is breaking the rules of the forum, I have lowered your Warning level too.

Please follow the rules!

~Trenmor


5Forum Statistics in Tabs Empty Re: Forum Statistics in Tabs
Wed Mar 05, 2014 4:24 am
ddoesmc

ddoesmc

Support Moderator

Support Moderator
ddoesmc
ddoesmc
Posts : 88
Daily Points : 98
Likes : 2
Warns : No warnings
phpBB3
Please bump in 24 hours or this will be locked.


6Forum Statistics in Tabs Empty Re: Forum Statistics in Tabs
Sat Mar 08, 2014 4:18 am
ddoesmc

ddoesmc

Support Moderator

Support Moderator
ddoesmc
ddoesmc
Posts : 88
Daily Points : 98
Likes : 2
Warns : No warnings
phpBB3
Topic locked & archived to avoid spam.


7Forum Statistics in Tabs Empty Re: Forum Statistics in Tabs

Sponsored content

Sponsored content


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

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