Title: [Plugin: Ultimate TinyMCE] Signoff Shortcode Broken
Last modified: August 20, 2016

---

# [Plugin: Ultimate TinyMCE] Signoff Shortcode Broken

 *  Resolved [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/)
 * HI Josh.
    Latest version 2.7.1 – the signoff shortcode is not working. Signoff
   message replaced with single number **1** in pages/posts Tried the following.
   De-activated and uninstalled, re-installed plugin. Updated database (lost all
   settings – re-configured) Re-created signoff message. Have reverted to plugin
   v2.6.1 for now.
 * [http://wordpress.org/extend/plugins/ultimate-tinymce/](http://wordpress.org/extend/plugins/ultimate-tinymce/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/#post-2910399)
 * Thanks Mike,
 * Try opening `wp-content/plugins/ultimate-tinymce/options_functions.php`.
 * On line # 665, is this line of code:
 *     ```
       $jwl_signoff = isset($options['jwl_signoff_field_id']);
       ```
   
 * Try changing it to this:
 *     ```
       $jwl_signoff = $options['jwl_signoff_field_id'];
       ```
   
 * See if that restores functionality.
 *  [matze_1](https://wordpress.org/support/users/matze_1/)
 * (@matze_1)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/#post-2910416)
 * Hi,
 * thanks Josh – that worked for me!
 * Matze
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/#post-2910460)
 * No worries.
 * I’m going to go ahead and give warning…
 * My next update is going to erase all settings. But it’ll give some fantastic 
   new ways of managing options.
 * So, save a notepad file and put your settings from your signoff before you update
   to 2.7.2 so you can paste it back in without having to redesign it.
 *  Thread Starter [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/#post-2910473)
 * Just tried this on a dev site – it worked.
    WordPress should have a “Developer
   providing best support” competition!!! You’d get my vote.
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/#post-2910477)
 * haha… 🙂
 * Thanks Mike!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Ultimate TinyMCE] Signoff Shortcode Broken’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tinymce.svg)
 * [Ultimate TinyMCE](https://wordpress.org/plugins/ultimate-tinymce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tinymce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tinymce/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tinymce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tinymce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tinymce/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 5 replies
 * 3 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-signoff-shortcode-broken/#post-2910477)
 * Status: resolved