Кирилл, спасибо за предыдущие подсказки, они еще пригодятся, уверен. можно еще совет?
мне почистили index.php от лишней инфы (не вписывалась в концепцию сайта)
и опять пропали некоторые подразделы с главной (по одному в каждом родительском)
дело в том что переменной
$chcount там уже нет
приведу index.php
PHP код:
include_once('header.php');
include_once(XOOPS_ROOT_PATH . '/modules/myarticles/themes/theme.php');
include_once(XOOPS_ROOT_PATH . '/class/xoopspagenav.php');
include_once(XOOPS_ROOT_PATH . '/modules/myarticles/include/functions.inc.php');
include_once(XOOPS_ROOT_PATH . '/modules/myarticles/class/articles.class.php');
include_once(XOOPS_ROOT_PATH . '/modules/myarticles/class/textsanitizer.class.php');
$start = (!empty($_GET['start'])) ? intval($_GET['start']) : 0;
$storytopic = (!empty($_GET['topic_id'])) ? intval($_GET['topic_id']) : 0;
$t = (!empty($_GET['t'])) ? intval($_GET['t']) : 0;
$storynum = (!empty($_GET['storynum'])) ? intval($_GET['storynum']) : $artConfig['storyhome'];
if ($xoopsConfig['startpage'] == $xoopsModule->dirname()) {
$xoopsOption['show_rblock'] = 1;
} else {
$xoopsOption['show_rblock'] = 0;
}
include_once(XOOPS_ROOT_PATH . '/header.php');
if (empty($start)) {
make_cblock();
echo '<br />';
}
build_topic();
$myts = new ArtTextSanitizer();
if (!empty($storytopic)) {
$criteria = array('published > 0', 'published <= ' . time(), 'topicid = ' . $storytopic);
} else {
$criteria = array('published > 0', 'published <= ' . time(), 'ihome = 0');
}
if (!empty($t)) {
$year = intval(substr($t, 0, 4));
$month = intval(substr($t, 4, 2));
$day = intval(substr($t, 6, 2));
$criteria = array('published > ' . mktime(0, 0, 0, $month, $day, $year), 'published < ' . mktime(23, 59, 59, $month, $day, $year));
$sarray = Articles::getAllArticles($criteria);
} else {
$sarray = Articles::getAllArticles($criteria, $storynum, $start);
$storycount = Articles::countByTopic($storytopic);
$pagenav = new XoopsPageNav($storycount, $storynum, $start, "topic_id=" . $storytopic . "&storynum=" . $storynum . "&start", "");
}
if (($artConfig['listsubmit'] != 0 || !empty($t)) && count($sarray) > 0) {
if ($artConfig['displaynav'] == 1) {
inc_function('build_topic_selbox', array($storytopic, $storynum));
}
echo "<br>";
foreach ($sarray as $story) {
$poster = $story->uname();
$created = formatTimestamp($story->getVar('published'));
$hometext = $story->getVar('hometext');
$fullcount = strlen($story->getVar('bodytext'));
$counter = $story->getVar('counter');
$morelink = "";
if ($fullcount > 1) {
$morelink .= "<a href='" . rewrite_link(XOOPS_URL . "/modules/myarticles/article.php?storyid=" . $story->getVar('storyid') . "");
$morelink .= "'><b>" . _NW_READMORE . "</b></a>";
}
if ($artConfig['showcomments'] == 1) {
if ($fullcount > 1) $morelink .= " | ";
$morelink .= "<a href='" . rewrite_link(XOOPS_URL . "/modules/myarticles/article.php?storyid=" . $story->getVar('storyid') . "");
$morelink2 = " <a href='" . rewrite_link(XOOPS_URL . "/modules/myarticles/article.php?storyid=" . $story->getVar('storyid') . "");
$count = $story->getVar('comments');
if ($count == 0) {
$morelink .= "'>" . _NW_COMMENTS . "? </a> ";
} else {
if ($fullcount < 1) {
$morelink .= "'><b>" . _NW_READMORE . "</b></a> | $morelink2'> " . sprintf(_NW_NUMCOMMENTS, $count) . " </a> ";
} else {
$morelink .= "'>" . sprintf(_NW_NUMCOMMENTS, $count) . "</a>";
}
}
}
$adminlink = ' ';
$imglink = '';
if (_IS_ADMIN === 1) $adminlink = $story->adminlink();
if ($story->getVar('topicdisplay'))$imglink = $story->imglink();
if ($fullcount > 1) {
$title ="<a href='" . rewrite_link(XOOPS_URL . "/modules/myarticles/article.php?storyid=" . $story->getVar('storyid')). "'>" . $story->getVar('title') . "</a>";
} else {
$title = $story->getVar('title');
}
$section = $story->textlink();
$ratelink = $story->ratelink();
// art_article($poster, $created, $title, $counter, $hometext, $imglink, $adminlink, $morelink, $ratelink, $section);
}
// if (empty($t)) echo ' <div align="center"> ' . $pagenav->renderNav(70, 3) . ' </div><br /> ';
}
if ($artConfig['rss_enable'] == 1) {
echo "<div align='right'><a href='./backend.php' target='_blank'><img src='./images/rss091.gif' border='0' vspace=2></a></div>";
}
include_once(XOOPS_ROOT_PATH . '/footer.php');
и у меня 2 вопроса:
1. как отобразить все подразделы
2. как убрать это
Цитата:
Всего статей в разделе: 1239
|
сам сайт
http://www.solzhenicyn.ru/
уж больно некрасиво, когда Аохипелаг Гулаг со второго тома начинается (