dnn9

DNN - How can I add CDN (cloud) references for Bootstrap / JQuery files?

a 夏天 提交于 2020-03-25 19:14:07
问题 I have a DotNetNuke (DNN 9.0) website, and I see CSS/JQuery files are referenced as entrees in a *map.XML file, such as below: <item key="7d14598udfghjho0348dfdgvt4644" file="" compression="" version="180"> <files> <file name="/Resources/libraries/jQuery/01_09_01/jquery.js" /> <file name="/Resources/libraries/jQuery-UI/01_11_03/jquery-ui.js" /> </files> </item> I want to have more control on these references, such as being able to reference cloud(CDN) links instead, for example JQuery

How can I import an existing DNN module into a new module without copying the existing code?

白昼怎懂夜的黑 提交于 2019-12-11 10:46:33
问题 I would like to create a new module which will have two dropdown menu's in the settings whereby it will get the moduleID of two other modules that is already installed on DNN. How would I "import" these modules into a new module without having to copy the code? I would like to hide the view of these two modules until someone clicks on a button to show them in a pop-up. UPDATE This is the original question of what I would like to achieve: How to show a DNN module in a Fancybox pop up? 回答1: