Patrick Ryan
wading in the water Posts:20
|
10-05-2011 11:13 AM |
|
When installing an instance of the forms module on a page running DNN 6.0
All the Manage buttons are bold and can no longer be clicked, hovered over for actions, etc.
Has anyone had this problem?
Thank you!
- Patrick |
|
|
|
|
Adam
river guide Posts:116
|
10-06-2011 11:53 PM |
|
Hi Patrick, I also found this problem. It apears to be a conflict with JQuery that is causing the problem, if you can get to the 'Dynamic Forms' module configuration you need to tick the option under 'AJAX JQuery Integration' > 'Disable JQuery'. Chad advised that this will stop the DF module from loading JQuery libraries and instead use the DNN loaded JQuery, thus preventing the conflict that you're getting. Good luck Adam |
|
|
|
|
Chris Wylie
new to the springs Posts:3
|
10-07-2011 09:07 AM |
|
I am having this same problem.
I was able to access the Manager Configuration directly from the Dynamic Forms Quick Menu.
After I disabled jQuery everything is working fine.
I also found a problem with a div they left open in their layout. This was causing overlap from other containers on my page.
Hope they can get this straightened out in future release. I don't think this module is quite "DNN 6 compatible" if it locks up your page by default.
Thanks, Chris |
|
|
|
|
Adam
river guide Posts:116
|
10-08-2011 12:46 AM |
|
If anyone has this problem but can't get to the DF configuration you can change the setting directly on the database using the following SQL.
UPDATE [dbo].[ModuleSettings] SET [SettingValue] = 'True' WHERE [SettingName] = 'EnablejQuery'
Please note you may want to filter by module ID too. To disable the JQuery in the DF you need to set the setting to 'True' even through it suggests otherwise in the setting name.
good luck |
|
|
|
|
Patrick Ryan
wading in the water Posts:20
|
10-10-2011 08:15 AM |
|
Thank you so much! This worked for me! Was a jQuery conflict. |
|
|
|
|
manu
wading in the water Posts:16
|
11-09-2011 10:04 AM |
|
Adam’s solution worked in the previous dynamic form release(3.4), but in the new version(4), the [SettingName] 'EnablejQuery' in the [dbo].[ModuleSettings] does not exists, instead there is a 'EnablejQueryEZCheckbox' which if set to true doesn’t fix the issue of the Manage/Action button.
I was able to access the Manager Configuration, but the ‘Disable JQuery’ checkbox when ticked does not stay ticked after ‘update settings’.
Is there a work around this?
Thanks
|
|
|
|
|
Adam
river guide Posts:116
|
11-09-2011 10:20 PM |
|
Hi Manu, I have confirmed your problem on my test system although I have found the 'EnablejQuery' setting in the table, this was against an existing module which was there before the upgrade to v4. It seems that it doesn't matter what value I set 'EnableJQuery' to, the form always ignores it and loads jQuery causing the jQuery conflict again. Needless to say I won't be loading v4.0 to my production system. Chad, any help on getting a solution to this? Thanks Adam |
|
|
|
|
Administrator Account
going with the flow Posts:48
|
11-14-2011 04:52 PM |
|
Hi guys... Yes this is an issue with the very latest 4.0 release and we hope to have a patch ready in 2-3 days at most. Thanks, Chad
|
|
|
|
|
manu
wading in the water Posts:16
|
11-15-2011 06:06 AM |
|
More details on when the "Manage/Action Menu" isn't working:
Scenario 1: Upgrade Dynamic form Ver:3.4 to Ver:4.0.0.24444 on a clean install dnn 6.0.2 EnablejQuery is set to true in db Setup in module configuration Disable jQuery ticked doesn't stay ticked.
Scenario 2: Dynamic form Ver:4.0.0.24444 / dnn 6.0.2 clean install. EnablejQuery does not exists in db Setup in module configuration Disable jQuery ticked doesn't stay ticked.
I also tried these module settings: EnablejQueryEZCheckbox false or true nothing changes EnablejQueryHighlights false or true nothing changes
For now I am using the import/export feature located under the "Action Menu" via the layout mode.
hth, Manu
|
|
|
|
|
Chad Nash Posts:5260
|
11-15-2011 08:39 AM |
|
Hi, Well I looked into this more and tested this and right now the setting should no longer be used. So even if the setting is in the ModuleSettings area for existing/past module instances, its not being used anymore. The bigger issue is that the "Disable jQuery" should not be displayed anymore in the module layout/interface. Since this is being shown we will review if a patch is needed, its not a necessary feature anymore. -Chad
|
|
|
|
|
Adam
river guide Posts:116
|
11-16-2011 02:24 AM |
|
Hi Chad, Although you say the feature isn't begine used any more, the problem we are getting is the same as we did in the previous version where we needed to set the setting to disabled. This seems to be related as with the new version the 'Manage/Action Menu' is again broken. maybe we could have the setting back to solve the problem again?? Thanks Adam |
|
|
|
|
NathanW
going with the flow Posts:45
|
11-18-2011 04:46 AM |
|
Has a fix been done for this yet as the problem is making it difficult to continue working with DF on my project. Thanks, Nathan. |
|
|
|
|
Candace
river guide Posts:2431
|
11-18-2011 11:59 AM |
|
Hi. Can you tell us what specific DNN version you're on? There's been a number of issues that prompted DNN to release DNN 6.1.1 early. http://www.dotnetnuke.com/Resources...eased.aspx Can you please try upgrading DNN and see if the problem persists? Thanks! Candace |
|
|
|
|
NathanW
going with the flow Posts:45
|
11-21-2011 03:44 AM |
|
I have upgraded to 6.1.1 as suggested and it still doesnt work, the manage button has no options when you hover over it. I think this is an issue with DF rather than DNN. |
|
|
|
|
manu
wading in the water Posts:16
|
11-21-2011 04:39 AM |
|
Dnn6.1.1 new install, with dynamic form 4.0
Skin – DarkKnight using standard menu - "Manage/Action Menu" doesn’t work! Skin – DarkKnight using mega menu – "Manage/Action Menu" works!
My skin is a variation of the DarkKnight using standard menu.
If you find a fix please let us know, I would rather not start over designing the skin using the mega menu.
Thank you
|
|
|
|
|
Chad Nash Posts:5260
|
11-23-2011 04:17 PM |
|
Hi guys... We are still researching to see if an update is really needed in the 4.0 release or not. Some of this seems to be related to new features/changes in DNN 6.1 and then also 6.1.1. I just wanted to post an update here for other users and to help others understand some of the details. http://www.dotnetnuke.com/Resources...6-1-1.aspx Thanks! -Chad |
|
|
|
|
Chad Nash Posts:5260
|
11-23-2011 04:18 PM |
|
Also- If you add other modules to the page (like maybe a standard text/html module) does the menu then work for Dynamic Forms? -Chad
|
|
|
|
|
NathanW
going with the flow Posts:45
|
11-25-2011 02:13 AM |
|
No, I have pages with just DF on it and the manage buttons are broken. Also please note that this is NOT and issue to do with 6.1 or 6.1.1 as the problem existed before and on older versions of DNN. Also I have even tried using a very basic skin (for mobile devices) and it is still doesnt work. |
|
|
|
|
NathanW
going with the flow Posts:45
|
11-28-2011 05:09 AM |
|
In case my last post was not clear. It does not make any difference if you have just DF on a page (with nothing else) or DF and other modules (HTML etc). The result is the same in that the Manage buttons cannot be used. |
|
|
|
|
RFHavens
new to the springs Posts:2
|
11-29-2011 05:05 AM |
|
I am having the same issues as everyone else. I hope there is a fix soon as in some cases it is almost impossible to make changes to the site(s) content. So far I am keeping two of my biggest and busiest site on DNN 5.9.x until a resolution is found. |
|
|
|
|
Chad Nash Posts:5260
|
11-29-2011 07:50 PM |
|
Hi guys... Well, this is one of the issues that should have been fixed in the patch that Candace posted today... Can you check your downloads and/or patches and hot fixes? It should install as 04.00.10. If you still have the problem after installing this version please open up a support case and provide us with temporary host rights. Thanks, Chad
|
|
|
|
|
NathanW
going with the flow Posts:45
|
11-30-2011 05:27 AM |
|
Have installed the new version and (yippy!) it is now working and you can access the Manage button again. Well done Chad. |
|
|
|
|
NathanW
going with the flow Posts:45
|
11-30-2011 05:55 AM |
|
Ok, it works but .... now if you hover over the "i" for help on a field you dont get anything showing up. Also your forum does not seem to be working correctly with this topic as when you press the 2 or next option you get an error message and the only way to get to the second page is to select the 2 option on the topic list page rather than in the post itself. |
|
|
|
|
Chad Nash Posts:5260
|
11-30-2011 12:20 PM |
|
Hi Nathan - Ok, maybe we need a new thread for that one This is the first report of the help not showing up, so I might need to research that further to see what might be needed. -Chad |
|
|
|
|
DNN Guy
going with the flow Posts:37
|
05-01-2012 10:57 AM |
|
We are having a similar problem running DNN 6.1.4 and Dynamic Registration 4.10.70. When the module is dropped onto a page, it removes all functionality from the DNN 6 Control bar/drop down menus across the top of the site. |
|
|
|
|
DNN Guy
going with the flow Posts:37
|
05-01-2012 11:05 AM |
|
Also... we cannot do anything to the module itself... including delete it from the page. This seems to be a pretty serious bug/error/oversight. |
|
|
|
|
Kenneth Bruun
new to the springs Posts:2
|
05-09-2012 01:14 AM |
|
We got the same problem, cannot update fields or add new fields. my mainmenu is also broken. there must be an jquery conflict somewhere. please fix! DNN: 6.1.3 Dynamic registration: 4.10.70 |
|
|
|
|
Chad Nash Posts:5260
|
05-09-2012 06:46 AM |
|
Hi guys... A couple of things. 1. Make sure you go under module configuration, AJAX/JQuery and disable the jQuery checkbox. 2. I believe there is a problem with the latest version of the CKEDITOR. So if you are using the CKEDITOR you might have to change this to be the FCKEditor, Telerik RAD Editor, Cutesoft editor etc... We also have a new version of Dynamic Registration coming out on the 24th (about two weeks from now) and we will be testing this heavily against the 6.1 release of DNN. Thanks, Chad
|
|
|
|
|
David Poindexter
new to the springs Posts:1
|
12-06-2012 10:15 AM |
|
Chad, We just upgraded http://www.umobile.edu from DNN 5 to DNN 6.2.3 and they are still running Dynamic Forms 3.30.50. We were able to work around the jQuery conflict and all is well there. However, we just discovered that users who are setup to View Form Results only no longer have an option to get to View Form Results. No Manage is showing for these users. Is there a workaround to this issue? Thanks, David |
|
|
|
|
Candace
river guide Posts:2431
|
12-07-2012 05:17 AM |
|
Hi David, DF 3.3 is a much older version and will have conflicts with the newer DNN 6.2.3. We highly recommend that you upgrade to the latest Dynamic Forms 4.1 to make sure you have all the latest features and fixes. Also, with the latest version, you can be fully supported if issues come up. Thanks! Candace
|
|
|
|
|