Forums

Has anyone used the extended menu with chronoforms

glens1234 15 Mar, 2008
Hello again.

Ive been having big problems getting my extended menu (suckerfish) to work in IE.

The reason why i think it is something to do with chronoforms is because my page will only load in in IE 5.2 (mac) after i take out the suckerfish IE hack, which is written in javascript.

Since this hack has presumably been tried and tested many times and i can seem to find much documentation of this problem i can only assume it is conflicting with some other javascript code.

Chronoforms is the only extension that i have installed and i doubt it is conflicting with the core joomla code. Although i could be wrong!

This is the javascript which is causing the issues...



<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("mainlevel"«»);
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI"«») {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", ""«»);
   }
   }
  }
 }
}
window.onload=startList;
//--<!]]></script>


The only thing that makes me suspect that it is not an issue with chronoforms is that when i disable chronoforms is still have the same issue.

Can anyone shed some light on the subject?
Has anyone successfull used the suckerfish (extended menu) with chronoforms?

Thanks.
Max_admin 15 Mar, 2008
Hi,

I don't think Chronoforms will cause any issues with suckerfish as Chronoforms never generates any JS except when you use the validation, disable validation and check again if its the same case then there is something else!!

Cheers,

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
glens1234 15 Mar, 2008
Hi thanks Max.

I havent got round to using any validation on my forms yet so i guess it is not an issue with chronoforms.

I will rule this out unless i hear otherwise on this forum.


cheers!
This topic is locked and no more replies can be posted.