components\com_content\content.html.php
line 516: comment it out by adding // at the begining of line
line 528:
looks like: echo ampReplace( $row->text );
edit to: echo HTML_content::CreateDate( $row, $params ), ampReplace( $row->text );
line 832 to 836 are:
| |
replace them with:
$array=(getdate(strtotime($create_date)));
$array=(array_flip($array));
?>
This will result in having separate "box" for date in every content item and it can look something like date in head of Switch template at
http://demo.yootheme.com/or something like this:
http://extensions.joomla.org/component/ ... Itemid,35/ - this is for joomla 1.5.
ps.: This is for 1.0.13 Joomla Installation.