Michelpelletier07
Forum Replies Created
-
PS: The error I get is a “Page not found”.
Thank you. Problem solved. Everything is working now.
Forum: Plugins
In reply to: [Video Sidebar Widgets] TinyMCE button renders TinyMCE unusableI will. Thank you for resolving the issue so rapidly. Keep up the good work.
Michel.
Forum: Plugins
In reply to: [Video Sidebar Widgets] TinyMCE button renders TinyMCE unusableThere’s only one problem though. Your code checks for ‘WP_PLUGINS_URL’ instead of ‘WP_PLUGIN_URL’. See vsw_tinymce.php at line 32.
Forum: Reviews
In reply to: [Video Sidebar Widgets] Breaks Visual EditorForum: Reviews
In reply to: [Video Sidebar Widgets] Breaks Visual EditorAnyway, adding a ‘WP_PLUGINS_URL’ definition to the wp-config.php file, in addition to the existing ‘WP_CONTENT_URL’ definition, fixes it. Here is an example:
define( 'WP_CONTENT_URL', 'http://your.domain.name/your-content' ); define( 'WP_PLUGINS_URL', 'http://your.domain.name/your-content/plugins' );Forum: Plugins
In reply to: [Video Sidebar Widgets] TinyMCE button renders TinyMCE unusableAnyway, adding a ‘WP_PLUGINS_URL’ definition to the wp-config.php file, in addition to the existing ‘WP_CONTENT_URL’ definition, fixes it. Here is an example:
define( 'WP_CONTENT_URL', 'http://your.domain.name/your-content' ); define( 'WP_PLUGINS_URL', 'http://your.domain.name/your-content/plugins' );Forum: Plugins
In reply to: [Video Sidebar Widgets] TinyMCE button renders TinyMCE unusableOr maybe it’s the “Better WP Security” plugin that should set ‘WP_PLUGINS_URL’ appropriately.
Forum: Plugins
In reply to: [Video Sidebar Widgets] TinyMCE button renders TinyMCE unusableI’ve found out why this problem is happening. There is a conflict between this plugin and the “Better WP Security” plugin, which has an option to rename the “wp-content” directory. When that happens, the VSBW plugin stil looks in “wp-content” so the following javaScript error is generated: “NetworkError: 404 Not Found – http://…../wp-content/plugins/video-sidebar-widgets/vsw_tinymce/editor_plugin.js?ver=358-24486” The VSBW should examine ‘WP_CONTENT_URL’ to get the proper base URL.
Forum: Reviews
In reply to: [Video Sidebar Widgets] Breaks Visual EditorI’ve found out why this problem is happening. There is a conflict between the this plugin and the “Better WP Security” plugin, which has an option to rename the “wp-content” directory. When that happens, the VSBW plugin stil looks in “wp-content” so the following javaScript error is generated: “NetworkError: 404 Not Found – http://…../wp-content/plugins/video-sidebar-widgets/vsw_tinymce/editor_plugin.js?ver=358-24486” The VSBW should examine ‘WP_CONTENT_URL’ to get the proper base URL. I am moving to the support forum to explain the problem to the developer.
Forum: Reviews
In reply to: [Video Sidebar Widgets] Breaks Visual EditorI also tried switching back to the Twenty-twelve theme and the problem is still there.
Forum: Reviews
In reply to: [Video Sidebar Widgets] Breaks Visual EditorSame problem here. The TinyMCE button breaks my WordPress editor. I tried disabling all other plugins but the problem is still there. Disabling the plugin’s TinyMCE button makes the problem go away.
Forum: Fixing WordPress
In reply to: Need for user to keep track of what's read and what's not.Thank you for the information. I’ve found this one that I’m using instead: http://www.gayadesign.com/general/wordpress-plugin-mark-as-read/
I’ve modified it so that it can display a little icon next to posts that are read or not. I’ve also tweaked the a:visited in my CSS so that specific links are shown a different color. I haven’t figured out yet how to track percentage read within a post though but I’m not sure if I will be pursuing this because it may have a heavy strain on the database when there are many users and many articles to deal with.I had the same problem using a subdirectory. I believe to fix your problem you need to change line 2 from this:
RewriteBase /
To this:
RewriteBase /bbb/