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.

How to create the whole Forumotion "Who is Online" and statistics table?

4 posters

Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Mon 29 Feb - 12:55

Technical Details


Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : All members
Forum link : http://bigtuber5702.forumieren.com/

Description of problem

Hello!

I would like to create the "Who is Online" like here. Smile
I've already found this template edit between <!-- BEGIN disable_viewonline --> and <!-- END disable_viewonline --> in the index_body template (phpbb3 Line 42)

Code:
<br /><div id ="fa_stats">
<span class = "stat_label">{TOTAL_POSTS}></span><span>Beiträge</span>
<span class ="stat_label">{TOTAL_USERS}></span><span>Mitglieder</span>
  <span class ="stat_label">{NEWEST_USER}></span><span>Neuestes Mitglied</span>
</div>
<style>
#fa_stats {
    background: #D5A866;
    color: #000000;
    font-family: Arial, Verdana, Sans-serif;
    padding: 15px 0;
    text-align: center;
 font-size: 14px;
  }
#online-box #fa_qeel {
    clear: both;
    margin: 0 -5px;
}
.stat_label {
  background:url('http://i84.servimg.com/u/f84/19/26/29/54/hgnavb11.png');
    border-radius: 3px;
    color: #F7D081;
    display: inline-block;
    font-size: 0;
    margin: 0 12px 0 3%;
    padding: 6px 12px;
    vertical-align: middle;
}
.stat_label strong {
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
</style>
<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" width="100%"><span class="gensmall">
    </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}
  <tr>
      <td class="row1"><span class="gensmall">{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</span></td>
  </tr>
 
  <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall">{TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp; {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>



And the result looks like that:

How to create the whole Forumotion "Who is Online" and statistics table? Werist10


I know how to colour the texts or give them a new font-size but how to delete the cells and the frame at the left, right and bottom? Just like here Smile

Can anyone give me the code, please?


Best regards
Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Tue 1 Mar - 14:52

Bump!

@Ange Tuteur maybe? Very Happy

Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Pebbles Tue 1 Mar - 15:13

try to add this after the line 35 in above code;

Code:
table.forumline {

background: transparent;

}

maybe that will make it look better for you:)
Pebbles
Pebbles
New Member

Posts : 11
Reputation : 5
Language : English

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Ape Tue 1 Mar - 15:21

Hello Bigtuber57

When tagging a member with a space in the name you need to post it like this
Code:
@"Ange Tuteur"




How to create the whole Forumotion "Who is Online" and statistics table? Left1212How to create the whole Forumotion "Who is Online" and statistics table? Center11How to create the whole Forumotion "Who is Online" and statistics table? Right112
How to create the whole Forumotion "Who is Online" and statistics table? Ape_b110
How to create the whole Forumotion "Who is Online" and statistics table? Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Wed 2 Mar - 1:04

So, I will tag some members now. Smile

@Pebbles thanks for your help, but unfortunalety it don't look better (for me)

@Ape Aha! I really wondered why the tag didn't work. Very Happy


@Ange Tuteur How to get it from that:
How to create the whole Forumotion "Who is Online" and statistics table? Whoiso10

To that:
How to create the whole Forumotion "Who is Online" and statistics table? Whoiso11

I really like the forumotion functions/edits with CSS and templates, it's my flavour.
Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Pebbles Wed 2 Mar - 1:19

Bigtuber57 wrote:So, I will tag some members now. Smile

@Pebbles thanks for your help, but unfortunalety it don't look better (for me)

@Ape Aha! I really wondered why the tag didn't work. Very Happy


@Ange Tuteur How to get it from that:
How to create the whole Forumotion "Who is Online" and statistics table? Whoiso10

To that:
How to create the whole Forumotion "Who is Online" and statistics table? Whoiso11

I really like the forumotion functions/edits with CSS and templates, it's my flavour.
you need to give people more info because now you giving me the idea you want that and all of it, incl same colors
but that wouldnt make much sense because your forum is brownish

so what colors do you want in there?
Pebbles
Pebbles
New Member

Posts : 11
Reputation : 5
Language : English

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Wed 2 Mar - 8:37

Hi @Pebbles

Sorry Smile

I want the structure, it would be really nice if someone give me just the CSS code (or template code?), which is used here because I can change the colours myself.

Hope you understand me now. Smile
Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Thu 3 Mar - 8:53

Bump! Bouncy
Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Fri 4 Mar - 11:39

Bump Bouncy
Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Bigtuber Mon 7 Mar - 12:24

Bump :wouhou:
Bigtuber
Bigtuber
Forumember

Male Posts : 450
Reputation : 19
Language : German, English
Location : Germany

https://hilfe.forumieren.com/

Back to top Go down

How to create the whole Forumotion "Who is Online" and statistics table? Empty Re: How to create the whole Forumotion "Who is Online" and statistics table?

Post by Take Notes Mon 7 Mar - 13:58

The Forumotion style is copyright Forumotion, I don't think they will allow just color changes.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Back to top

- Similar topics

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