ページの自動リンクしたい †150
pukiwiki.ini.phpの164行目の、AutoLink? featureのautolinkを変更する ///////////////////////////////////////////////// // AutoLink feature // AutoLink minimum length of page name $autolink = 0; // Bytes, 0 = OFF (try 8) ←ここを変更 ///////////////////////////////////////////////// // AutoLink feature // AutoLink minimum length of page name $autolink = 4; // Bytes, 0 = OFF (try 8) ←変更後、 -$autolink = 0; // Bytes, 0 = OFF (try 8) ←ここを変更 +$autolink = 4; // Bytes, 0 = OFF (try 8) ←変更後、 QHM †qhm.ini.php <?php $style_type = 'text'; $enable_cache = 0; $autolink = 2; ←ここを変更 $session_save_path = ''; $site_close_all = 0; $mobile_redirect = ''; $googlemaps_apikey = ''; ?> |