dotnetnuke

Templateless Module Development

独自空忆成欢 提交于 2019-12-14 04:01:35
问题 Throughout the internet documentation for DotNetNuke is far and wide, this in itself is quite useful. However one hurdle exist and I can't appear to solve it. How do you do DotNetNuke Module development without Chris Hammond's Template? This template has become so widely accepted and utilizes that no other documentation exists. I've already accomplished the following: Configured SQL Server Database Configured Internet Information System (Bindings) Modified the System32 Host File (For local IP

CSS menu broken in Firefox (display:table-cell;)

那年仲夏 提交于 2019-12-14 03:48:32
问题 HTML: <td align="center" width="100%"> <a class="Forum_ib_moderate" href="Default.aspx" title="Moderate"></a> <a class="Forum_ib_admin" href="Default.aspx" title="Admin"></a> ... CSS: A.Forum_ib_moderate:link, A.Forum_ib_moderate:visited, A.Forum_ib_moderate:active, A.Forum_ib_moderate:hover { background-image: url(images/ib_moderate.png); background-repeat: no-repeat; background-position: center; padding-left: 2px; padding-right: 2px; padding-top: 8px; padding-bottom: 0px; height: 35px;

DNN 8 scheduler errros on azure web app

眉间皱痕 提交于 2019-12-14 02:37:17
问题 I remember reading that the DNN platform edition struggles with the MS Azure web app environment in regards to the scheduler tasks. this quote comes for this DNN connect blog The DNN Platform / Community scheduler does not support Azure Web Sites as the server names running the web site are ever changing as Azure scales up and down, or upgrades underlying machines. There is a solution for Evoq. I am getting the following scheduler errors in my DNN instances on Azure: THREAD ID:59 TYPE

dnn 7+ search is not indexing custom module items

允我心安 提交于 2019-12-13 21:30:15
问题 I have a dnn 7.2.2 development site running under dnndev.me on my local machine. I have created a simple product catalogue module and am trying to integrate the new search for dnn 7. Here is the implementation of ModuleSearchBase in my feature/business controller Imports DotNetNuke.Entities.Modules Imports DotNetNuke.Services.Exceptions Imports DotNetNuke.Services.Search Imports DotNetNuke.Common.Globals Namespace Components Public Class FeatureController Inherits ModuleSearchBase Implements

Access Roles in DNN Hotcakes Checkout Views

巧了我就是萌 提交于 2019-12-13 19:09:05
问题 I'd like to be able to show/hide certain payment methods based on user roles. In Hotcakes under the "_DisplayPaymentMethods" view set I see a switch statement with "payMethod.MethodId" as the expression. Inside each case I'd like to set an if statement that checks if the current user has "x" role. How can I access the user roles from this view set? 回答1: You'll find the answer in the Hotcakes Commerce documentation area. I've included it here for posterity on SO as well. Security roles are

The file designer.cs is incorrectly nested in the Solution Explorer and cannot be moved

廉价感情. 提交于 2019-12-13 05:21:52
问题 I am using DotNetNuke 9.0.01. Here I created a module in Visual Studio and installed it in the DNN extensions. I didn't use the installation file but the one with the source code. Unfortunately now the file View.ascx.designer.cs is not below the View.ascx. It is outside the code-behind. This also leads to the problem that intellisense doesn't know the attributes and therefore I can't use them. This in turn leads to the fact that I cannot compile. So it's not just a display problem. I have

DNN 7 in-place upgrade install folder contents

前提是你 提交于 2019-12-13 05:19:38
问题 I am having some trouble upgrading my dnn 7 website. I am upgrading from 7.0.5 to 7.0.6 and I have previously tried upgrading to 7.1.0 but I ran into errors, now I have left over files from the previous upgrades left in the instal/authSystem install/provider install/module folders. Can I empty these folders before copying over the upgrade package over the current version? Should they be empty? or how can I figure out what the default contents should be for the install folder when upgrading.

how to fill dropdown in telerik grid databound?

亡梦爱人 提交于 2019-12-13 04:59:41
问题 i have a telerik grid and use GridTemplateColumn as bellow <telerik:GridTemplateColumn DataField="Status" ReadOnly="true" UniqueName="colStatus" HeaderText="Status"> <ItemTemplate> <asp:Label ID="lblStatus" runat="server"></asp:Label> </ItemTemplate> <EditItemTemplate> <asp:DropDownList ID="drpstatus" runat="server" /> </EditItemTemplate> </telerik:GridTemplateColumn> then i fill dropdown and label in ItemDataBound event : protected void grdList_ItemDataBound(object sender, GridItemEventArgs

Dotnetnuke 7 with Visual Studio 2010

核能气质少年 提交于 2019-12-13 04:46:36
问题 I'm starting to develop Dotnetnuke and I downloaded the package "DotNetNuke_Community_07.00.05_Source" . This package contains two solutions: "DotNetNuke_Community_Source.sln" and "DotNetNuke_Community_UnitTests_Source.sln" . Apparently, these solution files can only be opened using Visual Studio 2012 . I have installed the operating system Windows XP and Visual Studio 2010. Is there any way you could open those solutions with Visual Studio 2010?. 回答1: To develop for DotNetNuke you don't need

Easiest way to develop DNN modules? [closed]

坚强是说给别人听的谎言 提交于 2019-12-13 03:57:55
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . What is the easiest way to develop dot net nuke modules ? I tried VS starter kit, but you have to copy modules to the web server and