Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsDocumentsDocumentsDocuments Module - Default Folder not workingDocuments Module - Default Folder not working
Previous
 
Next
New Post
6/30/2010 1:31 PM
 
I think its great that there are volunteers that are doing this stuff but I dont think its a sustainable model. If the idea is to use this platform as a competitor to something like sharepoint, then the core modules need to be solid and virtually bug free. Identified bugs need to get iterated immediately and the only complaint should be regarding feature requests. I think DNN corp should pay every lead on every module and give a minimal support staff. What if there was at least on person on each module full time and volunteers could help but not be relied upon?
 
New Post
6/30/2010 8:15 PM
 

Hi All,

I fixed this problem a few months ago, so thought I should post my findings here.

There's a bug in the URLControl.vb code in the DoRenderTypeControls() sub that stops the SelectedItem being set for the cboFolders DropDownList box, if there’s an “a” (case ignored) in the default folder path. Remove the 'a' from your folder path and all is good.

The line of code was...
FolderPath = _Url.Replace(FileName, "")

I changed it to 
FolderPath = _Url.Substring(0, _Url.Length - 1)

..and my default folder was respected.

Hope this helps.

 
New Post
7/2/2010 2:00 PM
 
Hmmm, I can't seem to find the file URLControl.vb anywhere. I have looked in the source version and the install version. Are you sure you got that filename correct?

-MP
 
New Post
7/4/2010 6:51 PM
 
It was in DotNetNuke\Library\UI\UserControls and it's definitely called URLControl.vb. 
 
New Post
7/19/2010 10:12 AM
 
Any idea if this bug is getting fixed in the module being distributed? Seems like a pretty easy fix that can be checked in with 5 minutes of work.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsDocumentsDocumentsDocuments Module - Default Folder not workingDocuments Module - Default Folder not working


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out