eliminar nombre del post del linktree

Started by Dhayzon, May 24, 2013, 03:02:05 PM

Previous topic - Next topic

Dhayzon


vicram10

En el Display.php busca el constructor del linktree $context['linktree']

Linea 498

Busca esto


// Build the link tree.
$context['linktree'][] = array(
'url' => $scripturl . '?topic=' . $topic . '.0',
'name' => $topicinfo['subject'],
'extra_before' => $settings['linktree_inline'] ? $txt['topic'] . ': ' : ''
);


reemplaza por


// Build the link tree.
/* $context['linktree'][] = array(
'url' => $scripturl . '?topic=' . $topic . '.0',
'name' => $topicinfo['subject'],
'extra_before' => $settings['linktree_inline'] ? $txt['topic'] . ': ' : ''
);
*/


y prueba nuevamente

Dhayzon

Gracias  funciona perfecto    hoy me sirvió

Advertisement: