Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

Activity Feed

Profile Dashboard

  • Friends 0
  • Following 0
  • Followers 0
  • Points 0
  • Friend Friends
  • Following
  • Follower Followers
  • Point Points

Description

  • Friend Friends
  • Following
  • Follower Followers
  • Point Points

Profile Features

Activity Stream

Wes Tatters

Wes Tattersanswered the question Onclick Event is not firing in DNN 7 complied Module Dev

Without seeing you actual code its difficult to know where the actual problem lies. HOWEVER, assuming that your button is inside the actual ItemTemplate- it is possible your onclick even will not fire directly - since it is wrapped inside the gridvi ...

9 years ago

Wes Tatters

Wes Tattersanswered the question Is there a razor-based parent page selector?

The trick is looking at the ActiveTab.BreadCrumbs array - it has all the tabinfo records for each page in the current breadcrumb path. The result of this code is a URL with the name of the parent and an link that points to it. Its quick and dirty bu ...

9 years ago

Wes Tatters

Wes Tattersanswered the question NBStore for DNN 7.4

DNN 7.4 is still a beta product - you would be better off installing 7.3.4 which is the stable build. There are a number of under the hood changes in dnn 7.4 - any one of which could be the possible cause of issues - the last major code refresh of &h ...

9 years ago

Wes Tatters

Wes Tattersanswered the question OpenURLRewriter

You might want to check the  https://openurlrewriter.codeplex.com/ web pages - and also log an error report there if you can verify that it is an error. There are a lot of changes under the hood in 7.4beta - and it is possible one of those changes is ...
Chris Hammond also answered the question Chris Hammond also answered the question

9 years ago

Wes Tatters

Wes Tattersanswered the question Issues with DNN versiom: 07.02.01 in Visual Studio 2012

If you are trying to debug - again the question would be why - an install only version of dnn - you need to open the website as a project (with visual studio running as Administrator) and then set the project compile settings to - DO NOT BUILD. That ...

long time ago

Wes Tatters

Wes Tattersanswered the question Issues in DNN version: 07.03.04 with Visual Studio 2012

Looking at your error - it seems you are trying to use VS to build an Install.zip version of DNN. You should not ever need to BUILD an install of DNN - in fact doing so will cause all sorts of errors to be reported that are not really there. An insta ...

long time ago

Wes Tatters

Wes Tattersanswered the question Error: Task Module is currently unavailable.

How exactly did you install the module onto your site - at a guess the .dll files did not get built or installed properly.  Did you make a Install.zip - what method were you using?
Charles Nurse also answered the question Charles Nurse also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question Weird login popup problem

Short answer - turn off popups - they are the cause of way to many issues to be of practical value - and they tend to impede workflow instead of improve it imho. Having said that - make sure you have a primary domain name alias in your site settings. ...

long time ago

Wes Tatters

Wes Tattersanswered the question how to use container for just one module instance?

You can alter the container used by each individual module placed on a page by changing the MODULE SETTINGS for a module and setting the container for that module -  this will override the portal container AND the page container settings. Westa

long time ago

Wes Tatters

Wes Tattersanswered the question module effect on speed

Of you are talking about - startup speed of the application pool - then yes the more elements that need to be processed by the runtime engine when the web server first starts up will always have some effect on the speed of that startup. However, for ...

long time ago

Wes Tatters

Wes Tattersanswered the question EPIServer

Have look at  http://www.dotnetnukecms.no/DotNetNukevs/DotNetNuk... But the key difference could be cost of entry if ecommerce is not a contributing factor. Westa
AnonymousScott Wilkinson also answered the question Anonymousand 1 other also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question show the Home page in pop up

Many sites perform this sort of action using a jQuery plugin. http://fancyapps.com/fancybox/ is the jquery plugin we have used for some of our clients.  It has an option for display on load. BUT as sebastian noted - you would definitely want to look ...
Sebastian Leupold also answered the question Sebastian Leupold also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question Custom Container Settings Function

The dnn layout system is largely controlled by CSS so this sort of setting is not really practical since it is css markup that controls the size/padding/layout in most skins. Your only real option is to create a container for each layout type that yo ...

long time ago

Wes Tatters

Wes Tatterscommented onSpring 2014 DNN★MVP's

What we choose to do to help others we do because we want to - but it is - I must say an honor to be recognized among such a group of outstanding and wonderfully talented people. Thank you, and congratulations to the other MVP awardies.

long time ago

Wes Tatters

Wes Tattersanswered the question What problems does a container solve?

Containers are a mechanism to style the base appearance of the wrappers that holds each individual module. They are used pretty much always used to control the APPEARANCE of the Module Title and it placement in relation to the module content.   ...
Sebastian LeupoldMike RileyMark Eckeard also answered the question Sebastian Leupoldand 2 others also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question TELERIK controls in DNN

I depends on how you want to USE the controls - if you want design to surface support with point and click wizards and the like then you need a FULL telerik licence. If you are a coder and are happy just using markup then you can use the DNN wrappers ...
Sebastian LeupoldJulien GirerdAnonymousand 1 other also answered the question Sebastian Leupoldand 3 others also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question Why we need IIS for DNN 7

FWIW -  dnn is a complex system - and you should always work with it in the environment it was designed to run best on.   While yes it can be made to run on IIS Express - its a bit like test driving a ferrari with bicycle wheel. 
cathal connolly also answered the question cathal connolly also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question 7.2.2 no module edit buttons

Most of these sorts of issues can be traced back to the way different skins interact with dnn's own system. It will likely be a javascript / jquery error or version mismatch - i would start by talking with your skin developer. Westa
Sebastian LeupoldMartijn Goedings also answered the question Sebastian Leupoldand 1 other also answered the question

long time ago

Wes Tatters

Wes Tattersanswered the question DNN as a scalable web application

Firstly DNN "is" a web application already. With regards to the ways that dnn can be scaled - dnn can be configured to run on a single web host, on a web farm or as a potentially infinitely scalable azure cloud based application. As such it performan ...

long time ago

Wes Tatters

Wes Tattersanswered the question PLEASE HELP.. major error "This assembly is protected by an unregistered version of .NET Reactor!"

What it usually means is that a module has loaded a dll into the /bin/ directory that is obfuscated in some way -- the owner of the dll has tried to block end users from being able to decode/decompile it. You need to talk to the developers of any 3rd ...

long time ago

What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out