Cita:
Iniciado por darkasecas Deber modificar el template
Estoy casi seguro que es este
components/com_content/views/frontpage/tmpl/default.php
Si, eso ya lo se pero mira:
Donde pone
written by lo he puesto yo, antes ponia
author pero todo sigue iwal...
Código PHP:
<h2 class="PostHeaderIcon-wrapper"> <?php if ($this->params->get('show_title')) : ?>
<?php if ($this->params->get('link_titles') && $this->article->readmore_link != '') : ?>
<a href="<?php echo $this->article->readmore_link; ?>" class="PostHeader">
<?php echo $this->escape($this->article->title); ?></a>
<?php else : ?>
<?php echo $this->escape($this->article->title); ?>
<?php endif; ?>
<?php endif; ?>
</h2>
<?php endif; ?>
<div class="PostHeaderIcons metadata-icons">
<?php if ($this->params->get('show_create_date')) : ?>
<?php ob_start(); ?> <?php echo JHTML::_('date', $this->article->created, JText::_('DATE_FORMAT_LC2')); ?>
<?php $metadata[] = ob_get_clean(); ?>
<?php endif; ?><?php if (($this->params->get('show_author')) && ($this->article->author != "")) : ?>
<?php ob_start(); ?> [B]<?php JText::printf('Written by: %s', ($this->article->created_by_alias ? $this->article->created_by_alias : $this->article->author) ); ?>[/B]
<?php $metadata[] = ob_get_clean(); ?>
<?php endif; ?><?php
if ($this->params->get('show_url') && $this->article->urls)
$metadata[] = '<a href="http://' . $this->item->urls . '" target="_blank">' . $this->item->urls . '</a>';
if (!$this->print) {
$joomlaIcons = array();
if ($this->params->get('show_pdf_icon'))
se supone que por ahi tengo q cambiar algo pero el que para que se vea bien....
PD. Si tenia que haber hecho la pagina yo mismo con mi codigo xD