Insert / Edit link button not working in tinyMCE Pods CMS?
2011-05-23 | Pods CMSFor a quite a while now I thought I was doomed to live with an issue with the insert / edit link button in the WYSIWYG editor when using the tinyMCE package for Pods CMS for WordPress. Quite simply, the pop-up window didn’t, well – pop-up!
I found a solution buried deep in the WordPress forum pages: (about half way down in a post by “davidsword”)
I added the following to the bottom of wp-contents/plugins/pods-tinymce/pods-tinymce.php:
add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 ); add_action( 'tiny_mce_preload_dialogs', 'wp_link_dialog', 30 );
It worked for me!!
(FF3.6, Chrome, IE8)
Aloha everybody! Cool site! Does anyone know more blogs on this topic?
Hey Christopher - I found this trawling the Wordpress forum pages - that's your best bet!