Еще вопрос по "Навигация по форуму ВНИЗУ"

Автор Rowdy, 11 августа 2009, 12:01:51

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Rowdy

Добрый день - вопрос примерно такой же как в этой теме http://www.simplemachines.ru/index.php/topic,5140.0.html

суть в том, что посмотрел код Display.template.php - там уже все вписано

но - нижняя строка адреса показывается, когда смотришь разделы и пропадает, когда смотришь топик.

а надо, чтобы была и там и там.

Что делать?

PS c php не знаком, поэтому лучше "на пальцах"

Спасибо

tarasfx

файл BoardIndex.template в твоей теме
находиш
// Info center collapse object.
echo '
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
// And create the info center object.
var infoHeader = new smfToggle("upshrinkIC", ', empty($options['collapse_header_ic']) ? 'false' : 'true', ');
infoHeader.useCookie(', $context['user']['is_guest'] ? 1 : 0, ');
infoHeader.setOptions("collapse_header_ic", "', $context['session_id'], '");
infoHeader.addToggleImage("upshrink_ic", "/collapse.gif", "/expand.gif");
infoHeader.addTogglePanel("upshrinkHeaderIC");
// ]]></script>';

// Here's where the "Info Center" starts...
echo '<br />

Что то в этом роде потому как в каждой теме может быть другой код, и вставляеш перед ним (сверху)
// Show the linktree
echo '
<div>', theme_linktree(), '</div>';


tarasfx

вот еще что бы навигация сохранялась и в топиках я прописывал в Display.template.php
перед
// Restore topic. eh?  No monkey business.
if (!empty($modSettings['recycle_enable']) && $context['current_board'] == $modSettings['recycle_board'] && $context['can_restore_topic'])
$mod_buttons[] = array('text' => 'restore_topic', 'image' => '', 'lang' => true, 'url' => $scripturl . '?action=restoretopic;topic=' . $context['current_topic'] . ';sesc=' . $context['session_id']);

вот
// Show the linktree
echo '
<div>', theme_linktree(), '</div>';