- 履歴一覧
 - 差分 を表示
 - 現在との差分 を表示
 - ソース を表示
 - プラグインの変更箇所/rename.inc.php へ行く。
  
- 1 (2020-01-08 (水) 15:27:20)
 - 2 (2020-01-08 (水) 15:28:31)
 - 3 (2020-01-09 (木) 15:19:02)
 - 4 (2021-03-28 (日) 11:23:41)
 - 5 (2021-03-28 (日) 11:23:41)
 - 6 (2021-03-28 (日) 11:23:41)
 - 7 (2021-03-28 (日) 11:23:41)
 - 8 (2021-03-28 (日) 11:23:41)
 - 9 (2021-03-28 (日) 11:23:41)
 - 10 (2021-03-28 (日) 11:23:41)
 - 11 (2021-03-28 (日) 11:23:41)
 - 12 (2021-03-28 (日) 11:23:41)
 - 13 (2021-03-28 (日) 11:23:41)
 - 14 (2021-03-28 (日) 11:23:41)
 
 
&tag(カスタマイズ,プラグイン改造)
alias.inc.phpの導入
alias.inc.phpの導入に際して以下の記述を追加。
function plugin_rename_get_files($pages)
{
@@ -305,6 +305,7 @@
 	$dirs  = array(BACKUP_DIR, DIFF_DIR, DATA_DIR);
 	if (exist_plugin_convert('attach'))  $dirs[] = UPLOAD_DIR;
 	if (exist_plugin_convert('counter')) $dirs[] = COUNTER_DIR;
+	if (exist_plugin_convert('alias')) $dirs[] = ALIAS_DATA_DIR;
 	// and more ...
 
 	$matches = array();
コメントはありません。 コメント/プラグインの変更箇所/rename.inc.php