dotnetnuke

DotNetNuke Jquery doesnt work in module

帅比萌擦擦* 提交于 2019-12-12 01:29:10
问题 I have a JQuery file that works fine on a normal webpage, but doesn't work inside of DNN. DNN is pointing at the latest version of JQuery in the Host settings I have a container called news containing (news.css, news.ascx) and a module called newsdata.ascx inside of the container. I have this code in the module to start launch the JQuery file: <script type="text/javascript"> $(function() { $("#controller").jFlow({ slides: "#slides", width: "277px", height: "150px", duration: 250 }); }); <

DNN An Error Has Occurred

只愿长相守 提交于 2019-12-12 01:00:50
问题 Is there a way to get details about this error? I turned off custom errors: It looks like I am missing a skin file. How do I get it back? I used the one from the default install of DNN 6.2.4. 回答1: You could look at your DotNetNuke log4net config settings and check where you are logging errors. The default location is {DotNetNuke_Root_Folder}/Portals/_default/Logs/ . The log level by default is set on error so you can change that to "Debug" if you want by changing the element in the following

2sxc Dnn.. Add existing content items to module

老子叫甜甜 提交于 2019-12-12 00:12:50
问题 I have a view of entities which are being displayed based on an entity type filter. I now need to reorder these and would like to use the built in 2sxc functionality to do this, so I have a created a new view of the data using the "module data source" so that the ordering will work. But how do I now make all of the existing entities of the same type (definition) appear in this new view? The view now displays one item by default and I can replace that one item. But how do I add multiple

DNN Search only works when language cookie is en-US

女生的网名这么多〃 提交于 2019-12-11 21:26:29
问题 I've a DNN 7.2 site with 3 languages and search functionality . The search works only and only if the language cookie is set to en-US . If the culture in the search service URL is fr-FR and the language cookie contains "fr-fr", which is very normal, the search will not work, if i changed the cookie manually to be "en-US" and left the url culture as is "fr-fr" the search works as expected and return french results . Why this happens ? Is there a fix ? 回答1: DNN7.2 Search is Locale-Aware,

DNN single sign on through webservice

一个人想着一个人 提交于 2019-12-11 21:19:29
问题 I have implemented SingleSignOn for my DNN site say www.example1.com. There is another site called www.example2.com. Both the sites will redirect to a common login page which uses a webservice to authenticate the users from external database. The problem is, when i clicks on login button in example1.com, the user will be redirected to common sso login page, and after successful authentication, he will be redirected back to the original site. If I opens a new tab and enters the url that

Appending Text to FOR XML SQL Select Statement

天大地大妈咪最大 提交于 2019-12-11 20:01:52
问题 Hello from an SQL nO0b, I have three Select statements I want to join: Select 2 is a FOR XML Select to which I want to append Selects 1 & 3 (which simply display some text) as a kind of header/footer. All three Selects work as intended and form three parts of a nicely-formed podcast .xml, but I need them to end up in one result so I can eventually save it to an .xml file (which will be my next headache, I suppose). I have tried permutations of + , UNION , and JOIN that my inexperienced mind

How to work History.back() in IE8 and above Versions

六眼飞鱼酱① 提交于 2019-12-11 19:39:10
问题 I'm facing a big issue related to "Back Button", Currently I am using JavaScript back button like - parent.history.back(); but it is giving error like "Webpage has expired" on clicking Back button. is there any solution to get rid of it. My Project is in Asp.net.Every comment is appreciated. Thank you..! 回答1: Here is a working example (tested on saucelabs IE7, IE8, IE9 @Windows XP and Vista) <input type="button" id="push-me" value="Push me!" onclick="window.history.back(); return false;"/> If

redirecting old site pages to single page on dnn portal

只谈情不闲聊 提交于 2019-12-11 19:19:41
问题 We are using Community Edition of DNN. There is old site with bunch of html, aspx pages that should (not all of them though) redirect to single (default) page in new DNN portal v7.1 (301 redirect). Here is an example: www.mysite.com/hello.html -> www.mysite.com www.mysite.com/mypath/hello.html -> same as above the same with.aspx pages -> same as above www.mysite.com/mypath -> same as above Is it possible to implement the goal using features of DNN CE or ASP.NET itself? So far only two things

Why does DotNetNuke 7.02 give this error during installation: bad module ManagedPipelineHandler

感情迁移 提交于 2019-12-11 19:11:56
问题 (Q) How do I fix DotNetNuke when it gives this error? Handler "ExtensionlessUrl-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list I've installed DotNetNuke using videos provided, see next link: http://www.dnnsoftware.com/community/learn/video-library/view-video/video/515/view/details/dnn-7-0-installation-part-1-file-system-configuration The last video (part 4) shows how you "configure" DotNetNuke by navigating to the site. I went to http://www.dnndev.me. When I did

$2sxc is not defined

点点圈 提交于 2019-12-11 16:59:21
问题 After adding Content module to a page, I just get a round blue icon with white glasses. Clicking on it produces an error in the console: ReferenceError: $2sxc is not defined 1 ui.html:20:5 <anonymous> http://localhost/DotNetNuke/desktopmodules/tosic_sexycontent/dist/ng/ui.html:20:5 Clicking 'Change Template / Layout' in pencil menu also does nothing. This happened after upgrading from 2sxc 8.12 to 9.02. I checked the file and of course could not see $2sxc defined anywhere. I have installed on