Simple Machines Community Forum

SMF Support => Language Specific Support => EspaƱol (Spanish) => Topic started by: Dhayzon on May 24, 2013, 03:02:05 PM

Title: eliminar nombre del post del linktree
Post by: Dhayzon on May 24, 2013, 03:02:05 PM
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)
Title: Re: eliminar nombre del post del linktree
Post by: vicram10 on May 24, 2013, 03:54:13 PM
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
Title: Re: eliminar nombre del post del linktree
Post by: Dhayzon on July 07, 2014, 05:49:02 PM
Gracias  funciona perfecto    hoy me sirvió