Takayuki Miyauchi
Forum Replies Created
-
HI dangayle,
I was update this plugin.
Are you solved this issue?Thanks.
HI sambody,
I am developer of this plugin.
Thanks for using my plugin. ??You can customize button layout on “mce_buttons” or “mce_buttons_2” hook like below.
add_action('mce_buttons', 'my_custom_buttons', 9999); function my_custom_buttons($btns){ array_shift($btns); // remove template button array_shift($btns); // remove spacer return $btns; } add_action('mce_buttons_2', 'my_custom_buttons_2', 9999); function my_custom_buttons_2($btns){ array_push($btns, 'template'); // add template button at last of 2nd row. return $btns; }
Forum: Plugins
In reply to: [TinyMCE Templates] TinyMCE Templates and 3.4 = Only see own postsHI Rigger82,
I was update plugin and this problem was fixed.
Thanks! ??Forum: Plugins
In reply to: [Nginx Cache Controller] Plugin bug: nginx-champuru.php on line 177Hi borasque. ??
This issue was solved thanks.
Forum: Plugins
In reply to: [TinyMCE Templates] [Plugin: TinyMCE Templates] Edit posts issueI was update this plugin.
If you will re-activate this plugin, this role problem will fix.Thanks to everybody.
Forum: Plugins
In reply to: [TinyMCE Templates] [Plugin: TinyMCE Templates] Edit posts issueHi I am developer of this plugin.
Sorry, I will fix this problem soon!
I can use Shortcode in template.
Your TinyMCE Templates plugin is latest?Sorry, I can’t find conflict with Ultimate TinyMCE. ??
Can you see JavaScript Console?
Please copy & paste JavaScript error code.Hi, Your WordPress version is RC4? Beta4?
Hi, Tevya. ??
I am developer of this plugin.
I can’t reproduce this problem.
This error message displayed on Dashboard ?Do you have more information?
Forum: Plugins
In reply to: [TinyMCE Templates] [Plugin: TinyMCE Templates] how hide metaboxHello, infohowdy!
Wow! I’m awfully sorry to hide this metabox. ??
function remove_meta_boxes() { remove_meta_box('tinymce_templates-translators', 'tinymcetemplates', 'side'); remove_meta_box('tinymce_templates-donate', 'tinymcetemplates', 'side'); } add_action( 'admin_head', 'remove_meta_boxes');
Thanks for using my plugin. ??
Forum: Plugins
In reply to: [TinyMCE Templates] Bug with URL RewritingHi nsimic. ??
I was fixed these problem in another way.
But your opnion is very helpful.Thanks!
HI,
I am developer of this plugin.
After 2.3.0, change to bigger popup. ??HI,
I am developer of this plugin.
maybe fixed, this problem after 2.4.0. ??Forum: Plugins
In reply to: [TinyMCE Templates] qTranslate TinyMCE TemplatesThis problem was solved after 2.4.0.