• Hello!

    I’m using the actual versions of the plugins “TinyMCE Advanced” and NextGen Gallery
    If i write a post/page, i see the green NextGen-Button in the toolbar.
    But the hint at the MouseOver-action is not correct.
    The hint is “ngg_attach_to_post.title” instead of “Attach NextGEN Gallery to Post” (or the German text).

    for example:
    http://www.bilder-hochladen.net/files/lhi1-1-c4ca.jpg

    In the file ngg_attach_to_post_tinymce_plugin.js i found following code:

    4: tinyMCE.addI18n(‘en.ngg_attach_to_post’, {
    5: title: ‘Attach NextGEN Gallery to Post’
    6: });

    49: editor.addButton(‘NextGEN_AttachToPost’, {
    50: title: ‘ngg_attach_to_post.title’,
    51: cmd: ‘ngg_attach_to_post’,
    52: image: plugin_url+’/atp_button.png’
    53: });

    If i chance the title in line 5, it does not take affect.
    If i change the title in line 50, the hint will be correct. So i can solve the problem by myself.
    But with the next update the changes will be rolled back i think.
    How can the problem be solved permanent?

    Thanks!

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @stefanniehaus – Thanks for pointing this out, I will forward your ideas to our developers to review and hopefully address with the next major release of NextGEN Gallery.

    – Cais.

Viewing 1 replies (of 1 total)
  • The topic ‘Button "Attach to post" with TinyMCE’ is closed to new replies.