News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Double: linktree, page, new topic, reply

Started by locodice, July 02, 2009, 09:32:47 AM

Previous topic - Next topic

locodice

Double: linktree, page, new topic, reply

How delete one of this double elements from up or down  ???

Marcus Forsberg



Bulakbol

MessageIndex.template.php. Find and delete. Backup your files first.
echo '
<div style="margin-bottom: 2px;"><a name="top"></a>', theme_linktree(), '</div>';

// Show breadcrumbs at the bottom too?
echo '
<div>', theme_linktree(), '<br /></div>';

'new_topic' => array('test' => 'can_post_new', 'text' => 'smf258', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),


Display.template.php
// Show the linktree
echo '
<div>', theme_linktree(), '</div>';

if ($settings['linktree_inline'])
echo '
<td valign="top">', theme_linktree(), '</td> ';

'reply' => array('test' => 'can_reply', 'text' => 146, 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';num_replies=' . $context['num_replies']),
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Advertisement: