Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | vBulletin Style Info Center (11th Feb 08 at 8:32pm UTC) | | This will make the info center look somewhat similar to that used by vBulletin.
Code: HTML - <script type="text/javascript">
- var staff_on = parseInt("{staff_on}".replace(/,/, ''));
- var member_on = parseInt("{member_on}".replace(/,/, ''));
- var members_online = staff_on + member_on;
- </script>
- <table class="border" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
- <thead>
- <tr>
- <td class="title1" colspan="2">What's Going On?</td>
- </tr>
- </thead>
-
- <!-- logged-in users -->
- <tbody>
- <tr>
- <td class="title2" colspan="2">
- <a style="float:right" href="#top">UP</a>
- Currently Active Users: {online_total} (<script type="text/javascript">document.write(members_online);</script> members and {guest_on} guests)
- </td>
- </tr>
- </tbody>
- <tbody>
- <tr>
- <td class="window2"><img src="http://virtualforums.co.uk/images/addons/vb/whos_online.gif" alt="Who's Online" border="0" /></td>
- <td class="window1" width="100%">
- <font size="1">
- <div>{online_str}</div>
- </div>
- </td>
- </tr>
- </tbody>
- <!-- end logged-in users -->
-
- <tbody>
- <tr>
- <td class="title2" colspan="2">
- <a style="float:right" href="#top">UP</a>
- Forum Statistics
- </td>
- </tr>
- </tbody>
- <tbody>
- <tr>
- <td class="window2"><img src="http://virtualforums.co.uk/images/addons/vb/stats.gif" alt="Forum Statistics" border="0" /></td>
- <td class="window1" width="100%">
- <font size="1">
- <div>
- Threads: {total_topics},
- Posts: {total_posts},
- Members: {total_members},
- <span title="Within the Last 24 Hours">Active Members: {today_total}</span>
-
- </div>
- <div>Welcome to our newest member, {newest_members:1}</div>
- </font>
- </td>
- </tr>
- </tbody>
- {if:birthdays}
- <!-- today's birthdays -->
- <tbody>
- <tr>
- <td class="title2" colspan="2">
- <a style="float:right" href="#top">UP</a>
- Today's Birthdays
- </td>
- </tr>
- </tbody>
- <tbody>
- <tr>
- <td class="window2"><img src="http://virtualforums.co.uk/images/addons/vb/birthday.gif" alt="Todays Birthdays" border="0" /></td>
- <td class="window1" width="100%"><font size="1">{birthdays}</font></td>
- </tr>
- </tbody>
- {/if:birthdays}
- </table>
| |
|
|