//----首页四格代码开開始
$colorarray = array('', '赤', 'オレンジ', '黄', '緑', 'シアン', '青', '紫', 'グレー');
//新料金
$hack_cut_str = 26; //标题字数
$hack_cut_strauthor = 9;
$new_post_threadlist = array();
$nthread = array();
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid= t.fid AND f.fid not in (0) AND t.displayorder not in (-1,-2) ORDER BY t.dateline DESC LIMIT 0, 10");
while($nthread = $db->fetch_array($query)) {
$nthread['forumname'] = ereg_replace('<[^>]*>','',$nthread['name ']);
$nthread['view_subject'] = cutstr($nthread['subject'],$hack_cut_str);
$nthread['view_author'] = cutstr($nthread['author'],$hack_cut_strauthor);
$nthread['date']= gmdate("$dateformat $timeformat", $nthread['dateline'] + $timeoffset * 3600);
$nthread['lastreplytime']= gmdate("$dateformat $timeformat", $nthread[lastpost] + ($timeoffset * 3600));
if($nthread['highlight']) {
$string = sprintf('%02d', $nthread['highlight']);
$stylestr = sprintf('%03b', $string[0]);
$nthread['highlight'] = 'style="';
$nthread['highlight'] .= $stylestr[0] ? 'font-weight: bold;' : '';
$nthread['highlight'] .= $stylestr[1] ? 'font-style: italic;' : '';
$nthread['highlight'] .= $stylestr[2] ? 'text-decoration: underline;' : '';
$nthread['highlight'] .= $string[1] ? 'color: '.$colorarray[$string[1]] : ''
$nthread['highlight'] .= " ';
} else {
$nthread['highlight'] = '';
}
$new_post_threadlist[] = $nthread;
}
//新回复
$hack_cut_str = 26; //标题字数
$hack_cut_strauthor = 9;
$new_reply_threadlist = array();
$rthread = array();
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}フォーラム f WHERE t.fid<>'$fid' AND f.fid=t.fid AND t.closed NOT LIKE 'moved|%' AND t.replies !=0 AND f.fid not in (0) AND t .displayorder not in (-1,-2) ORDER BY t.lastpost DESC LIMIT 0, 10");
while($rthread = $db->fetch_array($query)) {
$rthread['forumname'] = ereg_replace('<[^>]*>','',$rthread['name'])
$rthread['view_subject'] = cutstr($rthread['subject'],$hack_cut_str); ;
$rthread['view_lastposter'] = cutstr($rthread['lastposter'],$hack_cut_strauthor);
$rthread['date']= gmdate("$dateformat $timeformat", $rthread['dateline'] + $timeoffset * 3600);
$rthread['lastreplytime']= gmdate("$dateformat $timeformat", $rthread[lastpost] + ($timeoffset * 3600));
if($rthread['highlight']) {
$string = sprintf('%02d', $rthread['highlight']);
$stylestr = sprintf('%03b', $string[0]);
$rthread[ 「ハイライト」] = 「スタイル=」 「」;
$rthread['highlight'] .= $stylestr[0] ? 'font-weight: 太字;' : '';
$rthread['highlight'] .= $stylestr[1] ? 'フォントスタイル:イタリック体;' : '';
$rthread['highlight'] .= $stylestr[2] ? 'text-decoration: underline;' : '';
$rthread['highlight'] .= $string[1] ? 'color: '.$colorarray[$string[1]] : '';
$rthread['highlight'] .= '"';
} else {
$rthread['highlight'] = '';
$new _reply_threadlist[] = $rthread
}
//热帖
$ hack_cut_str = 26; //标题文字数
$hack_cut_strauthor = array();
$mthread = array(); //最後の7は天数です本周
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}フォーラム f WHERE t.fid<>'$fid' AND f.fid=t.fid AND t.closed NOT LIKE 'moved|%' AND t.replies !=0 AND t.dateline>$ctime AND f.fid not in (0) AND t.displayorder not in (-1,-2) ORDER BY t.replies DESC LIMIT 0, 10");
while($mthread = $db->fetch_array($query)) {
$mthread['フォーラム名'] = ereg_replace('<[^>]*>','',$mthread['名前']);
$mthread['view_subject'] = cutstr($mthread[' subject'],$hack_cut_str);
$mthread['view_lastposter'] = cutstr($mthread['lastposter'],$hack_cut_strauthor);
$mthread['date']= gmdate("$dateformat $timeformat", $ mthread['dateline'] + $timeoffset * 3600);
$mthread['lastreplytime']= gmdate("$dateformat $timeformat", $mthread[lastpost] + ($timeoffset * 3600));
if($mthread) ['ハイライト']) {
$string = sprintf('%02d', $mthread['ハイライト']);
$stylestr = sprintf('%03b', $string[0]); $mthread['ハイライト'] = 'スタイル=';
$mthread['highlight'] .= $stylestr[0] ? 'font-weight: 太字;' : '';
$mthread['highlight'] .= $stylestr[1] ? 'フォントスタイル:イタリック体;' : '';
$mthread['highlight'] .= $stylestr[2] ? 'text-decoration: underline;' : '';
$mthread['highlight'] .= $string[1] ? 'color: '.$colorarray[$string[1]] : '';
$mthread['highlight'] .= '"';
} else {
$mthread['highlight'] = '';
$new _hot_threadlist[] = $mthread
}
//----首页四格代码结束
打开templates/default/discuz.htm
查找:
复制代网如下:
< ;/div>
复制代码
代码如下:
≡ 论坛图片 ≡ |
≡ 最新帖子 ≡ |
≡ 最新回复 ≡ |
≡ 本周热门 ≡ |
|
|
|
|
表>
変更したばかりのindex.phpとdiscuz.htmをアップロードします
==================================== ======================================
これら 2 つのファイルを変更していない場合は、添付ファイル (注意: 0904 最新 6.0.0 正式バージョン) は直接上書きできます
========================== == =============================================
すべて添付ファイルはそれぞれ独立しています。お気に入りとバージョンに従ってダウンロードし、データベースの設定は必要ありません。
最後に、ファイルを上書きまたは書き換えるたびに、必ずキャッシュを更新してください。
私の別のオリジナル プラグインをサポートしてください: フォーラムの音楽エリアのすべての曲 [写真]
できれば、ウェブサイトのアドレスを残してください
皆さんに気に入っていただければ幸いです!
なんと、アップデート後、ダウンロード数が5,000回ほどになっていたのを削除してしまいました。
すべてのファイルがパッケージ化されています
http://www.bkjia.com/PHPjc/318420.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/318420.html技術記事 4コマホームページ、5コマホームページ 10,000ダウンロード For6.0(GBK)(UTF-8) 【組み合わせ12種類】 【9-18】 【モデレーター導入テスト合格】 引用:このプラグインはモデレーターsakurakawaiiによって開発されました。 2007 年 9 月 8 日 15:30 WindowsXP で...
声明:この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。