1 rossputin May 06, 2010 19:14
3 rossputin May 06, 2010 19:32
Definitely b.) !!!
4 tilqicom May 06, 2010 19:52
okay than.. ready for some core hacking ? remember its not a good thing to do as you will lose your changes with an upgrade..
crack open your ...inc\items\views\_item_list_table.view.php, wander about line 72 you will see a line saying:
'td' => '@get_permanent_link( get_icon(\'permalink\') )@ <span class="date">@get_issue_date()@</span>',
make that;
'td' => '@get_permanent_link( get_icon(\'permalink\') )@ <span class="date">@get_issue_date()@ , @issue_time()@</span>',
in order to see the date, and the time.
5 rossputin May 06, 2010 20:15
Awesome, I'll give it a try as soon as I have time and report back!
Thanks!
what is that "post list" you are talking about ?
a.) a post list widget in front end ?
b.) or the backoffice post list [post/comments] /*http://www.blog.com/admin.php?ctrl=items&blog=1
is it b.) i presume ?