PDA

View Full Version : Date Not Displaying in Latest Forum Topics


kittymother
07-26-2004, 12:57 PM
The date is not displaying in the Latest Forum Topics block. I'm not sure what I need to do to make it disply. On the heading it shows "Title, Username, & Date Replies Views Forum" but the date isn't displaying with the topic information. I have the "Show Latest Threads Date & Time?" set to yes in the main options. Is there something else I need to do to make the date display?

Brian
07-28-2004, 11:56 AM
Apparently I missed adding that in the template. If you edit your adv_portal_latestopicbits template though and look for:

$thread[postusername]</span>

Right after that add:

<if condition="$vba_options['portal_threads_showdate']">$thread[postdate] <span class="time">$thread[posttime]</span></if>

And that will display the date. :)

Our Sponsors
 

kittymother
07-28-2004, 12:07 PM
Thanks. I have a date now.