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.
I am trying to set up a site for parents/players in a sports team to communicate better. The idea would be to use the default email field and then have another email field for cell phone numbers for SMS (i.e. 5555555555@mmode.com for ATT).
However, since I dont know how to set up another email field and then create module which use the 2nd email field for SMS, I was thinking a good workaround would be to put 2 emails in the default email field in DNN (i.e. joe@site.com, 555555555@mmode.com ). I have changed the verification of the default email address and 2 emails on the default email field works well.
What I would like to do now is use Dynamic Registration to populate the default email field with 2 emails.
I was thinking that I could create 2 other email fields and put them on the registration page. then DN would put both emails on the default email field (i.e. "email1,email2)
I cant figure out however, how to make the default email field look at the content of 2 fields and put them together.
How do I do this?
thanks,
Tex
Tex, Hi. well to do this you would probably need to use a SQL Event to manually update the email field within the core/database to add the two fields together. To be honest though I don't believe this is the correct way of going about this. Can you work from this idea? If not you will want to update the core from a SQL Statement adding both the regular email and the SMS email.
Within the core you can add extended user properties under Admin, User Accounts, Manage Profile Properties. From here you can create as many custom fields as you would want typically most (good modules at least) can read from all core and core extended profile fields. This way you can link the email field to the standard email field and link your other email field (i.e. for SMS) to the extended field you create. This way you have the data in two seperate fields and other applications should be able to access this day. Additionally, -Chad
thanks for the input Chad. I am going to use Private Messages by Ventrian to allow team members to send SMS. I will ask Ventrian if I can add another email field. the problem as I stated before is that I am not a programmer and cant make this type of modification even if it is easy to do.
ok here is one more question if you dont mind.
to put together the SMS field i need the cell phone number (i.e. 5555555555) to combined with the provider email which I will have from a list. there is a field I am using the user can select from (i.e. bellsouth, AT&T, Verizon) this field then populates the field with (@cingular.com, @mmode.com, etc..) depending on the phone carrier.
How can I add these 2 fields to combine into one within Dynamic Registration?
Then how can I bind this new field with a new extended field I create in normal DNN user profile?
Chad,
Sorry I was not more clear.
#2 - I am just refurring to a field in a form that would be a long multiline field. A field you would use for the message part of the email. I am pretty sure Dynamic Forms has such a field.
#3 - this is the tougher one. #1 I was referring to a checkbox field which is populated by a query. You stated that is doable with DF. However, with this question, I am trying to figure out if the form can have an email event which is triggered upon form Submit which then sends an email to all recipients checked off in the checkbox list (#1).
I am afraid the email event would only send an email to 1 of the email addresses selected on the checkbox list field.
so again #3 is just asking if an email event can send an email to multiple email addresses which were seletec from the checkbox list field.
thanks