This is a complex info center template. I've been tweaking it over the last two years for my RPGs. But I don't use it anymore, so put it to good use. . This is one of my prided info center designs. It includes a staff notes section as well. . Hidden by the templating if:staff
Please search for and replace the following within the code with your own settings:
-) SITE WIDTH - your site width
-) YOUR SITE NAME - your board's title
-) Search for group1, group2, etc up to group6 to modifying ranking names/group names or to add/delete some.
-) <b>DATE</b> note<br /> - staff notes
Code:
- <table align="center" width="SITE WIDTH" border="0" cellspacing="1" cellpadding="0" class="border" id="info_center">
- <tr>
- <td width="100%" class="title1" align="center" height="29">
- <font class="titletext" size="2"><b>Forum Statistics</b></font>
- </td>
- </tr>
- <tr>
- <td width="100%" align="center">
- <table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="85%" align="center" class="window2" style="border-right:1px #000000 solid;">
- <table width="85%" border="0" align="center">
- <tr>
- <td width="100%" align="center">
- Welcome to <b>YOUR SITE NAME</b>! <br />
- The last post was {last_post} made by {last_post_user} and was posted on {last_post_date}.
- <br />
- We have a total of {total_members} members with the newest being {newest_members:1} {if:birthdays}<br />We have birthdays today! Happy birthday to:{/if:birthdays} {birthdays} {ifnot:birthdays} {/ifnot:birthdays}
- </td>
- </tr>
- </table>
- <table align="center" width="100%" style="border-top:1px #000000 solid;">
- <tr>
- <td width="100%" align="center">
- {if:member}<table align="center" border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td width="100%" align="center" class="window2" height="20">Hello <script>document.write('<a href="/action/view_profile" class="group'+vf_usergroup+'">'+vf_displayname+'</a>');</script>! Your Instant Messages: <a href="/action/pm">{total_pms}</a> New: <a href="/action/pm">{new_pms}</a></td></tr></table>{/if:member}
- {if:guest}<table align="center" border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td width="100%" align="center" class="window2" height="20">Welcome Guest! Please <a href="/action/login">Login</a> or <a href="/action/register">Register</a> for the full experience of this board.</td></tr></table>{/if:guest}
- </td>
- </tr>
- </table>
- </td>
- <td width="15%" align="center" class="window2">
- <table width="95%" align="right" border="0">
- <tr>
- <td width="100%" align="right">
- {total_posts} Posts<br />
- {total_topics} Topics<br />
- {total_members} Members<br/>
- {event_total} Events<br />
- <a href="/action/recent">Recent Posts</a><br />
- </td>
- </tr>
- </table>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%" class="title1" align="center" height="29">
- <font class="cattext" size="2"><b>Users Online</b></font>
- </td>
- </tr>
- <tr>
- <td width="100%" align="center" class="window2">
- <table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="50%" align="left" class="window2" style="border-right:1px #000000 solid;" valign="top">
- <table width="98%" border="0">
- <tr>
- <td width="100%" align="center" valign="top" height="50">
- There are {online_total} ({staff_on} staff, {member_on} members, {guest_on} guests) people online: <br />
- {online_str}
- </td>
- </tr>
- </table>
- </td>
- <td width="50%" align="center" class="window2" valign="top">
- <table width="90%" border="0" align="center" valign="top">
- <tr>
- <td width="100%" align="center" height="50" valign="top">
- These users were online today ({staff_today} staff, {member_today} members, {guest_today} guests):<br />{today_str}
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table align="center" border="0" width="600" cellspacing="0" cellpadding="0"><tr><td width="100%" align="center" class="window2" height="20" style="border-top:1px #000000 solid; border-right:1px #000000 solid; border-left:1px #000000 solid;">
- Colour Legend: <a href="#" class="group1">Admins</a> | <a href="#" class="group2">Moderators</a> | <a href="#" class="group3">group3</a> | <a href="#" class="group4">group4</a> | <a href="#" class="group5">group5</a> | <a href="#" class="group6">group6</a> | <a href="#">regular members</a>
- </td></tr></table>
- </td>
- </tr>
- {if:staff}<tr>
- <td width="100%" class="title1" align="center" height="18">
- <font class="titletext"><b>Staff Notes</b></font>
- </td>
- </tr>
- <tr>
- <td width="100%" align="left" class="window1">
- <table width="90%" align="center" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="100%" align="left">
- <b>DATE</b> note<br />
- <b>DATE</b> note<br />
- <b>DATE</b> note<br />
- <b>DATE</b> note<br />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- {/if}
- </table>