ThemeForest

TinyMCE HTML Custom Buttons gone on WP 3.1

2942 posts
  • Has been a member for 3-4 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Blog Post
  • Author had a File in an Envato Bundle
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 100 and 499 items
  • Australia
  • Referred between 200 and 499 users
DDStudios says

Apparently they have upgraded TinyMCE with wordpress 3.1. The problem is, the standard form to add buttons in the HTML view of the editor has changed.

edButtons[edButtons.length] = new edButton('dd_one',

    'one',
    '[one] ',
    ' [/one] ',
    ''

);

Doesn’t seem to work anymore.

Anyone has gotten any info on that?

1 year ago
16 posts
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 1 and 9 items
  • Referred between 200 and 499 users
olegnax says

Hi DD,

Just add your custom quicktags script by wp_enqueue_script() function with dependencies on quicktags script.

For example:

wp_enqueue_script('custom_quicktags', get_template_directory_uri() .'/functions/shortcodes/quicktags.js', array('quicktags'), '1.0);

Cheers.

1 year ago
2942 posts
  • Has been a member for 3-4 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Blog Post
  • Author had a File in an Envato Bundle
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 100 and 499 items
  • Australia
  • Referred between 200 and 499 users
DDStudios says

Cool.

I’ll try that. Thanks!

1 year ago
2942 posts
  • Has been a member for 3-4 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Blog Post
  • Author had a File in an Envato Bundle
  • Author had a Free File of the Month
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 100 and 499 items
  • Australia
  • Referred between 200 and 499 users
DDStudios says

Thanks beautiful. That worked perfectly!

1 year ago
by
by
by
by
by