vForums Support > vForums :: Support :: > Why is topic post date not showing?

Why is topic post date not showing? - Posted By ashkir (ashkir) on 27th May 10 at 11:30pm
Forum URL: http://timeless.vforums.us
Experienced By: Myself
Browser: Chrome
Operating System: 7 32 bit

Problem:
Code:
 
  1. <td class="window1" width="6%" align="center">
  2.     <font size="2">
  3.         {mm} {topic_icon}
  4.     </font>
  5. </td>
  6. <td class="window2" width="54%"{tip}>
  7.     <font size="2">
  8.         <span style="float: left;">
  9.             {new} {prefix}
  10.             <b>
  11.                 {topic_subject} </b>
  12.             <font size="1">{if:topic_description}<b>Takes place in:</b> {topic_description}{/if}</font>
  13.         </span>
  14.         <span style="float: right; font-size: 11px;">
  15.             Started by {topic_starter}
  16.         </span>
  17.         <br />
  18.         <span style="float: left; font-size: 10px;"><b>Posted:</b> {topic_time}</span>
  19.         <span style="float: right;">{topic_pages}</span>
  20.     </font>
  21. </td>
  22. <td class="window1" width="5%" align="center">
  23.     <font size="2">
  24.         {topic_replies}
  25.     </font>
  26.     <br />
  27.     <font size="1">
  28.         Replies
  29.     </font>
  30. </td>
  31. <td class="window1" width="5%" align="center">
  32.     <font size="2">
  33.         {topic_views}
  34.     </font>
  35.     <br />
  36.     <font size="1">
  37.         Views
  38.     </font>
  39. </td>
  40. <td class="window2" width="30%">
  41.     <font size="2">
  42.         {last_post_time} by {last_post_user}
  43.     </font>
  44. </td>
 


It's not showing.
Image

How can I fix this? It seemed to jsut start happening today. I've made no changes.

Edit: It is only happening in Google Chrome's latest version.

Re: Why is topic post date not showing? - Posted By Ross (admin) on 28th May 10 at 7:22pm
Please provide a direct link to where this seems to be happening including information on what skin you are using. Looking at the forum linked I cannot see the image posted being anywhere in use (and the template posted doesn't seem to have any correlation to the image you posted)

Re: Why is topic post date not showing? - Posted By ashkir (ashkir) on 28th May 10 at 10:37pm
It seems to be all topics on the Old TV skin (the default) in role play forums with a custom template.

Forums with the default template show up like this:

not default topic template board: http://timeless.vforums.us/kai
default topic template board: http://timeless.vforums.us/lore

default topic template: http://wimg.mp/ldM.jpg
Not default topic template: http://wimg.mp/AB4.jpg

I'm using 3 different topic templates for the board (like one template for general, one for RP forums, and one for the banking system), however, none of the templates, including the default shows dates in Google Chrome. Version is 5.0.375.55

Google Chrome is the only browser effected. Safari, Opera, iPhone, firefox & IE seems perfectly fine. This PC is also a fresh installation of Windows 7.

Opera & Chrome side by side: http://wimg.mp/tKb.jpg

Re: Why is topic post date not showing? - Posted By Ross (admin) on 29th May 10 at 10:56pm
OK, I understand your issue now - the dates are showing but not in the desired format {Wink}

I've just updated my copy of Chrome to the latest version and found the same issue. Looks like they've changed something (I cannot identify what exactly) which is conflicting with our date replacement script. I've put in a fix which seems to fix the issue - not that a fix should really be needed in the first place {Unsure}