redcocker
Forum Replies Created
-
Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsHi, computerslayer1 san
Thank you for your report.
Did you hardcode the “wp-content” directory?
Yes.
I must change the way to get plugin directory.I will release the next version soon.
First, in “Secondary Mode”, I will use another way.
When updated, please try to activate “Secondary Mode”.
I believe plugin_dir_url() function can work on your blog.Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsHi, computerslayer1 san
I also tried clicking the new “Show You System Info” link, but that didn’t seem to do anything.
When clicking “Show Your System Info”, Your system info must be shown.
“Show Your System Info” also depends on a javascript.
The javascript may error out or be blocked.I am confused about this issue, because the javascript is very simple.
However I think it may help to fix the issue for toolbar.If you can, please go through the following steps to detect errors.
1. Launch your “Google Chrome”.
2. Go to settings(Customize and control) -> Tools -> JavaScript console.
3. Browse “SyntaxHighlighter TinyMCE” Button setting panel and click “Show Your System Info” link.*If any errors, You can get errors in “JavaScript console”.
*Repeat the same steps and browse your post in edit mode.I released ver. 1.3.6.
This version has a fix about this problem.In next version, I will replace it with
add_options_page('WP SyntaxHighlighter Options', 'WP SyntaxHighlighter', 'manage_options', 'wp-syntaxhighlighter-options', 'wp_sh_options_panel');
I think
'manage_options'
is better than'administrator'
.Hi, nbseminary san
Thank you for your report.
I will fix this notice for the next version.
If in a hurry, try to edit “/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php”,
and replace strings in 231 line,
add_options_page('WP SyntaxHighlighter Options', 'WP SyntaxHighlighter', 10, 'wp-syntaxhighlighter-options', 'wp_sh_options_panel');
with
add_options_page('WP SyntaxHighlighter Options', 'WP SyntaxHighlighter', 'administrator', 'wp-syntaxhighlighter-options', 'wp_sh_options_panel');
Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsHi, computerslayer1 san
It is a bad news for me.
Now, I don’t have any solution to this problem.
However, 0.2.1 or older version may work on your blog.
Becasue 0.2.1 or older version creates buttons in slightly different way.https://www.ads-software.com/extend/plugins/syntaxhighlighter-tinymce-button/download/
If it works, I will fix your problem in next version.
Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsHi, computerslayer1 san
Today, ver. 0.5 released.
This version may help you solve your problems.
When the toolbar disappears, try to activate “Secondary mode” or change display row.(See setting panel)Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsThank you for your report.
I can know “sh-tinymce-button.php” doesn’t cause this trouble.
As you didn’t get any error with debugging mode, I seem this trouble is caused by the javascript.
(Can’t exclude “sh-tinymce-button-ins.php” and “sh-tinymce-button-box.php” as a cause…)Frankly, I can’t figure out what’s behind it now.
I will check and rewite “editor_plugin.js” in next version.Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsWhen both “Select & Insert” and “CodeBox”, or either one are disabled on setting panel, How does the toolbar appear?
Thank you.
Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsHi, computerslayer1 san
Thank you for your report.
I tested in a similar environment, but the toolbar appears.
WordPress 3.1.3
SyntaxHighlighter Evolved 3.1.2
SyntaxHighlighter TinyMCE Button 0.4.1Wnen “SyntaxHighlighter Evolved” deactivated, does the toolbar disappear?
Forum: Plugins
In reply to: [SyntaxHighlighter TinyMCE Button] tinymce toolbar disappearsHi,computerslayer1 san
Does whole toolbar disappear? or some buttons disappear?
Please tell me your wordpress version and browser version.Depending on your browser’s window width, Some buttons may be hidden behind the right column.
Thank you.
Forum: Plugins
In reply to: [LightPress Lightbox] [Plugin: WP jQuery Lightbox] Japanese translationHI,ulfben san
>but Japan is only -ja?
Yes, filename is correct. no problem.
I have tested these language files in my wordpress environment.When I tested with jqlb-jp_JA.mo or jqlb-ja_JP.mo, it did not work.
Forum: Plugins
In reply to: plugins.svn.www.ads-software.com update script does not update date“Last Updated” just has been right.
I don’t know why, I just did as below.1. Using TortoiseSVN, I executed “SVN Commit” only new readme.txt(tagged trunk) and excuted Branch/tag.
(I usually use readme.txt tagged version.)Result: “Last Updated” not changed
2. I executed “SVN Commit” only new readme.txt(tagged version) and excuted Branch/tag again.
Result: “Last Updated” changed
Forum: Plugins
In reply to: plugins.svn.www.ads-software.com update script does not update dateHi,
Same problem for
https://www.ads-software.com/extend/plugins/syntaxhighlighter-tinymce-button/
I updated 3 times after May 10, most recent update is on 15 May.
But “Last Updated” shows 2011-5-10Thank you.