PDA


View Full Version : Recent Threads - Title, Username, & Date


SiuMo
07-08-2005, 09:11 AM
well, the title and the username is working fine in the recent threads section, but the date does not show .

I have checked that I turn on the Show Date & Time function already.

And I have searched the forum about my problem.. but neither solution work for me.

I hope that someone can help me here , please.

Thanks. :)

Brian
07-08-2005, 11:32 AM
Can you post a link to your site?

SiuMo
07-08-2005, 11:37 AM
www.hksf.net

Brian
07-08-2005, 11:48 AM
If you'll look in your adv_portal_latesttopicbits template for this code:
<div class="smallfont"><span style="cursor:pointer" onclick="window.open('$vboptions[bburl]/member.php?$session[sessionurl]u=$thread[postuserid]')">$thread[postusername]</span>

</div>

And add this right below it:
<if condition="$mod_options['portal_threads_showdate']"><div class="smallfont">$thread[postdate] $thread[posttime]</div></if>

That should take care of the problem.

SiuMo
07-08-2005, 11:54 AM
This works now , thanks !

And just let you know, the solution I tried before was adding the same code after

$thread[postusername]</span>

but before

</div>

I found this solution in the forum somewhere , of coz this did not work.