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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DNN 3.3.7 NewsletterDNN 3.3.7 Newsletter
Previous
 
Next
New Post
2/8/2007 1:40 PM
 

I'm hoping that someone will be able to help me.  I'm having a problem with the Newsletters in DNN 3.3.7.  It works fine except for the images added to the newsletter end up being a broken image in the email when delivered.  I have determined that this is because the image src attribute has a relative address.  It needs to be the full path for it to show up in a delivered email correctly.   Do I need to add a Friendly URL for this purpose?  Or is this something that needs to be changed in a .ascx file in DNN core.  I need to get this corrected as soon as possible.

Thanks,

csteck1971

 

 

 
New Post
2/12/2007 10:32 AM
 

I found a thread on a different site related to this topic.  It's seems to be helpful, but does not solve my problem entirely.  For those of you that this will help, please try this link?

http://www.dnncreative.com/Forum/tabid/88/forumid/4/postid/2835/view/topic/Default.aspx

This explains how to correct the settings uses the FCKeditor.  Unfortunately, my DNN site is not using this editor in the newsletters.  Any suggestions?

 

Thanks,

csteck1971

 
New Post
2/14/2007 3:17 PM
 
In troubleshooting this issue, it stems from upgrading DotNetNuke from 3.1.1 to 3.3.7.  For some reason the older files are overriding the new version from 3.3.7.  Any suggestions on how to correct the problem?
 
New Post
2/21/2007 12:50 PM
 

Ok we have figured out a workaround for anyone that this may help. In order to specify the full path of images for the Newsletter, we had to add the FckHtmlEditor configurations to the web.config.  The FckHtmlEditor was installed, just not specified in the web.config.  The red text is what we actually added.

<htmlEditor defaultProvider="FckHtmlEditorProvider">
   <providers>
    <clear />
    <!--
         FTB options:
         ============
         toolbarStyle="Office2003|OfficeXP|Office2000|OfficeMac"  Sets the default FTB Toolbar style
         enableProFeatures="[true|false]"                         Pro features require a license from FreeTextBox
                                                                  or you may test them with localhost only
         spellCheck="[{none}|IeSpellCheck|NetSpell]"              IeSpellCheck is free for non-commercial use only
                                                                  NetSpell requires some integration work
    -->
    <add name="Ftb3HtmlEditorProvider"
     type="DotNetNuke.HtmlEditor.Ftb3HtmlEditorProvider, DotNetNuke.Ftb3HtmlEditorProvider"
     providerPath="~\Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\"
     toolbarStyle="Office2003"
     enableProFeatures="false"
     spellCheck="" />
    <!--
         DSFCK options:
         ============
         Documentation not ready yet
        
    -->
           <add name="FckHtmlEditorProvider"
     type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider"
     providerPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/"
     CustomConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfig.js"
     EnhancedSecurityDefault="false"
     SecureConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfigSecure.js"
     ImageGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
     ImageUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
     ImageAllowedFileTypes="gif,png,bmp,jpg"
     FlashGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
     FlashUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"
     FlashAllowedFileTypes="fla,swf"
     LinksGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fcklinkgallery.aspx"
     DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKStyles.aspx"
     DynamicStylesCaseSensitive="true"
     DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard"
     StaticStylesFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/fckstyles.xml"
     StylesDefaultMode="Static"
     DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKCSS.aspx"
     StaticCSSFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/editor/css/fck_editorarea.css"
     CSSDefaultMode="static"
     spellCheck="ieSpell"
     AvailableToolbarSkins="Office2003,Silver"
     DefaultToolbarSkin="Office2003"
     AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic"
     DefaultToolbarSet="DNNDefault"
     DefaultImageGallerySkin="Default"
     DefaultFlashGallerySkin="Default"
     DefaultLinksGallerySkin="Default"
     FCKDebugMode="false"
     UseFCKSource="false"
     OptionsOpenMode="ShowModalDialog"
     CustomOptionsDialog="Admin" />
   </providers>
  </htmlEditor>

 

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...DNN 3.3.7 NewsletterDNN 3.3.7 Newsletter


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