Scuttle
MySQLのscuttleデータベース中のsc_tagsテーブルにある、
tagフィールドをvarchar(32)からvarchar(64)とかに変更する。
-------------------------------------------
config.inc.phpの
$nofollow = false;
-------------------------------------------
.hpacssessファイルに追加
php_value mbstring.internal_encoding UTF-8
php_value mbstring.http_output pass
php_value mbstring.http_input pass
php_flag mbstring.encoding_translation Off
includes/db/mysql4.phpに以下を追加。
function sql_connect{}内の
------------------
45 46 47 48 49 50 |
if (@mysql_select_db($this->dbname)) { mysql_query('SET NAMES utf8', $this->db_connect_id);//add return $this->db_connect_id; } } |
------------------------
templates/をカスタマイズ。
Scuttleの見栄えを変更する - にたまごほうれん草を参考
http://wp.foliz.net/archives/72