1. Take a look at the questions I asked very carefully ...., you did not answer the 1,2 question...
2. About the questions 3, are you sure return $row["total"] is the line 20, it seems $row = $result->FetchRow(); is the line 20. Add a new line print_r($result) in line 19 ... and let me know the results ...
Mark
</div>
<p>
<?php if (count($_from = (array)$this->_tpl_vars['archives'])):
foreach ($_from as $this->_tpl_vars['month']):
?>
<a href="<?php echo $this->_tpl_vars['month']->getUrl(); ?>"><?php echo $this->_tpl_vars['month']->getName(); ?>
</a><br/>
<?php endforeach; unset($_from); endif; ?>
</p>
<div class="Sidetitle">
This is part taken from that file and the red line is No. 33. I am sorry to miss this part before.
I have also tried to use all fresh 1.0.3 files. still same problem , no matter in line 22 in admin setting, or line 33 in this file. Thank you