Skip to content

Commit 931551b

Browse files
author
2ch774
committed
NGスレッド機能が本体と+Wikiで重複して実装されているので削除
実況リンクに&lsを付加しないように変更
1 parent 99a6b71 commit 931551b

6 files changed

Lines changed: 7 additions & 422 deletions

File tree

lib/read_header.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
if($_conf['live.livelink_thread']==2||$livebbs_bool)
199199
{
200200
$toolbar_right_ht .= <<<EOTOOLBAR
201-
<a href="live_frame.php?{$host_bbs_key_q}{$ttitle_en_q}&amp;ls={$aThread->rescount}-{$word_q}{$anum_ht}">実況</a>
201+
<a href="live_frame.php?{$host_bbs_key_q}{$ttitle_en_q}">実況</a>
202202
EOTOOLBAR;
203203
}
204204
}
@@ -475,7 +475,7 @@ function filterCount(n)
475475
<script type="text/javascript">
476476
//<![CDATA[
477477
if (top == self) {
478-
document.writeln('<a href="live_frame.php?{$host_bbs_key_q}{$ttitle_en_q}&amp;ls={$aThread->rescount}-{$word_q}{$anum_ht}">実況フレーム 2ペインで開く<' + '/a> |');
478+
document.writeln('<a href="live_frame.php?{$host_bbs_key_q}{$ttitle_en_q}">実況フレーム 2ペインで開く<' + '/a> |');
479479
}
480480
//]]>
481481
</script>\n

lib/sb_print.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function sb_print($aThreadList)
377377
if($_conf['live.livelink_subject']==2||$livebbs_bool)
378378
{
379379
// $ttitle_en_q は節減省略
380-
$live_url = "live_frame.php?{$host_bbs_key_q}&amp;live=1{$rescount_q}{$anum_ht}";
380+
$live_url = "live_frame.php?{$host_bbs_key_q}&amp;live=1{$rescount_q}";
381381
}
382382

383383
// オンリー>>1

lib/wiki/NgThreadCtl.php

Lines changed: 0 additions & 182 deletions
This file was deleted.

rep2/edit_conf_user.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,9 @@
849849
$keep_old = true;
850850
} else {
851851
$conflist = array(
852+
'samba タイマー',
853+
array('wiki.samba_timer', 'samba タイマーを利用'),
854+
array('wiki.samba_cache', 'samba のキャッシュ時間'),
852855
'画像置換URL',
853856
array('wiki.replaceimageurl.extract_cache', '画像置換URLのEXTRACTキャッシュ制御'),
854857
'スマートポップアップメニュー外部ツール',

0 commit comments

Comments
 (0)