Posted by: 67RSSS - Thursday, 16 February 2012 03:37:39 |
---|
Okay, going to start a new thread on something really annoying/confusing. In my install on DNN 5.6.7, I do not get the popups like we do with the forum here. henever something should popup (like you are trying to post too soon) my page greys a bit and somewhere there is a tiny white box with an X in it. What am I missing? THe popup windows for ckEditor work, as well as with the rest of our site. |
Posted by: tha_watcha - Thursday, 16 February 2012 03:54:32 |
---|
It looks like the error message gets not correctly parsed to the pop up. You have an really old jquery version installed 1.4.4. You should upgrade to 1.7, I think that could be the problem. |
Posted by: 67RSSS - Thursday, 16 February 2012 03:59:16 |
---|
I will give it a try! |
Posted by: 67RSSS - Thursday, 16 February 2012 04:15:08 |
---|
Hmmm, maybe I did it wrong, bu tthat didn't help. I used URL instead of local in my jquery setup and pointed here: //ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js |
Posted by: tha_watcha - Thursday, 16 February 2012 11:58:00 |
---|
[quote=67RSSS;53269]Hmmm, maybe I did it wrong, bu tthat didn't help. I used URL instead of local in my jquery setup and pointed here: //ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js[/quote] You forgot the http: it should be [code=plain]http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js[/code] |