问题
Using widgetkit map (external component by yootheme) in joomla 2.5, joomla detect when I insert an email address and give me this error
This email address is being protected from spambots. You need JavaScript enabled to view it.
Javascript obviously is enabled.
回答1:
do you have the plugin Content - Email Cloaking
active ?
Disable it and everything should be fine.
回答2:
If you're a programmer or webdesigner, you should look for any JavaScript error messages with a tool of your choice, which will help you to identify the problem.
There are several possible causes. Here are two of them:
Sometimes, a content plugin interferres with the tags or output of another plugin. Obviously, the email cloak plugin is called and executed correctly (thus the message), but the JavaScript to display the email address seems to be corrupted. You could try to re-order the plugins, so that the email cloak plugin is executed after all 3rd party (i.e., not default Joomla) plugins.
A JavaScript library is not loaded. This often happens in conjunction with templates. To check this, switch your installation to a standard template (e.g. Beez2). If the problem vanishes, correct your template.
回答3:
You can solve this in three ways.
Email Cloaking plugin Disable.
While using custom Module Prepare content Disable.
Using Place holders to fix the issue on particular article.
For more about Joomla spambots error
Hope its helps someone.
来源:https://stackoverflow.com/questions/15634352/joomla-spambots-error