como puedo hacer eso???
asi de simple
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FCerO6cU.png&hash=f48d3caa18ed2e0125d2b920b5acf5bc09349bf8)
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
Gracias funciona perfecto hoy me sirvió