Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Info Center Help! (7th Apr 09 at 12:39am UTC) | | Ok I want my info center like this:
http://i185.photobucket.com/albums/x20/magedesigns/misc/pb_info_center.jpg
But when I got done with it, it came out like this: http://i185.photobucket.com/albums/x20/magedesigns/misc/vf_info_center.jpg
The code:
Code: - <table align="center" cellpadding="0" cellspacing="1" class="border" width="100%" id="info_center">
- <tr>
- <td class="title1" align="center" colspan="3"><font size="2"><b>Info Center</b></font>
- </td>
- </tr>
- <tr>
- <td class="title2" colspan="3">
- <font size=2>Forum Stats</font>
- </td>
-
- <tr>
- </tr>
- <td class="window1" >
- <font size=2>Total Posts: {total_posts} - Total Topics: {total_topics} <hr size="1" style="border-style:dotted;">
- There are a total of {total_members} Registered Members.<br /> We would like to welcome {newest_members:1} as the newest member to join our forum!</font>
- </td>
-
- <td class="window2" style="border-left-style:dotted;>
- <font size=2>The last post was: {last_post} <br /> Made on: {last_post_date} <br /> By the Member: {last_post_user}</font>
- </td>
-
- <tr>
- </tr>
- <td class="title2" colspan="3">
- <font size=2>Members Online</font>
- </td>
-
- <tr>
- </tr>
- <td class="window1">
- <font size=2>
- Staff: {staff_on}<br />
- Members: {member_on} <br />
- Guests: <br />
- </font>
- </td>
-
- <td class="window2" style="border-style:dotted;">
- <font size=2>
- There are currently {online_total} Member{online_plural} Most users online was {today_total}
- <hr size="1" style="border-style:dotted;">
- {if:member}Total Personal Messages: {total_pms} - {new_pms} New Personal Messages{/if:member}<br />
- {if:guest}Please <a href=/action/login>Login</a> to access this feature.{/if:guest} </font>
- </td>
-
- <tr>
- </tr>
- <td class="title1" colspan="3">
- <font size=2>Active Users Today</font>
- </td>
-
- <tr>
- </tr>
- <td class="window1">
- <font size=2>
- Staff: {staff_today} <br />
- Members: {member_today}<br />
- Guests: {guest_today}
- </font>
- </td>
-
- <td class="window2" style="border-style:dotted;">
- <font size=2>
- There have been {online_total} users today.
- <hr size="1" style="border-style:dotted;">
- {online_str}
- </font>
- </td>
- </tr>
- </table>
I just can't seem to get it working...
Thanks.
edit:
Also for the new post part "The last post was: {last_post} <br /> Made on: {last_post_date} <br /> By the Member: {last_post_user}" on the info center it just shows "test" Instead of "The last post was" When it is supposed to be "The last post was: test" | |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | |
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | |