You cannot start a new topic in this forum
Guests cannot post in this forum
inputbox
inputboxを使えるようにするにはどうすればいいですか?
Re: inputbox
LocalSettings.phpの一番下に以下のコードを張り付ければ可能になります。
wfLoadExtension( 'InputBox' );
wfLoadExtension( 'InputBox' );
Re: inputbox
ありがとうございます。解決しました