vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Report a Bug :: Resolved Bugs :: Info Center Guest link - View Topic
Topic Rating: *****
Printable View
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 34
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Info Center Guest link (10th Aug 09 at 12:45pm UTC)
Resolved
In a custom info center when I click on the x guests link, no div comes up listing the IPs of the guests like it does in the default info center.
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 8 11
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Info Center Guest link (10th Aug 09 at 1:32pm UTC)
That would almost certainly be down to the info center in question. Do you have a link to it?

Image
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 34
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: Info Center Guest link (10th Aug 09 at 8:55pm UTC)
The one I use on http://timeless.vforums.co.uk

Code:
 
  1. <table align="center" width=700 border=0 cellspacing="1" cellpadding="0" class="border">
  2. <tr>
  3. <td width=100% class="title1" align="center" height=18> <font class="titletext"><b>Forum Statistics</b></font> </td>
  4. </tr>
  5. <tr>
  6. <td width=100% align="center">
  7. <table align="center" width=100% border=0 cellspacing="0" cellpadding="0">
  8. <tr>
  9. <td width=85% align="center" class="window2" style="border-right:1px #d6CEAd solid;">
  10. <table width=70% border=0 align="center">
  11. <tr>
  12. <td width=100% align="center"> <font size="1">Welcome to <b>Timeless</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}</font> {if:birthdays}<br />There are birthdays today! Happy birthday to:{/if:birthdays} {birthdays} {ifnot:birthdays} {/ifnot:birthdays} </td>
  13. </tr>
  14. </table>
  15. <table align="center" border=0 width=75% cellspacing="0" cellpadding="1" class="border">
  16. <tr>
  17. <td width=100% align="center" class="window1"> {if:staff}<font size="1"><b>Staff Notes:</b> There are no notes for staff at this time.</font>{/if}  {if:member}
  18. <table align="center" border=0 width=100% cellspacing="0" cellpadding="0">
  19. <tr>
  20. <td width=100% align="center" class="window1" height=20><font size="1">Your Instant Messages: <a href="/action/pm">{total_pms}</a> New: <a href="/action/pm">{new_pms}</a></font></td>
  21. </tr>
  22. </table>
  23. {/if}   {if:guest}<font size="1">Welcome Guest! Please <a href="/action/login">Login</a> or <a href="/action/register">Register</a>.</font>{/if} </td>
  24. </tr>
  25. </table>
  26. <br />  </td>
  27. <td width=15% align="right" class="window2">
  28. <table width=70% border=0>
  29. <tr>
  30. <td width=100% align="right"> Some Stats:<br /> {total_posts} Posts<br /> {total_topics} Topics<br /> {total_categories} Categories<br /> {total_boards} Boards<br />  </td>
  31. </tr>
  32. </table>
  33. </tr>
  34. </table>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td width=100% class="title1" align="center" height=18> <font class="cattext"><b>Users Online</b></font> </td>
  39. </tr>
  40. <tr>
  41. <td width=100% align="center">
  42. <table align="center" width=100% border=0 cellspacing="0" cellpadding="0">
  43. <tr>
  44. <td width=20% align="left" class="window2" style="border-right:1px #d6CEAd solid;">
  45. <table width=80% border=0>
  46. <tr>
  47. <td width=100% align="left">  {online_total} Total Online<br /> {staff_on} Staff Online<br /> {member_on} Members Online<br /> {guest_on} Guests Online  </td>
  48. </tr>
  49. </table>
  50. </td>
  51. <td width=80% align="center" class="window2">
  52. <table width=80% border=0 align="center">
  53. <tr>
  54. <td width=100% align="center"> <font size="1"> There were a total of {member_today} members and {guest_today} guests online today. <br /> Memb
  55. <script type="text/javascript" src="http://support.virtualforums.co.uk/tiny_mce_2.3/themes/advanced/langs/en.js"></script>
  56. ers currently online:<br /> {online_str}</font> </td>
  57. </tr>
  58. </table>
  59. <br />
  60. <table align="center" border=0 width=100% cellspacing="0" cellpadding="0">
  61. <tr>
  62. <td width=100% align="center" class="window2" height=20 style="border-top:1px #d6CEAd solid;"> Colour Legend: <a href="#" class="group1">Administrators</a> | <a href="#" class="group2">Global Moderators</a> | <a href="#" class="group3">Moderators</a> | <a href="#">Members</a> </td>
  63. </tr>
  64. </table>
  65. </td>
  66. </tr>
  67. </table>
  68. </td>
  69. </tr>
  70. </table>
  71.  
 


I have NO idea where that font and size came from. o.o. Edited out.
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 8 11
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Info Center Guest link (10th Aug 09 at 10:20pm UTC)
Hi Ash,

In order to try and position the guest IPs box it looks for one of two info-center related IDs. "info_center" or "users_online" ("users_online_today" for guests online today). Just one of them is needed in most cases. eg.


<table align="center" width=700 border=0 cellspacing="1" cellpadding="0" class="border" id="info_center">

Image
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 34
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: Info Center Guest link (10th Aug 09 at 10:28pm UTC)
Adding that ID did the trick! Thanks Ross! ^^
 Printable View

All times are GMT+0 :: The current time is 6:58pm
Page generated in 0.7814 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums