Closed (duplicate)
Project:
Token Insert
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 01:38 UTC
Updated:
6 Dec 2012 at 08:39 UTC
I go the button in the WYSIWYG editor but nothing happens when I click on the button
Comments
Comment #1
chaloum commentedthe issue is that it doesn't work in blocks!
Comment #2
Countzero commentedOh 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.
Comment #3
jelle_sThis is a duplicate of #1845820: Some Wysiwyg Forms have JS err / Not functional insert button (which is now fixed in latest dev ;-) )
Comment #4
jelle_sforgot the status