My vForum




 

My vForum :: Customization :: Coding :: Submissions :: View Topic - ProBoards Style Info Center
Printable View
Danny
Offline

*****
Official Coder
Reputation: 0%
Joined: 27th May 2008
Age: 17
Gender: Male
Durham
ProBoards Style Info Center (6th Jun 08 at 2:08am)
Info Center in the style of ProBoards
Info Center Templates

All you need to do is change the images Smiley

Code:Select All
  1. <table id="info_center" border="0" width="100%" cellspacing="0" cellpadding="0" class="border">
  2. <tr>
  3. <td>
  4. <table cellpadding="4" cellspacing="1" border="0" width="100%">
  5. <tr>
  6. <td class="title1" align="center" colspan="2">
  7. <font size="2"><b>Info Center</b></font>
  8. </td>
  9. </tr>
  10. <tr>
  11. <td class="title2" colspan="2">
  12. <font size="2"><b>Forum Statistics</b></font>
  13. </td>
  14. </tr>
  15. <tr>
  16. <td class="window1" width="20" valign="middle" align="center">
  17.  
  18. <img src="" alt="i" border="0"/>
  19.  
  20. </td>
  21. <td class="window2" valign="top" align="center">
  22. <table width="98%" cellpadding="3" align="center">
  23. <tr>
  24. <td valign="top" align="left" width="60%">
  25. <font size="1">Total Topics: {total_topics}   -   Total Posts: {total_posts}<br/>Last Updated Topic: {last_post} by {last_post_user} ({last_post_date})<br/>View the <a href="/action/recent">most recent posts</a> of this forum.</font>
  26. </td>
  27. <td valign="top" align="left" width="40%">
  28. <font size="1">Total Members: {total_members}<br/>Newest Member: {newest_members:1}{if:member}Your Personal Messages: {total_pms} New: {new_pms}{/if:member}
  29. </font>
  30. </td>
  31. </tr>
  32. </table>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td class="title2" colspan="2">
  37. <table cellpadding="0" cellspacing="0" width="100%">
  38. <tr>
  39. <td align="left" valign="center">
  40. <font size="2"><b>Users Online</b></font>
  41. </td>
  42. <td align="right" valign="center">
  43. </font>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr><tr>
  49. <td class="window1" width="20" valign="middle" align="center">
  50.  
  51. <img src="" alt="online" border="0"/>
  52.  
  53. </td>
  54. <td class="window2">
  55. <table width="98%" cellpadding="3" align="center">
  56. <tr>
  57. <td valign="top" align="left">
  58. <font size="1">{staff_on} Staff Member, {member_on} Members, {guest_on} Guests.<br/>{online_str}</font>
  59. </td>
  60. </tr>
  61. </table>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td class="title2" colspan="2">
  66. <table cellpadding="0" cellspacing="0" width="100%">
  67. <tr>
  68. <td align="left" valign="center">
  69. <font size="2"><b>Active Users In The Past 24 Hours</b></font>
  70. </td>
  71. <td align="right" valign="center">
  72. </font>
  73. </td>
  74. </tr>
  75. </table>
  76. </td>
  77. </tr>
  78. <tr>
  79. <td class="window1" width="20" valign="middle" align="center">
  80.  
  81. <img src="" alt="online" border="0"/>
  82.  
  83. </td>
  84. <td class="window2">
  85. <table width="98%" cellpadding="3" align="center">
  86. <tr>
  87. <td valign="top" align="left">
  88. <font size="1">{staff_today} Staff Members, {member_today} Members, {guest_today} Guests.<br/>{today_str}</font>
  89. </td>
  90. </tr>
  91. </table>
  92. </td>
  93. </tr>
  94. </table>
  95. </td>
  96. </tr>
  97. </table>


Updated!
Back to Top - Link to Post - Last edit: 11th Jun 08 at 2:39pm by Danny
 
Wrighty
Smiley
Offline

*****
Lead Coder
Administrator
Official Coder
Reputation: 4%
[Avatar]
Joined: 17th May 2008
Gender: Male
Re: ProBoards Style Info Center (6th Jun 08 at 7:38pm)
Please take this, and make sure it works. Also, note the structure of vF URLs. Also, do not hotlink to ProBoards' images.

Also, assign classes to cells (td) instead of a 'bgcolor' Smiley
Back to Top - Link to Post

Image
 
Danny
Offline

*****
Official Coder
Reputation: 0%
Joined: 27th May 2008
Age: 17
Gender: Male
Durham
Re: ProBoards Style Info Center (7th Jun 08 at 5:26pm)
Haha sorry man, I did this when I was drunk and bored. il get it sorted Smiley
Back to Top - Link to Post
 
CåñåÐå™
Offline

*
New Member
Reputation: 0%
Joined: 9th Jun 2008
Gender: Male
Toronto
Re: ProBoards Style Info Center (9th Jun 08 at 5:46pm)
When you click on guest to view the ip number it doesn't work Smiley .
Back to Top - Link to Post

Image
click here
 
Wrighty
Smiley
Offline

*****
Lead Coder
Administrator
Official Coder
Reputation: 4%
[Avatar]
Joined: 17th May 2008
Gender: Male
Re: ProBoards Style Info Center (9th Jun 08 at 5:54pm)
Where there's the first table <table ...>

add: id = 'info_center' Smiley
Back to Top - Link to Post

Image
 
CåñåÐå™
Offline

*
New Member
Reputation: 0%
Joined: 9th Jun 2008
Gender: Male
Toronto
Re: ProBoards Style Info Center (9th Jun 08 at 11:21pm)
Thank you Wrighty , its working now Smiley .
Back to Top - Link to Post

Image
click here
 
Danny
Offline

*****
Official Coder
Reputation: 0%
Joined: 27th May 2008
Age: 17
Gender: Male
Durham
Re: ProBoards Style Info Center (11th Jun 08 at 2:38pm)
Sorry about that, ive updated the code Smiley
Back to Top - Link to Post
Printable View

All times are GMT+0 :: The current time is 1:52am
Page generated in 0.9003 seconds
with 17 Database Queries and 9 cache files
This Forum is Powered By vForums
Create a Forum for Free