It seesm that there can be JSscript conflicts between the templates and modules. The question that I have is, how do I know which script I am currently using? I guess I would like to make sure that I am using the same script from template to modules.
How do I find which script my template is using?
hi barton,
you will want to look at the source code of you page (view -> page source)
and then look for something like the following at the top of the page
<script type="text/javascript" src="/templates/rt_catalyst/js/mootools-release-1.11.js"></scrip
or alternatively you could download firebug (if your using firefox) which once installed will tell you all the scripts that you are running on an given page
hope that helps
Richie
Thanks, I am still getting around oon hwo to fully use Firebug.
Rockettheme has some good firebug tutorials:
http://tutorials.rockettheme.com/video/firebug/firebug-javascript-errors.html
http://tutorials.rockettheme.com/video/firebug/firebug-html-tab.html
http://tutorials.rockettheme.com/video/firebug/firebug-logo-changes.html
Forum