Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

new user, some things I've noticed
Last Post 03-22-2007 05:17 AM by Eric Swanzey. 6 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Eric SwanzeyUser is Offline
going with the flow
going with the flow
Posts:46
Avatar

--
03-02-2007 11:43 AM

    Maybe there are workarounds on some of these? Although I think a couple of them are just bugs exposed by the type of form I'm trying to build.

     

    * when pulling from a custom profile list, it would be nice if the sort order was retained. But I also haven't looked close enough at it yet to see what sort by might force it in the sql query.

     

    * question events need some sort of inheritance. A combo1 selection reveals combo2; a combo2 selection reveals textbox1. Changing the combo1 selection hides combo2, but doesn't hide textbox1.

     

    * a text/html question type can't be saved when using the rich text editor (FckEditor provider), but only when switching back to the basic text box before trying to commit the save.

     

    * I've got both client & server side validation set, but can't get a combo box to preselect with a default value set in a question event

     

    * nested question events would sure be nice

     

    * an event to enable/disable a form control in a question event would sure be nice too

     

    * DNN core field checkboxes can't be linked (the workaround is to make the DNN field a yes/no list instead)

     

    * can a single dynamic field link to multiple DNN core fields? I know, I should just try it and see...

     

    Great module Chad!

    Eric SwanzeyUser is Offline
    going with the flow
    going with the flow
    Posts:46
    Avatar

    --
    03-07-2007 08:08 AM
    Regarding the 1st bullet, here's a query that pulls from a sortordered list (SpecMfg in this cae), and also inserts a"Make a Selection..." choice as the first entry in a combo box.

    Select 'Make a Selection...' as QuestionOption, '0' as QuestionOptionValue, '0' as SortOrder Union All Select Text as QuestionOption, Text as QuestionOptionValue, SortOrder from Lists where ListName = 'SpecMfg' Order By SortOrder
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    03-07-2007 11:44 AM

    Eric,

    Yes that will work and help out many users so thanks for posting that.

     

    On some of the other items you brought up I was waiting to do some more research but there are a few enhancements that you will see in future releases to some of them. Here are some general comments on these....

     

    "question events need some sort of inheritance. " - This actually should function out of the box as you mentioned as long as you make sure that the inheritance is setup in a way so that the sort order of the field is setup after the postback field of the other event.

     

    "a text/html question type can't be saved when using the rich text editor (FckEditor provider), but only when switching back to the basic text box before trying to commit the save". My first instinct is to ask if you are running Firefox or IE. We have noticed certain problems with rich text editors with using Firefox (especially since we use section controls within the manage questions area).

     

    "I've got both client & server side validation set, but can't get a combo box to preselect with a default value set in a question event" - This is a bug and we are aware of it and looking into it.

     

    "nested question events would sure be nice" - This sounds similar to the inheritance that we still need to duplicate but sounds the same. What we have already started to implement on Dynamic Forms/Dynamic Registration that will be ready for the next release is the ability to select as many questions to go along with an event. For example maybe you want to hide 10 questions based on the the user checked a box? In the next release you will be able to do this. Right now you have to setup an event for each question you want to hide and we are finding many users who are requesting this enhancement.

     

    "an event to enable/disable a form control in a question event would sure be nice too" - Now on the list and we will do this. Thanks for the suggestion, this will also make the next release for both modules.

     

    "DNN core field checkboxes can't be linked (the workaround is to make the DNN field a yes/no list instead)" - We have documented this as a bug as well and will be fixing it in the next major or incremental release. The work around you mentioned does help for users needing to implement this now though so thanks for the tip.

     

    -Chad

    Eric SwanzeyUser is Offline
    going with the flow
    going with the flow
    Posts:46
    Avatar

    --
    03-07-2007 12:06 PM

    Thanks Chad, good stuff. Yes on Firefox, I'll try other browsers/platforms.

    Caught another small bug -

    When editing a series of dynamic questions (i.e., not exiting but staying in admin), if a q has a Question Header, that field doesn't clear when editing the next question, and so on. In other words, subsequent edited questions ALL get the Question Header that never got cleared out. Was still using Firefox/mac on this so maybe a non-issue for IE/Win.

    Eric

    Eric SwanzeyUser is Offline
    going with the flow
    going with the flow
    Posts:46
    Avatar

    --
    03-15-2007 05:11 PM
    Chad, just want to make sure this gets logged for a fix regarding question events.

    Combo1:
    item 1
    Item 2
    Other (reveals Combo2)

    Combo2:
    Item 1
    Item 2
    Other (reveals TextBox 1)

    TextBox 1

    A combo1 selection ("other") reveals combo2; a combo2 selection ("other") reveals textbox1. Changing the combo1 selection hides combo2 as it should, but doesn't hide textbox1 because they aren't connected events.

    Makes sense I hope. Maybe just coding and allowing us to have a certain number of nested question event levels? Like at least 2 .

    Jerry BeachUser is Offline
    going with the flow
    going with the flow
    Posts:40
    Avatar

    --
    03-17-2007 08:14 AM

    * a text/html question type can't be saved when using the rich text editor (FckEditor provider), but only when switching back to the basic text box before trying to commit the save.

     

    I believe this is a dotNetNuke issue with the RT Editor. I have noticed it quite a lot in the Repository module where, if you fail to remember to switch back to the plain text box, you can't save module settings later. I use Firefox mostly.

    Eric SwanzeyUser is Offline
    going with the flow
    going with the flow
    Posts:46
    Avatar

    --
    03-22-2007 05:17 AM
    Another useful tip I hope...

    We implemented custom registration, but wanted to also keep it closely tied in with the DNN custom profile stuff, easy enough.

    One of the obvious one's is to have a country/region dropdown/textbox just like the core DNN functionality, easy enough.

    For whatever reason though, the country listbox query needs to pull the text value from the DNN country list for both text and value of the dataspring country list BUT, the state/region listbox query needs to pull the text value for text, and the 'value' value for value. Hope that makes sense.

    In this way, dataspring registration fields carry over correctly to the DNN profile fields.
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi