Viewing 15 replies - 46 through 60 (of 61 total)
  • Thread Starter Robert S

    (@rschilt)

    Hi Josh,

    I’d like to show my appreciation for the hard work you been putting into this shortcode issue.

    You got one of those “donate” buttons ?

    Plugin Author Josh

    (@josh401)

    Okay…. let’s scratch the changes I made above.

    Now, let’s get the top of the shortcodes.php file to look like this:

    <?php
    // Hook into WordPress so we can use all the custom functions and global variables
    $file = dirname(__FILE__);
    $file = substr($file, 0, stripos($file, "wp-content") );
    // Added for multisite
    require( $file . "/wp-load.php");
    ?>

    I’ve made a few changes in the organization of the shortcodes.php file as well. Here is a pastebin link to how the entire file should read:
    http://pastebin.com/UDQ7vrun

    I think this should clear up the issues.

    @robert, there is a link in the plugin settings page… if you click on “Donations” on the top tab.

    Thank you EVERYONE for helping to work through this.

    Thread Starter Robert S

    (@rschilt)

    Josh,

    Have just dropped a token thanks into your Paypal box.

    Thanks again for the effort.

    Plugin Author Josh

    (@josh401)

    @robert,

    Thank you! My three year old daughter also thanks you… as we will be going to her favorite place in the world tomorrow to eat… “Chuck E Cheese”.

    You are very generous, and we sincerely appreciate the “token”!!

    I think I’m going to start working on a drop-down list…. Would you prefer a dropdown like the old method? Or do you like the new popup method?

    Also, I don’t like how you can no longer select the code and THEN wrap it with the shortcodes. Now, you have to insert the shortcode, and then go back to insert the content between the brackets. I think it would be better if it wrapped the selected content.

    So…

    1. Popup or dropdown?
    2. Wrap content or Don’t wrap content?

    EIDT: One more thing Robert… go ahead and click that all-mighty “resolved” button over on the right for us 😉

    Thread Starter Robert S

    (@rschilt)

    Hi Josh,

    My pleasure!

    We don’t have “Chuck E Cheese” in Australia but it sounds good. Having a dutch background I luv my cheese – if I ever find myself in your neck of the woods – I’ll be in there like Flynn.

    Feedback re format for Shortcode button:

    – I really don’t mind whether it’s a pop out panel or a drop down.
    – I rather like the idea of the wrap content feature.

    Enjoy the time with your daughter.

    Resolved!

    Plugin Author Josh

    (@josh401)

    Lol…

    I’ll be in there like Flynn.

    At least we are both familiar with that expression!

    Chuck E. Cheese…
    http://www.youtube.com/watch?v=48p6ghGmTzI (you’ll have to skip past the guy talking in the beginning)

    Plugin Author Josh

    (@josh401)

    Just got it working to wrap selected content 🙂

    Here is the fix until the next update: (Replace entire shortcodes.php file)
    http://pastebin.com/EtnVvGU8

    Thread Starter Robert S

    (@rschilt)

    Hi Josh,

    Works like a dream!

    – Wrap working OK.
    – No more error message at the top of pop up panel.

    Worth your weight in gold mate!

    R

    Josh, I wanted to let you know that the latest changes also work in WP 3.5 alpha (single version).

    Plugin Author Josh

    (@josh401)

    Thanks Ron.

    By the way… where did you get WP 3.5? I’ve tried searching for it. I’m assuming you’re on a list or something?

    Josh, just go to WordPress Trac at this link:
    http://core.trac.ww.wp.xz.cn/browser/trunk

    There will be a .zip file with the latest trunk. You’ll see it at the bottom of the page, where it says “Download in other formats:”. Just click on “Zip Archive” underneath and download the .zip file.

    The latest is WP 3.5 alpha-21358. This also includes the Twenty-Twelve theme, which is looking pretty good.

    I just download the zip file, extract it to my test folder for WP 3.5 and overwrite everything there.

    I’m just using the single version of WP 3.5 for now. I won’t set up a Multi-User version until maybe October.

    I check out every update of Ultimate TinyMCE with WP 3.4.1 Multi-Site and WP 3.5 alpha (single version).

    Ron

    Plugin Author Josh

    (@josh401)

    Ron, you’re a godsend!!

    Thank you for all you do! It helps me out tremendously!!

    My pleasure, Josh.

    Always glad to help out developers who are developing good software. Like you I have a lot of projects going on so I have to balance my time.

    Plugin Author Josh

    (@josh401)

    Thank you much 🙂

    Check out this cool new feature I’m working on…
    http://forum.joshlobe.com/attachment.php?aid=71

    Cool! More toys to play with.

    I love it!

    Hmmmm. Css popup. Javascript popup. 😉

    Ron

Viewing 15 replies - 46 through 60 (of 61 total)

The topic ‘[Plugin: Ultimate TinyMCE] Shortcodes button’ is closed to new replies.