Fenix_61, ну значит пиши свой код
define('_IN_JOHNCMS', 1);
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
$str=5;
$res=mysql_query("SELECT * FROM `club` LIMIT $start , $str");
$total =
mysql_result(mysql_query("SELECT COUNT(msg) FROM `table`"),0);
if ((!$res) && (empty($res))) {
echo'<p align="center"><div class="rmenu">Сообщений нет</div></p><br />';
}else{
echo '<div class="phdr"><a name="up" href="#down"><img src="../theme/' . $set_user['skin'] . '/images/down.png" alt="Вниз" width="20" height="10" border="0"/></a> <b> Админ-клуб</b></div>';
if ($total > $str) echo '<div class="topmenu">' . functions::display_pagination('index.php?', $start, $total, $str) . '</div>';
$i=0;
while ($ar=mysql_fetch_array($res)){
echo is_integer($i / 2) ? '<div class="list1">' : '<div class="list2">';
echo $ar['msg'];
echo'</div>';
++$i;
}
if ($total > $str) echo '<div class="topmenu">' . functions::display_pagination('index.php?', $start, $total, $str) . '</div>';
echo '<div class="phdr"><a name="down" href="#up"><img src="../theme/' . $set_user['skin'] . '/images/up.png" alt="Вверх" width="20" height="10" border="0"/></a> Всего: ' . $total . '</div>';
}
require_once ('../incfiles/end.php');
if ((!$res) && (empty($res)))
Fenix_61, что за table во втором запросе?
Screamer (14.05.2012/17:33)
if ((!$res) && (empty($res)))
Короче норм код :
<?php
define('_IN_JOHNCMS', 1);
$textl = 'Админ-клуб';
$rootpath = '../';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
/* if ($rights < 9){
echo functions::display_error($lng['access_forbidden']);
require_once('../incfiles/end.php');
exit; } */
$mods = array(
'post',
'say'
);
if ($act && ($key = array_search($act, $mods)) !== false && file_exists('includes/' . $mods[$key] . '.php')) {
require('includes/' . $mods[$key] . '.php');
}
$str=5;
$res=mysql_query("SELECT * FROM `club` LIMIT $start , $str");
$total =
mysql_result(mysql_query("SELECT COUNT(msg) FROM `club`"),0);
if ((!$res) && (empty($res))) {
echo'<p align="center"><div class="rmenu">Сообщений нет</div></p><br />';
}else{
echo '<div class="phdr"><a name="up" href="#down"><img src="../theme/' . $set_user['skin'] . '/images/down.png" alt="Вниз" width="20" height="10" border="0"/></a> <b> Админ-клуб</b></div>';
if ($total > $str) echo '<div class="topmenu">' . functions::display_pagination('index.php?', $start, $total, $str) . '</div>';
$i=0;
while (($club=mysql_fetch_array($res)) && ($us=mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE name='" . $club['avtor'] . "';")))) {
if ($club['avtor'] != $login) {
$time = '<a href="index.php?act=say&id=' . $club['id'] . '">[o]</a> <a href="index.php?act=say&id=' . $club['id'] . '&cyt">[ц]</a> (' . functions::display_date($club['time']) . ')';
}else{
$time = '(' . functions::display_date($club['time']) . ')'; }
$msg = functions::smileys($club['msg']);
if (($club['time'] >= time() - 300) && ($club['avtor'] == $login)) {
$footer = '<a href="index.php?act=post&edit=' . $club['id'] . '">Изменить</a> | <a href="index.php?act=post&del=' . $club['id'] . '">Удалить</a>';
}else{
$footer = '';
}
$arg = array(
'sub' => '',
'header' => $time,
'body' => $msg,
'footer' => $footer,
'lastvisit' => false,
'stshide' => false,
'iphide' => true,
'iphist' => false,
);
echo is_integer($i / 2) ? '<div class="list1">' : '<div class="list2">';
echo functions::display_user($us,$arg) . '</div>';
++$i;
}
if ($total > $str) echo '<div class="topmenu">' . functions::display_pagination('index.php?', $start, $total, $str) . '</div>';
echo '<div class="phdr"><a name="down" href="#up"><img src="../theme/' . $set_user['skin'] . '/images/up.png" alt="Вверх" width="20" height="10" border="0"/></a> Всего: ' . $total . '</div>';
}
if ($user_id) {
echo '<div class="gmenu"><form name="form" action="index.php?act=say" method="POST">';
echo '<p>';
if (!$is_mobile)
echo bbcode::auto_bb('form', 'msg');
echo '<textarea rows="' . $set_user['field_h'] . '" name="msg"></textarea><br /></p>';
// '<p><input type="checkbox" name="che" value="yes" />Прикрепить фаил';
echo '<p><input type="submit" name="submit" value="' . $lng['write'] . '"/></p></form></div>';
}
require_once ('../incfiles/end.php');
Fenix_61, попробуй добавить ниже переменной $str это
$start = isset($_REQUEST['page']) ? $page * $str - $str : (isset($_GET['start']) ? abs(intval($_GET['start'])) : 0);
ПОмогите с классом коментаф!!!!! плиз дайде гайд
bleakas (25.05.2012/12:16)
ПОмогите с классом коментаф!!!!! плиз дайде гайд
Там все просто там все прокомментированно смотри в комментариях к фотоальбомам