Opt In Email 4.0
'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur
Live Content v1.6.1 :: Web 2.0
Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...
XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.
Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.
Ultra Video Gallery 2.4
Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.
Gloss // ALL COLORS! skin // XML Flash // W3C CSS XHTML1.0
Gloss is the first ALL COLORS! skin, featuring a powerful XML-based flash and being 100% W3C CSS XHMTL1.0 compliant. Tune it yourself on the fly, changing colors, backgrounds, containers, text color and size, width and more! Brilliant!Available for DNN4 and DNN5
Active Forums
The award winning discussion forum and community solution for DotNetNuke is now even better. When you need to build the best community site, you need the best module, Active Forums!
Minimalist by Evan O'Neil - ALL NEW !
ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .
Document Exchange 5
Edit documents directly on your server. The premier document management solution for DotNetNuke (DNN). Index contents of documents. Share documents across your portal and avoid duplicates. Revised and flexible UI. Extensible architecture.
Ultra Media Gallery 5.4
Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.
Hi Chad, I tried to use the Dynamic User Directory. I am able to view info for each user. But I can't figure out how to correctly add the "detail" link. When I placed the "Detail link" token, there was a huge string of characters in URL format appeared that made the page width increase to almost a mile wide. Then I dropped that idea. Can you point me to any help file / forum where I can place a link on Dynamic User Directory, (on clicking that) pass the data from the selected user in the directory to Dynamic Forms module, and how Dynamic Forms module can retrieve the record of the selected user (not the logged in user who is a non-admin user). I think you should add a feature to Dynamic Registration and Dynamic Forms that will allow designated users to view the DNN user data in a grid and make changes dynamically. While doing so, we can set view and edit permissions at a granular level (profile attribute level) Please think and suggest any solution! I simply need a facility to view and update the Users' custom profile fields that were created using Dynamic Registration module
I am impressed with your wonderful helpful fast responses! Thanks a lot for all your help!!! Thanks again, Vijay
Vijay, Hi. Sure, let me see if I can answer these questions... Q1: Well Dynamic User Directory does include the [UserDetailLink] parameter within the item template. This parameter simply generates the full URL for the detailed profile view. Its important to note though that this is just a static full http URL and not already an actual hyperlink etc... We designed the module this way so that you could implement it in any way you might want. For example you might want to create an image and link it to this detailed link. You might want to make a hyperlink with the text 'View Details' while on another implementation make the text 'Details' for the link etc... This method allows you to do this. Just consider the [UserDetailLink] an actual web address. IF you wanted to include a hyperlink in a text / html module you would simply create a hyperlink with text that says 'Go to this Site', then you would click on the chain icon and you would enter the website url. You need to do these same steps but just enter the token instead of the website.
Please review this screenshot on setting up a user detail hyperlink within Dynamic User Directory.
Q2: Similar to creating hyperlinks or URLS on Q1 you would need to first make a hyperlink going to your form page. So create a hyperlink with the text 'Pass this to the form page' that navigates to your form page. Next, determine what field data you want to pass and where it should go on Dynamic Forms. Lets assume for this example that you want to pass the users first name and last name. On the Dynamic Forms page you need to setup a form with fields for First Name and Last Name and also make note of the short field name. Lets assume that the short field name you specify is 'FName' and 'LName'. Next, go into advanced field settings and choose to 'Retrieve value for this field from querystring variable'. What this means is that if you navigate to the page and pass the variable FName or LName within the querystring it will pick these properties up when rendering the form. So an example of this would be: www.yoursite.com/default.aspx?FNAme=Chad&LName=Nash So you should first test this on your form, make sure that passing these variables on the form then renders properly within the form. You should note that there should always be one ? to start passing parameters in the URL, and after that each parameter should be &. For example ?FName=Chad&LName=Nash&Phone=5551234 etc.... Next, you need to go to Dynamic User Directory where you were setting up the hyperlink to the form. Add parameters onto the URL but instead of adding static test such as 'Chad' or 'Nash' you need to add the tokens available to you within the item template. For example (lets assume that your form is on TabID 555): www.yoursite.com/default.aspx?TabID=555&FName=[FirstName]&LName=[LastName] So... Worst case scenerio is that you will have to study how to create hyperlinks in HTML if you need to do some advanced settings. You should just be able to use the Rich Text Editor and setup the URL there though. Once you have the concept down you can pass as many field values as you want from the Dynamic User Directory module to Dynamic Forms. Q3 (making headway aren't we ): Are you referring to the visibility of if a profile property should be visible or actually just allow them to make changes to their profile quickly in a grid? We have reviewed 'quick grid edit' in the past but there are major concerns with data integrity while doing this. If you are referring to letting them specify if their profile field should be visible or not you should review this forum thread on specifying the visibility for user profile properties using Dynamic Registration. -Chad