Login Remember

By gversion - November 26, 2012

Hello,

I have created a new plugin, which I have called "Login Remember". It adds a tickbox to the cmsAdmin login screen, which when ticked remembers the login details of the user.

However, when I activate the plug-in all of my WYSIWYG fields do not display in the cmsAdmin.

Does anyone know what might the problem?

Thank you,
Greg

Re: [gversion] Login Remember

By gregThomas - November 26, 2012

Hi Greg,

Have you had a look at the JavaScript console in your browser to see if there are any errors? The most likely explanation is that there is a JavaScript error that is stopping tinyMCE from running.

Thanks
Greg Thomas







PHP Programmer - interactivetools.com

Re: [greg] Login Remember

By gversion - November 26, 2012

Hi Greg,

Thanks for quick response and good advice. I can see the following error:


ReferenceError: tinyMCE is not defined
[Break On This Error]

tinyMCE.init({


Any advice on how to fix this would be much appreciated!

Thank you,
Greg

Re: [gversion] Login Remember

By gregThomas - November 26, 2012

Hi Greg,

That sounds like it's not loading the library files that contain tinyMCE. Does your plugin make any changes to the JavaScript files that are loaded on the page?

I would check that the page is trying to load/is successfully loading tiny_mce_gzip.php.
Greg Thomas







PHP Programmer - interactivetools.com