Using the suggestion/tutorial for applying field validation, I've downloaded the relevant script to a folder called js. Where must I put this folder.. in my template directory or in the room of the Joomla structure?
The tutorial makes reference to
The tutorial makes reference to
<?php global $mosConfig_live_site; $folder = $mosConfig_live_site.'/components/com_chronocontact'; echo "<script src='$folder/prototype.js' type='text/javascript'></script><br />"; echo "<script src='$folder/validation.js' type='text/javascript'></script>"; ?>How do I know where $folder is referring to?<br><br>Post edited by: abasel, at: 2008/03/04 20:51