We are using Joomla 2.5.28 and JCE 2.5.1.
Javascript, script tags and event attributes (onclick, onmouseover etc) are removed when clicking the “Save” button.
Process we have followed:
1. In the JCE Control Panel, clicked on the Editor Profiles button.
2. Clicked on "Default Profile"
3. Clicked on the "Editor Parameters" tab, and then on the "Advanced" tab.
4. "Allow Javascript, Allow CSS" options are set to “Yes”.
5. In the Joomla! Global Configuration, clicked on the "Text Filters" tab.
6. For the Super Users group, set "Filter Type" to "No Filtering".
7. Now, we included below script in the description section of Easy Blog.
<div class="cjpollsanywhere"><input type="hidden" /></div>
<script type="text/javascript" src="http://live.icmgworld.com/dev/components/com_communitypolls/assets/anywhere/anywhere.js"></script>
<script type="text/javascript">PollsAnywhere({id:140});</script>
8. Clicked on "Save/Update Post" button.
It's stripping the Javascript and script tags. Below is the code we could see after "Save".
<div class="cjpollsanywhere"><input type="hidden" /></div>
<p>PollsAnywhere({id:140});</p>
There was no <script></script> tags.
Check the screenshots for reference.
Kindly suggest...
thanks
anand
Javascript, script tags and event attributes (onclick, onmouseover etc) are removed when clicking the “Save” button.
Process we have followed:
1. In the JCE Control Panel, clicked on the Editor Profiles button.
2. Clicked on "Default Profile"
3. Clicked on the "Editor Parameters" tab, and then on the "Advanced" tab.
4. "Allow Javascript, Allow CSS" options are set to “Yes”.
5. In the Joomla! Global Configuration, clicked on the "Text Filters" tab.
6. For the Super Users group, set "Filter Type" to "No Filtering".
7. Now, we included below script in the description section of Easy Blog.
<div class="cjpollsanywhere"><input type="hidden" /></div>
<script type="text/javascript" src="http://live.icmgworld.com/dev/components/com_communitypolls/assets/anywhere/anywhere.js"></script>
<script type="text/javascript">PollsAnywhere({id:140});</script>
8. Clicked on "Save/Update Post" button.
It's stripping the Javascript and script tags. Below is the code we could see after "Save".
<div class="cjpollsanywhere"><input type="hidden" /></div>
<p>PollsAnywhere({id:140});</p>
There was no <script></script> tags.
Check the screenshots for reference.
Kindly suggest...
thanks
anand
It seems that module parameters haven't been configured properly. Please make sure that you are using a valid twitter username, and
that you have inserted the correct keys. Detailed instructions are written in the module settings page.