Black Studio TinyMCE Widget - Version 0.9.2

Version Description

  • Optimized for use in conjunction with Ultimate TinyMCE plugin
Download this release

Release Info

Developer marcochiesi
Plugin Icon 128x128 Black Studio TinyMCE Widget
Version 0.9.2
Comparing to
See all releases

Code changes from version 0.9.1 to 0.9.2

black-studio-tinymce-widget.php CHANGED
@@ -3,21 +3,21 @@
3
  Plugin Name: Black Studio TinyMCE Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/black-studio-tinymce-widget/
5
  Description: Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
6
- Version: 0.9.1
7
  Author: Black Studio
8
  Author URI: http://www.blackstudio.it
9
  License: GPL2
10
  */
11
 
12
  global $black_studio_tinymce_widget_version;
13
- $black_studio_tinymce_widget_version = "0.9.1"; // This is used internally - should be the same reported on the plugin header
14
 
15
  /* Widget class */
16
  class WP_Widget_Black_Studio_TinyMCE extends WP_Widget {
17
 
18
  function __construct() {
19
  $widget_ops = array('classname' => 'widget_black_studio_tinymce', 'description' => __('Arbitrary text or HTML with visual editor', 'black-studio-tinymce-widget'));
20
- $control_ops = array('width' => 730, 'height' => 500);
21
  parent::__construct('black-studio-tinymce', __('Black Studio TinyMCE', 'black-studio-tinymce-widget'), $widget_ops, $control_ops);
22
  }
23
 
@@ -74,7 +74,7 @@ class WP_Widget_Black_Studio_TinyMCE extends WP_Widget {
74
  <?php do_action( 'media_buttons' ); ?>
75
  </div>
76
  <div class="editor_container">
77
- <textarea class="widefat" rows="16" cols="40" id="<?php echo $this->get_field_id('text'); ?>" name="<?php echo $this->get_field_name('text'); ?>"><?php echo $text; ?></textarea>
78
  </div>
79
  <?php
80
  }
3
  Plugin Name: Black Studio TinyMCE Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/black-studio-tinymce-widget/
5
  Description: Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
6
+ Version: 0.9.2
7
  Author: Black Studio
8
  Author URI: http://www.blackstudio.it
9
  License: GPL2
10
  */
11
 
12
  global $black_studio_tinymce_widget_version;
13
+ $black_studio_tinymce_widget_version = "0.9.2"; // This is used internally - should be the same reported on the plugin header
14
 
15
  /* Widget class */
16
  class WP_Widget_Black_Studio_TinyMCE extends WP_Widget {
17
 
18
  function __construct() {
19
  $widget_ops = array('classname' => 'widget_black_studio_tinymce', 'description' => __('Arbitrary text or HTML with visual editor', 'black-studio-tinymce-widget'));
20
+ $control_ops = array('width' => 800, 'height' => 800);
21
  parent::__construct('black-studio-tinymce', __('Black Studio TinyMCE', 'black-studio-tinymce-widget'), $widget_ops, $control_ops);
22
  }
23
 
74
  <?php do_action( 'media_buttons' ); ?>
75
  </div>
76
  <div class="editor_container">
77
+ <textarea class="widefat" rows="20" cols="40" id="<?php echo $this->get_field_id('text'); ?>" name="<?php echo $this->get_field_name('text'); ?>"><?php echo $text; ?></textarea>
78
  </div>
79
  <?php
80
  }
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Black Studio TinyMCE Widget ===
2
  Contributors: marcochiesi, thedarkmist
3
- Donate link: http://www.blackstudio.it/pagamento/
4
  Tags: wysiwyg, widget, tinymce, editor, image, media, rich text, rich text editor, visual editor, wysiwyg editor, tinymce editor, widget editor, html editor, wysiwyg widget, html widget, editor widget, text widget, rich text widget, enhanced text widget, tinymce widget, visual widget, image widget, media widget
5
  Requires at least: 3.0
6
- Tested up to: 3.3
7
- Stable tag: 0.9.1
8
 
9
  Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
10
 
@@ -18,26 +18,55 @@ This plugin adds a WYSIWYG text widget based on the standard TinyMCE WordPress v
18
  * Insert images/videos from Wordpress Media Library
19
  * Insert links to existing Wordpress pages/posts
20
  * Fullscreen editing mode supported
21
- * Wordpress networks (Multisite) supported
22
- * WPML (Multilanguage) supported
23
  * No annoying ads/nag-screens
24
 
 
 
 
 
 
 
 
25
  == Installation ==
26
 
27
  This section describes how to install the plugin and get it working.
28
 
29
- 1. Upload the entire `black-studio-tinymce-widget` folder to the `/wp-content/plugins/` directory
30
- 2. Activate the plugin through the 'Plugins' menu in WordPress
31
- 3. Go to Widgets Screen
32
- 4. Drag Widget to desired sidebar
33
  5. Fill in the widget title and (rich) text
34
 
35
  == Screenshots ==
36
 
37
- 1. A screenshot of the TinyMCE Widget
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 0.9.1 =
42
  * Added spanish translation (Contributor: Lucia García Martínez)
43
  * Increased width of editor window
1
  === Black Studio TinyMCE Widget ===
2
  Contributors: marcochiesi, thedarkmist
3
+ Donate link: http://www.blackstudio.it/en/wordpress-plugins/black-studio-tinymce-widget/
4
  Tags: wysiwyg, widget, tinymce, editor, image, media, rich text, rich text editor, visual editor, wysiwyg editor, tinymce editor, widget editor, html editor, wysiwyg widget, html widget, editor widget, text widget, rich text widget, enhanced text widget, tinymce widget, visual widget, image widget, media widget
5
  Requires at least: 3.0
6
+ Tested up to: 3.4
7
+ Stable tag: 0.9.2
8
 
9
  Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
10
 
18
  * Insert images/videos from Wordpress Media Library
19
  * Insert links to existing Wordpress pages/posts
20
  * Fullscreen editing mode supported
21
+ * Wordpress networks (Multi-site) supported
22
+ * WPML (Multi-language) supported
23
  * No annoying ads/nag-screens
24
 
25
+ = Links =
26
+
27
+ * [Plugin's web page](http://www.blackstudio.it/en/wordpress-plugins/black-studio-tinymce-widget/)
28
+ * [Support forum](http://wordpress.org/support/plugin/black-studio-tinymce-widget)
29
+ * [Follow us on Twitter](https://twitter.com/blackstudioita)
30
+
31
+
32
  == Installation ==
33
 
34
  This section describes how to install the plugin and get it working.
35
 
36
+ 1. Install automatically through the `Plugins` menu and `Add New` button, or upload the entire `black-studio-tinymce-widget` folder to the `/wp-content/plugins/` directory
37
+ 2. Activate the plugin
38
+ 3. Go to `Widgets` panel
39
+ 4. Drag and drop the `Black Studio TinyMCE Widget` to the desired sidebar
40
  5. Fill in the widget title and (rich) text
41
 
42
  == Screenshots ==
43
 
44
+ 1. Black Studio TinyMCE Widget editor window
45
+ 2. Black Studio TinyMCE Widget combined with Ultimate TinyMCE plugin
46
+
47
+ == Frequently Asked Questions ==
48
+
49
+ = How to translate widgets using WPML =
50
+
51
+ The current version of `Black Studio TinyMCE Widget` plugin works together with the `WPML String translation` plugin. To translate a widget created with `Black Studio TinyMCE Widget` plugin you have to create it on the widgets panel and then go to WPML -> String translation and translate the title and text from there (unfortunately the translation textarea has no wysywyg editor).
52
+ Note: If you installed WPML after the creation of the widgets, just re-save them and they will appear on the String Translation list.
53
+
54
+ = The plugin doesn't work as expected =
55
+
56
+ Please post a message in the [Support forum](http://wordpress.org/support/plugin/black-studio-tinymce-widget), providing the following information:
57
+
58
+ * Description of the problem and steps to reproduce it
59
+ * Error messages if any (in particular in browser's javascript console)
60
+ * Browser / OS in use
61
+ * Wordpress version in use
62
+ * Wordpress theme in use
63
+ * List of other Wordpress plugins installed
64
 
65
  == Changelog ==
66
 
67
+ = 0.9.2 =
68
+ * Optimized for use in conjunction with Ultimate TinyMCE plugin
69
+
70
  = 0.9.1 =
71
  * Added spanish translation (Contributor: Lucia García Martínez)
72
  * Increased width of editor window
screenshot-1.png CHANGED
Binary file
screenshot-2.png ADDED
Binary file