News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

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: