CONTENTS


Lastmodified 2013-03-23 (土) 05:33:01


編集時のテキストボックスの大きさを変えたい

http://pukiwiki.sourceforge.jp/?Q%EF%BC%86A%2F%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E3%83%BBCSS#oe41fade

public_html/pukiwiki-1.4.7/default.ini.php の以下の部分を変更してください。

// テキストエリアのカラム数
$cols = 60;
// テキストエリアの行数
$rows = 25;

Counterのyesterdayが0になる件

http://project-volfeed.dyndns.org/index.php?PukiWiki%E3%81%A7%E6%98%A8%E6%97%A5%E3%81%AE%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC%E3%81%8C0%E3%81%AB%E3%81%AA%E3%82%8B

http://pukiwiki.sourceforge.jp/dev/?BugTrack2%2F141

pukiwiki-1.4.7/plugin/counter.inc.php 86行目

//$is_yesterday = ($counters[$page]['date'] == get_date('Y/m/d', strtotime('yesterday', UTIME)));
$is_yesterday = ($counters[$page]['date'] == get_date('Y/m/d', strtotime('yesterday')));
//$is_yesterday = ($counters[$page]['date'] == get_date('Y/m/d',  UTIME - 24*60*60));

Total access 1450:本日 2:昨日 1

Counter: 1450, today: 2, yesterday: 1

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2013-03-23 (土) 05:33:01