Правится ручками файл:
%\components\com_content\views\category\tmpl\default_items.php
убрал :
<tr class="sectiontableentry<?php echo ($item->odd +1 ). $this->escape($this->params->get('pageclass_sfx')); ?>" >
<td align="right">
<?php echo $this->pagination->getRowOffset( $item->count ); ?>
</td>
<?php if ($this->params->get('show_title')) : ?>
<?php if ($item->access <= $this->user->get('aid', 0)) : ?>
<td>
<a href="<?php echo $item->link; ?>">
<?php echo $this->escape($item->title); ?></a>
<?php $this->item = $item; echo JHTML::_('icon.edit', $item, $this->params, $this->access)?>
</td>
<?php else : ?>
<td>
<?php
echo $this->escape($item->title).' : ';
$link = JRoute::_('index.php?option=com_user&view=login');
$returnURL = JRoute::_(ContentHelperRoute::getArticleRoute($item->slug, $item->catslug, $item->sectionid), false);
$fullURL = new JURI($link);
$fullURL->setVar('return', base64_encode($returnURL));
$link = $fullURL->toString();
?>
<a href="<?php echo $link; ?>">
<?php echo JText::_( 'Register to read more...' ); ?></a>
</td>
<?php endif; ?>
<?php endif; ?>
<?php if ($this->params->get('show_date')) : ?>
<td>
<?php echo $item->created; ?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_author')) : ?>
<td >
<?php echo $this->escape($item->created_by_alias)? $this->escape($item->created_by_alias) : $this->escape($item->author); ?>
</td>
<?php endif; ?>
<?php if ($this->params->get('show_hits')) : ?>
<td align="center">
<?php echo $this->escape($item->hits)? $this->escape($item->hits) : '-'; ?>
</td>
<?php endif; ?>
</tr>
Хоть бы кто подсказал или хоть откликнулся. форум это или не форум? Вторую тему создаю два дня голову ломаю (хотя полезно) и сам себе же отвечаю. прикольно.