Cita:
Iniciado por rcarcamonster Hmm, asegúrate de que esté seleccionado el idioma Español desde el gestor de idiomas del panel Joomla. También asegúrate de borrar las cookies antes de ver el nuevo resultado.
Si es que no funciona con esto tendremos que pedirle ayuda a alguien más.
Saludos
Lo tengo en castellano, borro cokies y nada.
He descuebierto que es de la plantilla porque con otras platillas de prueba(creadas por internet) si que me aparece el escrito por.
El caso es que pongo en mi plantilla iwal q aparece en esa y no me hace ni caso.
Estoy hartito ya.
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'))
Gracias