ページの自動リンクしたい
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*ページの自動リンクしたい [#m1846c90]
RIGHT:&counter;
pukiwiki.ini.phpの%%%164行目%%%の、AutoLink featureのauto...
#html{{
<pre>
/////////////////////////////////////////////////
// AutoLink feature
// AutoLink minimum length of page name
$autolink = 0; // Bytes, 0 = OFF (try 8) ←ここを変更
</pre>
}}
/////////////////////////////////////////////////
// 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 [#o041600b]
qhm.ini.php
<?php
$style_type = 'text';
$enable_cache = 0;
$autolink = 2; ←ここを変更
$session_save_path = '';
$site_close_all = 0;
$mobile_redirect = '';
$googlemaps_apikey = '';
?>
終了行:
*ページの自動リンクしたい [#m1846c90]
RIGHT:&counter;
pukiwiki.ini.phpの%%%164行目%%%の、AutoLink featureのauto...
#html{{
<pre>
/////////////////////////////////////////////////
// AutoLink feature
// AutoLink minimum length of page name
$autolink = 0; // Bytes, 0 = OFF (try 8) ←ここを変更
</pre>
}}
/////////////////////////////////////////////////
// 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 [#o041600b]
qhm.ini.php
<?php
$style_type = 'text';
$enable_cache = 0;
$autolink = 2; ←ここを変更
$session_save_path = '';
$site_close_all = 0;
$mobile_redirect = '';
$googlemaps_apikey = '';
?>
ページ名: