|
|
Entries for 'Erik van Ballegoij'
Erik van Ballegoij posted on January 08, 2009 19:10
DNN 5 now has the option to give non admins access to admin modules. You can just put any admin module on a new page and give users access to that. An even easier thing to do is to just give non admins permissions to use a specific admin page.
[Read the rest of this article...]
Erik van Ballegoij posted on January 06, 2009 22:14
Yesterday I spent the better part of the day deleting portals from a larger DNN installation, for the purpose of creating a smaller copy of the same installation with a subset of portals. This post is meant to be a note to self to look into multi portal deletion sometime, and to remind me of a script that needs to run to clear out data for a few specific modules...
[Read the rest of this article...]
Erik van Ballegoij posted on October 15, 2008 17:59
Last week I was asked to come up with a way to use the Page Icon in DotNetNuke as a source for a multi lingual enabled image on a page. Although this could have been done by creating a skinobject, I decided to pull this one off by creating an "inline" skinobject.. by lack of a better term.
[Read the rest of this article...]
Erik van Ballegoij posted on October 15, 2008 15:47
Just another day in the live of a (ASP.NET) developer. If you are anything like me that you spend a considerable time of your day researching, and of course... Google is one of the tools of choice here.....Or is it?
[Read the rest of this article...]
Posted in:
Personal,
OtherErik van Ballegoij posted on September 22, 2008 14:54
Just recently i answered a question on the DotNetNuke forums about re installing the Search Results module. This is somewhat tricky as you cannot do it by hand.. it can only be done by sql script
[Read the rest of this article...]
Erik van Ballegoij posted on September 17, 2008 15:15
Where it comes to using SQL Server features, I am a very late adopter. Not by choice, for all the DotNetNuke modules I create, I'd like to maintain backwards compatibility as much as possible, especially since DotNetNuke also fully supports MS SQL Server 2000.
[Read the rest of this article...]
Erik van Ballegoij posted on September 15, 2008 20:51
I've spent a few days on a strange issue i had with a new VS2008 install: no available AJAX extensions
[Read the rest of this article...]
Erik van Ballegoij posted on August 24, 2008 22:23
This blog is long overdue. In DotNetNuke 04.06.00 the language skinobject was beefed up to be much more versatile. Apart from just a dropdown menu, it can also display links to languages. Even though Lorraine blogged about the new appearance, there is much more to the skinobject than meets the eyes! The skinobject supports 2 display modes: dropdown menu and template based repeater (you can even use both at the same time). Apart from that, there is a common header and a common footer available (both templatable). All templates of the skinobject use the DNN core TokenReplace functionality as template engine. This means that you can control visible appearance of the language skin object to a great extent.
[Read the rest of this article...]
Erik van Ballegoij posted on March 11, 2008 00:00
Today I had to upgrade an old DNN 3.2.2 multiportal installation to DNN 4.8.1. There are 3 major areas that changed in the past DotNetNuke versions: New contstraints and unique indexes on Files table DNN Membership provider Consolidation of http handlers in one assembly
[Read the rest of this article...]
Erik van Ballegoij posted on March 05, 2008 00:00
... or how I learned an old lesson: always check whether the name of the module you release doesnt actually exist somewhere else.
[Read the rest of this article...]
Erik van Ballegoij posted on March 04, 2008 00:00
A while ago i created a small utility that allowed me to easily switch between users in a portal. This is extremely usefull if you are developing a module or a site and you want to test different permissions for different users. The current version of the module allows you to select whether host users can be switched to as well. Doing this means that you will never have to log on to your site again... NB: Never use this module in a live environment, as it will make your site VERY insecure! You can download this module from http://www.codeplex.com/userswitcher, and vote for it on the DNN Forge Page (cross posted from my blog on...
[Read the rest of this article...]
Erik van Ballegoij posted on November 15, 2007 14:03
While DotNetNuke 4.4.x already validates emails in the user profile with a regular expression, this regular expression could not be changed by portal admins. In DNN 4.5, the regular expression used to validate email address can be altered in the User Settings Page
[Read the rest of this article...]
Erik van Ballegoij posted on June 12, 2007 20:09
A frequent question in the forums is "How to upgrade my DotNetNuke install".. I thought i'd post a brief guide here for easy ref
[Read the rest of this article...]
Erik van Ballegoij posted on February 07, 2007 21:25
A lot of posts in the Install It! forum are from people wonder how to move their DNN installation from their development environment to production. In a nutshell, this is the process:
[Read the rest of this article...]
Erik van Ballegoij posted on January 25, 2007 02:30
This night, I had to move a complete set of databases (20 in total) from one SQL server to another. In the past that has always taken me quite some time, so this time I set out to try to do this in a more efficient manner.
[Read the rest of this article...]