ページの自動リンクしたい

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 = '';

?>

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-11-11 (火) 13:26:21