Code:
- <table align="center" cellpadding="4" cellspacing="1" class="border" width="100%" id="info_center">
-
- <tr>
- <td class="title1" colspan="2">
- <font size="2">
- <img src="http://www.idirectory.us/images/favicon.gif"> <strong>Users Online</strong>
- </font>
- </td>
- </tr>
- <tr>
- <td width="24px" class="window1">
- <img src="http://www.idirectory.us/images/forum/whosonline.gif" align="middle">
- </td>
- <td class="window2">
- <font size="1">
- In total there are {all_online_total} users online :: <a href="/action/members">{total_members}</a> registered, and {guest_on} guests
- Most users ever online was {today_total} (based on users active over the past 24 hours)<br /> <br />
- Online Now: {foreach:all_online}{user}{ifnot:foreach_last}, {/if}{/foreach} {foreach:bots_online}{user}{ifnot:foreach_last}, {/if}{/foreach} <br />
- Past Users: {foreach:all_online_today}{user}{if:invisible} (invisible){/if}{ifnot:foreach_last}, {/if}{/foreach} {foreach:bots_online_today}{user}{ifnot:foreach_last}, {/if}{/foreach}
- </font>
- </td>
- </tr>
- </table>
- <br />
-
- <table align="center" cellpadding="4" cellspacing="1" class="border" width="100%">
- <tr>
- <td class="title2" colspan="2">
- <font size="2">
- <img src="http://www.idirectory.us/images/favicon.gif"> <strong>Statistics</strong>
- </font>
- </td>
- </tr>
- <tr>
- <td width="24px" class="window1">
- <img src="http://www.idirectory.us/images/forum/stats.gif" align="middle">
- </td>
- <td class="window2">
- <font size="1">
- Total Boards {total_boards} | Total Categories {total_categories} | Total posts {total_posts} | Total topics {total_topics} | Total members {total_members} | Our newest member {foreach:newest_members:1}: {member}{/foreach} <br /><br />
- The last post made was {last_post} by {last_post_user} on {last_post_date}
- </font>
- </td>
- </tr>
- </table>
-
- {if:birthdays}
- <br />
- <table align="center" cellpadding="4" cellspacing="1" class="border" width="100%">
- <tr>
- <td class="title2" colspan="2">
- <font size="2">
- <img src="http://www.idirectory.us/images/favicon.gif"> <strong>Birthdays</strong>
- </font>
- </td>
- </tr>
- <tr>
- <td width="24px" class="window1">
- <img src="http://www.idirectory.us/images/forum/birthday.gif" align="middle">
- </td>
- <td class="window2">
- <font size="1">
- There are a total of {birthday_total} Birthdays<br />
- {foreach:birthdays}{member}{if:hidden} (Hidden){/if}{ifnot:foreach_last}, {/if}{/foreach}
- </font>
- </td>
- </tr>
- </table>
- <br />
- {/if}
-
- {if:member}
- <br />
- <table align="center" cellpadding="4" cellspacing="1" class="border" width="100%">
- <tr>
- <td class="title2" colspan="2">
- <font size="2">
- <img src="http://www.idirectory.us/images/favicon.gif"> <strong>Your Information</strong>
- </font>
- </td>
- </tr>
- <tr>
- <td width="24px" class="window1">
- <img src="http://www.idirectory.us/images/forum/whosonline.gif" align="middle">
- </td>
- <td class="window2">
- <font size="1">
- Logged in as: <a href="/profile/">##username##</a>
- | New PM's <a href="/action/pm/">{new_pms}</a> | Total PM's <a href="/action/pm/">{total_pms}</a> | <a href="/action/markasread/type/boards">Mark all Boards as read</a> | <a href="/action/recent">View Most recent posts</a>
- </font>
- </td>
- </tr>
- </table>
- {/if}