I go the button in the WYSIWYG editor but nothing happens when I click on the button

Comments

chaloum’s picture

the issue is that it doesn't work in blocks!

Countzero’s picture

Oh my. Just what I needed it for. Too bad for me.

EDIT :

You may make it work by modifying line 15 in token_insert_wysiwyg.module to :

if (strpos($form_id, 'node_form') !== FALSE || strpos($form_id, 'comment') !== FALSE || strpos($form_id, 'block') !== FALSE) {

... jut adding the test for the block forms.

It may break things somewhere, so use with caution.

jelle_s’s picture

This is a duplicate of #1845820: Some Wysiwyg Forms have JS err / Not functional insert button (which is now fixed in latest dev ;-) )

jelle_s’s picture

Status: Active » Closed (duplicate)

forgot the status