Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | wR Info Center (31st Mar 08 at 5:09pm UTC) | | This is the info center that was on wRcreations.
Preview
Code: HTML - <table align="center" cellpadding="3" cellspacing="1" class="border" width="100%" id="info_center">
- <tr>
- <td class="title2">
- <span class="title"><a name='Stats'></a>Stats</span>
- </td>
- </tr>
- <tr>
- <td class="window2">
- <table width="100%">
- <tr>
- <td width="25%">
- <table width="95%" cellspacing="1" cellpadding="1" align="center">
- <tr>
- <td width="100%" class="border">
- <table width="100%" class="window1" cellpadding="0" cellspacing="3">
- <tr>
- <td align="center" id="info_center_stats" style="height: 55px;">
- Members: {total_members}<br />
- Topics: {total_topics} | Posts: {total_posts}<br />
- Boards: {total_boards} | Categories: {total_categories}<br />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- <td width="50%" valign="top">
- <table width="100%" cellspacing="1" cellpadding="1" align="center">
- <tr>
- <td class="border">
- <table width="100%" class="window1">
- <tr>
- <td id="info_center_last_post" align="center" style="height: 55px;">
- <font size="2">
- The last post made was:<br />
- {last_post} by {last_post_user}<br />
- {last_post_date}
- </font>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- <td width="25%">
- <table width="95%" cellspacing="1" cellpadding="1" align="center">
- <tr>
- <td class="border">
- <table width="100%" class="window1">
- <tr>
- <td style="height: 55px;" align="center">
- <div id="new_members">
- Newest Members: <script>
- var a = '{newest_members:3}';
- var b = a.split(/<br\s?\/?>/);
- document.write(b.splice(0,b.length-1).join(', '));
- </script>.
- </div><br>
- {if:member}Total PMs: {total_pms} | New PMs: {new_pms}{/if:member}
- {if:guest}Please <a href='/action/login'>Login</a> or <a href='/action/register'>Register</a>{/if:guest}
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%" colspan="5">
- <table width="99%" cellspacing="1" cellpadding="1" align="center">
- <tr>
- <td width="100%" class="border">
- <table width="100%" class="window1">
- <tr>
- <td width="50%" valign="top">
- <font size="2">
- <b id="total_online">There {online_is} Currently {online_total} User{online_plural} Online</b> ({staff_on} Staff Member{staff_on_plural}, {member_on} Member{member_on_plural}, {guest_on} Guest{guest_on_plural})
- </font>
- <table cellpadding="4" width="100%">
- <tr>
- <td valign="top" id="users_online">
- <font size="2">
- {online_str}
- </font>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%" colspan="5">
- <table width="99%" cellspacing="1" cellpadding="1" align="center">
- <tr>
- <td width="100%" class="border">
- <table width="100%" class="window1">
- <tr>
- <script>
- function on_toggle(){
- get('on_today','id').style.display = (get('on_today','id').style.display=='none')? '' : 'none';
- get('on_link','id').innerHTML = (get('on_link','id').innerHTML=='Show')? 'Hide' : 'Show';
- }
- </script>
- <td width="100%" valign="top" id="online_today">
- <table border=0 width=100%>
- <tr><td>
- <font size="2">
- <b id="total_online_today">There {today_has} been {today_total} User{today_plural} Online in the Past 24 Hours</b>
- ({staff_today} Staff Member{staff_today_plural}, {member_today} Member{member_today_plural}, {guest_today} Guest{guest_today_plural})
- </font>
- </td>
- <td align="right">
- <font size="1"><a href='javascript: void(0);' onclick='on_toggle();' id='on_link'>Show</a></font>
- </td></tr>
- </table>
- <table cellpadding="4" width="100%">
- <tr id="on_today" style="display: none">
- <td valign="top" id="users_online_today">
- <font size="2">
- {today_str}
- </font>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
| |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: wR Info Center (11th Oct 08 at 7:09pm UTC) | | How do I make the "There have been x Users Online in the Past 24 Hours" always show? | |
|
dog199200 Guest | Re: wR Info Center (12th Oct 08 at 1:00am UTC) | | try this:
I was guessing you wanted the toggle effect removed | |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | |
dog199200 Guest | Re: wR Info Center (12th Oct 08 at 7:43am UTC) | | ok well when i get home tomorrow, i'll sit done and fix it for you | |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: wR Info Center (12th Oct 08 at 7:48am UTC) | | alright, and for right now, I have to go to bed, have to get up tomorrow for something. | |
|
CåñåÐå™ Full Member
Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: wR Info Center (12th Oct 08 at 2:38pm UTC) | | On line 117 you'll see this: <tr id="on_today" style="display: none"> just make it this: <tr> and it should be fine.
That's the only things you forgot to change Dwight, i think . | |
click here We have 15 Different Skins/Templates for your vForum |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: wR Info Center (12th Oct 08 at 9:59pm UTC) | | Hey that worked thanks Canada | |
|
CåñåÐå™ Full Member
Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: wR Info Center (12th Oct 08 at 11:19pm UTC) | | Your welcome Darkmage . | |
click here We have 15 Different Skins/Templates for your vForum |
|
dog199200 Guest | Re: wR Info Center (13th Oct 08 at 2:26am UTC) | | :0 ya i noticed what i had done wrong last night, i was just to tired to fix it then, so ty Canada | |
|
(¯`•Stormraven•._) Junior Member
CodersHangout.co.uk Posts: 81 Status: Offline Gender: Male Location: $_home Age: 35 Joined:
pmwww | Re: wR Info Center (13th Oct 08 at 2:50am UTC) | | On line 117 you'll see this: <tr id="on_today" style="display: none"> just make it this: <tr> and it should be fine. That's the only things you forgot to change Dwight, i think .
I see you have been working on your coding there Canada Nice code Wrighty | |
Design and Programming Forums |
|
CåñåÐå™ Full Member
Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: wR Info Center (13th Oct 08 at 2:35pm UTC) | | Yes , but there still alot of things that i have trouble with , i try but then i do need help . It coming slowly . | |
click here We have 15 Different Skins/Templates for your vForum |
|