read more..
Steps to add an Attachment Field to Feedback Designer Module for DotNetNuke.
The result is a form with file upload ability. The attachment is sent as an email attachment.
Please contact us for additional DotNetNuke Support requirements.
If you see this error
Could Not Load file or assembly NVelocity, Version=1.1.1.0, Culture-nutral, PublicKeyToken=null (Exception from HRESULT: 0×80131040)
While using one of our DotNetNuke Modules. The solution is a simple one.
Update all of the InteractiveWebs DotNetNuke Modules to the latest builds by downloading the latest release from here: http://www.interactivewebs.com/DotNetNukeModules/ModuleDownloads.aspx
The problem stems from a change to some of the code library of some modules that share code with other modules. Updating all modules to the latest build will resolve this issue in all our modules.
Main Menu 1. From the module Main Menu, select MODIFY LOOK AND FEEL
2. Use the Text HTML editor to Modify the Introduction text that appears at the top of the public side of the Feedback module. This is uses standard DNN Text HTML editing.
Form Item Layout Text/HTML
3. Here you will find the html code that lays out the form items in the public view. Using the HTML editor, select HTML view mode, and edit the HTML code directly to get the best results.
The most common change it to edit the width of the table that displays all the form items to the public.
To make the form wide and prevent items from spanning two lines. Modify the HTML code in the top line: " ". Change the 250 to something wider like 500
Remember though that your web page, width of the site and container will effect this.
Message Sent HTML
4. This text HTML box can be edited to display a message to the user of your form. When a usre submits a form, the text here will be displayed in the module space.
Form Item Height Width
5. Enter the width that the form Item in this box.
Example.
Gives this result
And a width of 100 gives this result. Note the small width of each item.
From the module menu (see the above help selection for installing the module to a page).
1. Select MODIFY EMAIL SETTINGS
2. Select CLICK HERE TO MODIFY THE SEND TO EMAIL ADDRESS
3. Select EDIT (just after the arrows) to edit the email address and name of the form.
4. Change the form name and email address as desired. Click UPDATE when done.
5. Select BACK TO FORM ITEMS
6. Select BACK TO MAIN MENU
Having installed the Module to your DNN site.
1. Login to your site with Host or Admin permissions.
2. Navigate to the page you wish to add a form to.
3. From the DNN module menu select FEEDBACK DESIGNER and the Pane Location.
4. Select ADD to add the module to the seelcted pane.
5. You will see a warning message advising that the module has yet to be configured. This message will only be seen one time.
6. From the Complete Feedback Designer menu on the module, select CONFIGURE MODULE.
7. You are now presented with the Module Menu. From her select the options you wish to edit by clicking the corresponding CLICK HERE.
We get help requests, and we really do love to help you! Really! but please make sure you have a DNN host SMTP server configured that works before you ask us for help! This module requires the SMTP server settings to be configure in DNN. This is because it uses the DNN SMTP server settings to send email. To configure…
1) Login as host user 2) Under "Host" menu select "Host Settings" 3) Scroll down and expand "Advanced Settings" 4) Expand "SMTP Server Settings" 5) In the SMTP Server text box type in mail.your_domain.com where your_domain.com is the actual domain name of your site (this same exact host name for smtp, pop3, imap4, and web mail)
You can use authentication for the SMTP server if required. The DNN site will require Relay permissions that are often set to require authentication.
An example of the error you see when you do not have this configured correctly is.
Error: Email Enquiry is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. —> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) at iwebs.Modules.CFD.CFD.doSend() — End of inner exception stack trace —
We have created a movie file here to assist: http://demo.interactivewebs.com.au/dnn_smtpsetup/dnn_smtpsetup_demo.htm
DNN SMTP Settings
DNN Websites have the ability to configure in the host settings an SMTP server. When a DNN email is generated from the DNN website, it will attempt to send mail through this SMTP server.
In order that your DNN website can successfully send the email, the SMTP server must allow the email message to be received. Typically this is done in one of four ways.
To correctly configure your DNN SMTP settings, you need to understand what method of communication has been configured in the SMTP server you are trying to set DNN to access.
Here is the process you would configure from above.
Problems. There can be some issues that get confusing with the different methods.
How to get really confused. Often mail servers will allow you to send email messages to email addresses on that SMTP server, even though they do not allow you to send mail out. So if you have a web application configured to send email to yourself, and the SMTP settings you use in the DNN host settings are for the SMTP server that runs the same email address you will have success. Yet when you change the email address in the web application, you can no longer send email, and the web application appears to fail. This is still an SMTP configuration error on your website. You will need to find a method above to solve the issue.
Podcast Discussing This:
Note: Your Download Package Needs to be unziped before you start the install process. The file that is installed to the DNN site as a module is named with a "xxx PA.zip"
Motion Demo Here 1. Login to your DNN site as a system HOST
2. Under the host menu, select MODULE DEFINITIONS
3. From the Module Definitions menu, select INSTALL NEW MODULE
4. BROWSE and select the Feedback Designer xx.xx.xx PA.ZIP file for uplad. Then select SAVE FILE. Note that in some cases you may need to extract this PA files from a password encripted package zip.
5. Check the list of processes that follows for RED warnings and errors.
6. Your module is ready to be access and used on any DNN page in your site or child portals.
We have often receive lots of questions about Web-safe fonts, or web friendly fonts. We have products that work with technologies like Microsoft Word, and publish back to websites like DotNetNuke. (DNN Word Editor)
The issue is that not all fonts will work on all browsers on all computers. Here is the reason why.
There are an awful lot of fonts in the world! For years, no doubt, you’ve been using a ton of them in word processing documents, party invitations, banners, etc. But have you ever noticed how few of them are used on the web?
There’s a really good reason for this. When a web page loads, the browser is told to write text onto the screen using a specified font—one that is stored on the computer that the browser is running on. Therefore, if the web page’s code is calling for a font that a user does not have installed on their computer, it won’t show up! What that person will instead see is a default font, which might look a little ugly.
Now you might be wondering why this will happen so often if there are so many fonts installed on your computer. Well, here’s the problem: the two most widely-used operating systems—Windows and Mac OS X—each come installed with a different set of fonts. Awesome!
To illustrate this point, here’s where the fonts are stored in Windows 7:
And here’s where they’re stored on Mac OS 10.6:
Right away, we can see that only one of the displayed fonts overlaps: Arial. None of the Calibri orCambria fonts are available on the Mac, and the Mac has at least a dozen just on this page that aren’t available in Windows!
In fact, between these two systems, there are only ten fonts that overlap:
Those fonts that fall into that middle area, covered by both operating systems, are what we callweb-safe fonts. If you use Calibri on your webpage, Mac users won’t see it; if you use Andale, Windows users won’t see it; but if you use Georgia, you can rest assured that users of both systems will see the it.
Now there’s a bit of grey area here. Users of older operating systems don’t have some of these fonts we’ve declared web-safe. For example, Windows XP users don’t have Palatino or Trebuchet MS. Even worse, users of Android mobile phones don’t have any of these fonts.
So to be clear, there are only five fonts that are considered universal:
Feel free to use these fonts all you want! Even if you dug up that old Packard Bell you had back in 1997 and it didn’t explode when connected to the modern web, you’d be able to see these fonts rendered as intended. Those Android users will just have to fight for themselves.
Your text will still be visible, but the browser will use whatever default font it supplies for situations like this. This means that you may have intended to use a cute, scripty font, but what you get is
Your text typed in a regular serif font.
This is good because your content still goes through, but your design might be compromised. Therefore, you should always specify fallback fonts and a category that the font falls into. Let’s say that you want to use Helvetica, but you’ll settle for Arial. Since both of these fonts are considered to be sans-serif fonts, you can write a CSS declaration like this:
{ font-family: Helvetica, Arial, sans-serif; }
The browser will first try to use Helvetica, and if it’s not installed, it’ll attempt to use Arial. If even that font is not available, it’ll use whatever default sans-serif font the browser likes, but at least it’ll be the correct type of font!
For more information about coding fallbacks, alternative methods to using non-web-safe fonts, and everything typography related, you can pick up a copy of our Web Typography Handbook. It’ll tell you everything you need to know.
Today we announced that our DotNetNuke Module for syncing to outlook was updated to DNN 6. Check out the details here.
http://www.dotnetnuke.com/Resources/Forums/forumid/112/threadid/451288/scope/posts.aspx
I noticed a question today on a Microsoft Dynamics CRM discussion site asking
“is there anyone who is not trying to sell me their product, that has done something interesting with CRM and Silverlight?”
Well yes there is…
InteractiveWebs have done several interesting projects with Silverlight as an interface to Microsoft CRM.
One of the most interesting of these is a Silverlight membership login system for a grain trading company based in Australia. The business is an organisation that trades produce in a similar way to how shares are traded in the stock market. The difference being that the commodity being traded has been grown by “growers” (farmers) and represents the produce that their farm has for sale in the open grain trade market.
Interestingly, Microsoft CRM is being used entirely for the backend management of this trading. This is quite complex in it’s design as you can imagine would be the case if you were running a stock exchange using CRM.
Entities are being used to track the bidding for sales and purchasing of hundreds of different qualities of different grains, at different locations over an entire country.
Of note to the Silverlight interface, is the fact that there are an ever increasing number of records within this system in the order of 65,000,000 records of some CRM Entities.
In it’s simplest function, the Silverlight interface is a membership system.
Allowing users to login and manage the buying and selling of commodities. Very similar to how users of a Stockbroking system would login and buy and sell their shares. But of course the user data is all being driven from a CRM backend running CRM 2011 with IFD.
The membership login is using custom attributes within CRM Contacts to authenticate and allow login.
Once logged in the user can modify personal details that are saved back to the CRM Contact entity.
Data is retrieved live using XRM to interface with CRM on the fly. Silverlight gives a clean and robust interface for users.
Just like with the sale of share, there is some paperwork generated with the buying and selling of commodities. Broker Notes, Freight Invoices, and Monthly trade Statements are example of just a few. Originally the thought was to interface with a Microsoft SharePoint server to store the related .PDF documents generated for these items. Instead we took the simpler approach of attaching the .PDF documents to the relevant records in the custom entities that are used to track each trade.
This data is simply stored as CRM Notes with Attached Files (.pdf) to the custom Entities.
Then in the Silverlight interface we allow users to open (on the fly) these notes and attached .pdf files to view the “paperwork” associated with each sale.
Summary data is presented that is referencing custom attribute data, and able to be exported live from Silverlight to Excel.
Or clicking on the PDF icon, will open the associated attached note from CRM and open the .pdf record live.
Example of PDF data.
Growers of commodities can create new stock records, listing the gran they have, quality, quantity, location etc in a simple user interface.
Listing too the price they wish to achieve in order to sell the produce.
Doing this creates a new record in a custom Entity in CRM directly, and this data is used in the bidding and selling process.
The data is available to Silverlight users in their record of stock.
Similar in concept to a statement of shares for a stock market trader.
So far, these are reasonably simple interfaces using XRM to CRM. Reading, writing, opening attached files etc. Where it gets interesting is in some real time graphing that we do to show bids on stocks / commodities.
For this we are needing to access tens of thousands of records that represent different bids for different commodities and work out on the fly the best or highest bid, and show that to the client in a fast loading graph.
This is where Silverlight and some cleaver XRM calls to some cleaver processes in CRM delivers a great result.
With the great graphing tools in Silverlight, the graph draws in real time and animates the loading of data. It has a full screen mode:
And is really a great use of Silverlight for this particular task.
One of the features we built on this interface is the ability to “Run Out of Browser”. So the client can right click the interface and select to “Install to this computer”.
This adds the project to an Out of Browser Silverlight experience that can be launched as any other application or program from your computer.
This feature of Silverlight can run on a Mac or PC, and delivers an experience for end users that is very similar to having a membership program installed on your computer.
The project will auto update if we modify the web based source version with a new release automatically. The client is promoted with a messaging saying the program will close to update, then opens with the new version automatically. Truly using the best experience that Silverlight has to offer.
Uninstalling the out of browser app is as simple as a right click in the app, and selecting from a dropdown “Remove this application”.
Kind of like a windows 8 experience with any pc.
Silverlight… ahhh what to say about Silverlight….. where to start.
1. We drank the Kool Aid. Microsoft told us how great Silverlight would be, how it would segregate the design team from the development team and deliver the benefits of keeping people within their specializations.
2. We spend years of time investing in Silverlight development. We get it, we can work with it and we can do amazing things with it. This and other cool projects including a MS Pivot interface to DotNetNuke and Microsoft CRM data.
MS Pivot and CRM – http://demo.interactivewebs.com.au/dnnpivot/dnnpivot_demo.htm
3. We kicked it’s butt. We were able to deliver anything we wanted using Silverlight and made it interface with a multitude of data sources at multiple times using XRM and other web services to pull data from both CRM and other data sources.
We get it, we can do it, we hate it and we regret the time we wasted after Microsoft mislead us into their Silverlight sphere.
Microsoft Silverlight Evangelist – We drank the Kool Aid
Silverlight never came close to delivering on any of the promises that Microsoft made about it.
It is tricky to develop in, it is poorly supported by even Microsoft, design tools are definitely lacking greatly, the development experience was a mine field of poorly documents bugs and broken features that required time and commitment to untangle the crap that Microsoft produced.
It was amazing to us how many things we were doing and solving that literally no one else was talking about. We felt like the first team walking on the Silverlight moon at every step of the way.
The end result is something that we are proud of. There are some cool features that we think make the project example above shine. But for all the time, and trouble invested to deliver it, it is just not worth it!
If looking at this and other similar projects again, we would use other technology to more quickly develop a very similar experience. There quite simply is nothing in Silverlight in interfacing with CRM that we can do easier other ways.
So there you have it. A good example of Silverlight with CRM, and the reason why we would suggest you use other technology yourself.
And check out that Silverlight Pivot link above. It is actually very cool too in what it does and how it does it. We have rigged this to work against any internet facing CRM environment including the Microsoft Hosted CRM.
We wrote this to help someone asking for a non commercial plug for a Silverlight in CRM example. We hope the above meets the requirement of that… but we are a development and CRM business, so we need to mention that if you need some cleaver interfacing with CRM. Then please contact us here http://www.interactivewebs.com/ContactUs.aspx.
We have other examples to show too.
Recently we launched a new website called Network You. The site can be found at networkyou.org.
Of particular interest on the site is a new module or ours soon to be released to the DotNetNuke Community called Mushroom Video Module.
The module will feed Youtube Play Lists from youtube.com directly into your site in an easy to manage and easy to use video feed.
The end result of the feeds looks like this:
http://www.networkyou.org/Network/GlobalVillage.aspx
With the video feeds being selected directly from a play list selector button that referenced a YouTube account name.
The module also uses the template system developed by InteractiveWebs for the display system that allows simple to load templates to be customized to the users requirements.
An example of the module with multiple feeds onto a single page is this one: http://www.networkyou.org/Network/Professionals/VideoTopics.aspx
We will be releasing the module to the public in the next few weeks. We would love to hear any comments!
The Bulk Email module for DotNetNuke has a feature known as Bounce Email Monitoring, and it is probably a good idea to understand what it does and how it does it so we can explain how best to configure it.
When an email message is generated using the DotNetNuke Bulk Email Module, a list of all the email addresses that you have selected from multiple sources is generated into a database.
The lists that you select can include.
Once the list is complied, email addresses are removed.
Then the email messages are sent out and ticked off as being sent.
You can see that bounced email addresses will only be removed if they are on the bounced email list, and have bounced to a count matched the settings configured.
Periodically, the module will use the setting for the POP 3 account to look for email messages that it can add as a bounce. To do this, it will download all messages in the mailbox and look using some complex searching tools for email messages that appear to have bounced back from a failed send attempt.
Unfortunately email servers report bounce messages in different ways, so the code that reads the email messages and looks for bounce backs is long and complex. For this reason, the process of finding bounce messages should be kept to a minimum to reduce the load on the server.
The best way to reduce load is to minimise the number of mail messages that the process needs to check.
The best way to do this is three fold.
The process of downloading thousands of email messages, checking them all and processing them all can take hours. It will put a huge load on both the web server and your email server. It will increase your data transfer costs both on your web and email server.
So follow the suggestions and the result should be clean and fast.
Want to know more about email messaging in DotNetNuke.
Today we updated some code in our Contact Details module for DotNetNuke.
The module makes it easy to add your contact details to a page in DNN.
There is a map control function that uses Bing Maps that can be seen in the demo here: http://www.interactivewebs.com/contactdetails/Demo.aspx
We have updated the module today to support the use of SSL or https connections to the page that contains the module.
So here are the two ways to add the Bing Ajax control to your page in HTTP or HTTPS:
HTTP:
<script src=”http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3” type="text/javascript"></script>
HTTPS:
<script src=”https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3&s=1” type="text/javascript"></script>
Now on the HTTPS version notice I changed the URL to start with HTTPS, this is what pulls from the secure site over at the good Bing folks. Also notice I added the “s” parameter and set it to 1, default is 0, this tells the Bing API to get the image tiles for the map from HTTPS.
Why? you ask.
Well it seems that the API determines what protocol to use for JavaScript and other parts from the document.location.protocol, however when it comes to the map tiles it looks to a global setting that is set based on the parameter being passed.
Today we have added support to the DotNetNuke Bulk Emailer module for WebFarms.
We have identified a feature of Bulk Emailer for DotNetNuke that has caused some issues with the running of the module on a WebFarm.
There is an automatic enable feature that checks when you start a bulk email message that the scheduler for the module in the Host / Scheduler is enabled. If it is not enabled, the module will enable it.
With WebFarms there are two processes that run at the same time.
This will cause duplication of sending email messages.
The solution is easy… just disable one of the schedule processes. However this will be automatically re-enabled by the module.
To solve this we have added an option to the Bulk Emailer Settings. This option enables you to tick that you are using a WebFarm, stopping the automatic enabling of iWebs BulkEmailer EmailSchedule process.
After you enable WebFarm mode, you will need to go into the Host Scheduler processes and disable all but one of the multiple processes for the iWebs BulkEmailer EmailSchedule.
The result will be that only one of the schedulers run and only one email message will be sent.
The steps in setting up the Outlook Social Connector for DotNetNuke on your local computer.
The steps assume that you have installed the DNN website module by InteractiveWebs called the Outlook Social Connector.
1. Close Outlook
2. Start the MSI installer “Setup_DNNSocialConnector”
3. Select Next
4. Use the default path, or select one, then select – Next
5. Select Next when ready to proceed
6. Wait a bit
7. Select Close
8. Open Outlook and in the Mail view, find an email message and expand the view for the Social Connector.
9. Select the + symbol under the contact image, and select “on another social network” from the available list.
10. Select “iWebs – DNN Social Connector” from the available social connector plugins.
11. Fill in the connection settings for your DotNetNuke Website that has the iWebs – DNN Social Connector module installed. And admin or host account is needed. Click Connect
When you browse an email message from a user who is registered on your website, you will see the activity that they have taken on your site. This includes activity on security roles, DNN Forums Module, and if you have updated to our modified Documents Module, activity on that module too.
Today we have added this feature to the DotNetNuke Advanced Login Module.
Normally DotNetNuke requires a user name to be entered at registration. The Advanced Login Module will automatically create a DNN user name at registration time, even if the token for User Name is not included in the registration form. This way you can allow users to register with an email address and no user name, while in the background the Advanced Login Module handles the user name for you.
If omitted from the registration form, the user name will be taken from the email address.
david@domain.com for example will generate a user name using all data from before the @ symbol.
david@domain.com = david as the user name.
If david is already taken as a user name, then david-01 or david-02 etc. will be used automatically.
This keeps the username familiar to users should it ever be provided to them, yet keeps the registration process as simple as possible.
The module is available as a Free DNN Module trial on our site.