Greetings Alex!
First of all, thank you for this wonderful piece of software.
I've been able to customize it to 90% of my liking. One thing that bothers me most is the massive JavaScript code inserted into the page's HTML by aicontactsafe module (see example below).
Is there any way to hide it?
Thank you very much!
<script type="text/javascript">
...
</script>
You can try to put it in an external file, but you will not have the possibility to use any of Joomla's feature in it ( like translation of the text or dynamic URLs ).
You can find the javascript code in this file : components\com_aicontactsafe\includes\js\aicontactsafe.js.php .
Basically you need to remove all the php code in that file, replace the php code with appropriate values and generate a new .js file.
Then modify that file to include the new .js file instead of that script.
You need some php and javascript knowledge to do this.
Forum Legend: