TinyMCE Advanced3.3.9.2 日本語版配布

Sponsored Link

TinyMCE Advancedが3.3.9.2にアップグレードされましたので、日本語版も追加修正致しました。

Sponsored Link

TinyMCE Advancedの設定画面

TinyMCE Advancedの設定画面

TinyMCE Advancedのダウンロード

TinyMCE Advancedのダウンロードは、WordPressの本家からダウンロードしてください。

WordPress › TinyMCE Advanced « WordPress Plugins

TinyMCE Advancedの使用方法

本家サイトからダウンロードし、/wp-content/plugins/フォルダの中にアップロードします。

「管理画面」→「プラグイン」で有効にし、設定は、「管理画面」→「管理」→「TinyMCE Advanced」をクリック。

必要なボタンをここで追加することが出来ます。

※ビジュアルエディタを使用するときは、
「管理画面」→「ユーザー」→「自分のアカウント」で、「ビジュアルエディタを使用する」にチェックをいれないと、
ビジュアルエディタが作動しません。

TinyMCE Advancedの日本語版

TinyMCE Advancedの日本語版を配布します。
TinyMCE Advanced3.3.9.2がリリースされました。下記からダウンロードしてお使いください。

ダウンロードした.moファイルを「TinyMCE Advanced」フォルダの中にいれます。
入れてアップロードしただけでは動作しませんので、
以下の追加修正を行ってください。

TinyMCE Advancedの追加修正

本家からダウンロードしたフォルダの中の「tinymce-advanced.php」
の2行目以降に以下のソースを追加してください。

$domain_name  = 'tinymce-advanced';
$locale_name  = get_locale();
$mofile_name  = dirname(__FILE__);
$mofile_name .= "/$domain_name-$locale_name.mo";
load_textdomain("tadv", $mofile_name);

※下記の記載方法は、TinyMCE Advanced3.3.9.2の書き方が若干特殊なため、使えません。

load_plugin_textdomain('tinymce-advanced', false,'tinymce-advanced');

コピペして保存、アップロードして完了です。
日本語化になっているか、確かめて見てください。

TinyMCE Advanced3.3.9.2の変更点

特に記載はしていなかったのですが、TinyMCE Advanced3.3.9.1に変更点がありましたので翻訳しました。
TinyMCE Advanced3.3.9.2を使用している方は一度下記をご確認ください。

高度なオプションの追加:

iframeを削除して停止、HTML5.0の要素を削除して停止、現在のテーマ内にあるeditor-style.cssにカスタムエディタスタイルをサポートして移動します。

重要:

カスタマイズされたtadv-mce.cssファイルとあなたのテーマにeditor-style.cssがない場合は、tadv-mce.cssをダウンロードしてください。tadv-mce.cssをeditor-style.cssにリネームして、あなたの現在のテーマディレクトリにアップロードして下さい。
また、Twenty Tenのテーマからeditor-style.cssを追加する事も出来ます。
テーマにeditor-style.cssがある場合、任意のカスタムスタイルを追加する事が出来ます。

Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.

Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.

FAQ

No stylesはドロップダウンメニューでインポートされます。

No styles are imported in the Styles drop-down menu.

これらのスタイル(ちょうどクラス)あなたの現在のテーマのstyle.cssから輸入されているファイル。しかし、いくつかのテーマを@importは、実際のcssファイル(秒)をロードするために使用。小型、これらのリンクに従っていません。クラスが表示されるようにするにtadvに自分の名前を追加- mce.css”tinymce-advanced/cssにあるファイル”。場合は、それらをエディタに表示したくない場合は全てのクラスをコピーするだけでそのような名前を追加する必要はありません:

  • my-class{}
  • my-other-class{}

These styles (just the classes) are imported from your current theme style.css file. However some themes use @import to load the actual css file(s). Tiny does not follow these links. To make the classes appear, add their names to tadv-mce.css file located in “tinymce-advanced/css”. You do not need to copy the whole classes if you do not want them to appear in the editor, just add the names, like that:

  • my-class{}
  • my-other-class{}

私はこのプラグインをインストールしているが、それは何もしません。

I have just installed this plugin, but it does not do anything.

WordPressの、あなたのブラウザのキャッシュを終了してブラウザを再起動してもう一度試してクリアをログアウトします。それでも問題が解決しない場合、キャッシュプロキシまたはネットワーク上のキャッシュは、あなたとあなたのホスト間のどこかがあります。まで、このキャッシュの有効期限を数時間を待つ必要があります。
私が”スマイル”を追加、彼らは、エディタで表示されません。

Log out of WordPress, clear your browser cache, quit and restart the browser and try again. If that does not work, there may be a caching proxy or network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.
When I add “Smilies”, they do not show in the editor.

“Emotions”ボタンをsmiliesのためにTinyMCEにコードを追加します。実際の画像は記事・ページを表示しているときにWordPressによって追加されます。
“オプション – ライティング”にチェックしてる”ディスプレイ上でグラフィックに変換する顔文字”チェックボックスを確認してください。
プラグインの任意のボタンを追加していません。

The “Emotions” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post/Page. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.
The plugin does not add any buttons.

確認してください”を無効にする視覚的なエディタがユーザー”の下に”チェックボックスを書く – あなたのプロフィール”がチェックされていないを確認します。
私はまだそのエディタで、”古い”ボタンを参照してください

Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is not checked.
I still see the “old” buttons in the editor

“プラグインの設定ページで”削除オプション”をクリックし、すべてのボタンをリセットするために”このページをリロードします。
その他の質問は?ほかのスクリーンショット?

Click on “Remove options” on the plugin settings page and then on “reload this page” to reset all buttons.
Other questions? More screenshots?


TinyMCE Advanced
のためのホームページをご覧ください。

Please visit the homepage for TinyMCE Advanced.

Sponsored Link