Login Remember
5 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: November 26, 2012 (RSS)
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
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
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
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
PHP Programmer - interactivetools.com
Re: [greg] Login Remember
Hi Greg,
Thanks for quick response and good advice. I can see the following error:
Any advice on how to fix this would be much appreciated!
Thank you,
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
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.
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
PHP Programmer - interactivetools.com
Re: [greg] Login Remember
Hi Greg,
Thanks for the help. I will take a look.
Regards,
Greg
Thanks for the help. I will take a look.
Regards,
Greg