http://www.dpriver.com/ "I recommend this product to all the developers I work with it. This is a very handy tool and time saver. The developers that don't use the tool on my team their SQL code looks unprofessional. Ever since I began using this tool my code shines because its so well formated." Read More »
http://www.dpriver.com/
"I recommend this product to all the developers I work with it. This is a very handy tool and time saver. The developers that don't use the tool on my team their SQL code looks unprofessional. Ever since I began using this tool my code shines because its so well formated."
Read More »
During setup of a DotNetNuke portal the application asks for a time zone. In the drop down list "Arizona Time Zone" is not listed as an option. Read More »
During setup of a DotNetNuke portal the application asks for a time zone. In the drop down list "Arizona Time Zone" is not listed as an option.
After testing DNN 5 I notice traces of user in the database after they are deleted from the "User Accounts" under admin options. If DNN is setup to use unique email address, after a user is delete and recreated with the same email address DNN returns "ERROR IN DATABASE EMAIL ADDRESS EXISTS". I created the following stored procedure to completely cleanse all traces of a user from the DNN database. Please use the following STORED PROCEDURE at your own risk. I take no responsibility for misuse or damage this procedure could cause to your database. I was very careful with a ROLL BACK but mistakes do happen I suggest running this in test environment first. Read More »
After testing DNN 5 I notice traces of user in the database after they are deleted from the "User Accounts" under admin options. If DNN is setup to use unique email address, after a user is delete and recreated with the same email address DNN returns "ERROR IN DATABASE EMAIL ADDRESS EXISTS". I created the following stored procedure to completely cleanse all traces of a user from the DNN database.
Please use the following STORED PROCEDURE at your own risk. I take no responsibility for misuse or damage this procedure could cause to your database. I was very careful with a ROLL BACK but mistakes do happen I suggest running this in test environment first.
Users discovered a bug "UserID blank in template". I believe the bug is for the reason the UserID is passed in the URL as "tabid/89/Detail/True/UserID/15/Default.aspx' for users needing the UserID passed in the form of a query string as "tabid/89/Detail/True/UserID/15/Default.aspx?AccountID=15" I created the following workaround Read More »
Users discovered a bug "UserID blank in template". I believe the bug is for the reason the UserID is passed in the URL as "tabid/89/Detail/True/UserID/15/Default.aspx' for users needing the UserID passed in the form of a query string as "tabid/89/Detail/True/UserID/15/Default.aspx?AccountID=15" I created the following workaround
If you are an expert or a novice DotNetNuke developer and you have a budget of under $100 I recommend the following skin. The included EasyMod module allows you to change the color and size of every object on your DotNetNuke installation without being a CSS expert. Read More »
If you are an expert or a novice DotNetNuke developer and you have a budget of under $100 I recommend the following skin. The included EasyMod module allows you to change the color and size of every object on your DotNetNuke installation without being a CSS expert.
After researching and testing many DotNetNuke Skins and if you have a low budget I recommend the following free skin Greytness by Adammer - http://skinsbyadammer.com/Default.aspx. Read More »
After researching and testing many DotNetNuke Skins and if you have a low budget I recommend the following free skin Greytness by Adammer - http://skinsbyadammer.com/Default.aspx.
Today I noticed the following error in the event viewer "System.Exception: Error loading FCK setting (Reverse HTML Encode output) ---> System.FormatException: String was not recognized as a valid Boolean. at System.Boolean.Parse(String value) at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.Fckeditor.LoadFCKCTLSettings(Boolean mAdmin) --- End of inner exception stack trace ---" with DotNetNuke 5. This is how I work around this issue. Read More »
Today I noticed the following error in the event viewer "System.Exception: Error loading FCK setting (Reverse HTML Encode output) ---> System.FormatException: String was not recognized as a valid Boolean. at System.Boolean.Parse(String value) at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.Fckeditor.LoadFCKCTLSettings(Boolean mAdmin) --- End of inner exception stack trace ---" with DotNetNuke 5.
This is how I work around this issue.