CONTENTS #contents ---- Lastmodified &lastmod; ---- *編集時のテキストボックスの大きさを変えたい [#ra739733] 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になる件 [#nd94a07d] 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)); $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 &counter(total);:本日 &counter(today);:昨日 &counter(yesterday); #counter([total|today|yesterday]);