<?xml version="1.0" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">

	<channel>
		<title>Apollo Software - DotNetNuke Modules, Websites and Hosting MLHTML</title>
		<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/afv/topicsview/language/nl-NL/Default.aspx</link>
		<description></description>
		<language>en-US</language>
		<generator>ActiveForums  4.0</generator>
		<copyright>Copyright 2002-2007 Apollo Software</copyright>
		<lastBuildDate>Tue, 03 Aug 2010 23:29:00 GMT</lastBuildDate>
		<item>
			<title>No tooltips or labels in MLHTML editor</title>
			<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;when i edit my text using MLHTML and i want to add a hyperlink. I only see some tabs en text controls but there are no labels in front of the textcontrols. Also the tabs and the buttons doesn't have text. &lt;/p&gt;
&lt;p&gt;On: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx i see that tooltips are working and the hyperlinkmanager have text.&lt;/p&gt;
&lt;p&gt;I use DNN &lt;span class=&quot;NormalBold&quot; id=&quot;dnn_ctr327_HostSettings_lblVersion&quot;&gt;05.04.02  (66)&lt;/span&gt;, MLHTML 2.0.6, DSLocalizator 3.1.0.23, Modulelocalization 5.0.1&lt;/p&gt;
&lt;p&gt;Please advise.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Stephany&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1451/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>stephany</dc:creator>
			<pubDate>Mon, 07 Jun 2010 11:17:37 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1451/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>Show disabled languages on edit page</title>
			<description>Hello!&lt;br /&gt;&lt;br /&gt;I've installed MLHTML module and it works fine, but disabled languages are not shown at the top of&amp;nbsp; edit page in the language combobox. As I can see it's possible to edit module title for disable languages but not module content.  Why? &lt;br /&gt;Is it possible to to force MLHTML module to show disabled languages on edit page. It'll very convenient to fill new language version with MLHTML modules while this language is disabled for site users.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;P.S. If requested functionality is not possible, where can I get or buy MLHTML module source code?</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/688/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>katsoch</dc:creator>
			<pubDate>Tue, 31 Oct 2006 19:20:34 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/688/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>MLHTML 2.00.06 install error: SQL Execution resulted in following Exceptions:</title>
			<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#180;m getting the following error message during installation of MLHTML 2.00.06 modul:&lt;/p&gt;
&lt;p&gt;The DNN Vers. is 5.4.4 with German language pack installed.&lt;/p&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td class=&quot;Normal&quot;&gt;Info&lt;/td&gt;
            &lt;td class=&quot;Normal&quot;&gt;Start Sql execution: 02.00.00.SqlDataProvider file&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class=&quot;NormalRed&quot;&gt;Warning&lt;/td&gt;
            &lt;td class=&quot;NormalRed&quot;&gt;SQL Execution resulted in following  Exceptions:  System.Data.SqlClient.SqlException (0x80131904): Could not find stored  procedure 'r'.    at System.Data.SqlClient.SqlConnection.OnError(SqlException  exception, Boolean breakConnection)    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException  exception, Boolean breakConnection)    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,  SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet  bulkCopyHandler, TdsParserStateObject stateObj)    at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String  methodName, Boolean async)    at  System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult  result, String methodName, Boolean sendToPipe)    at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()    at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)    at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script,  Boolean UseTransactions)  /************************************************************/ /*****              SQLDataProvider                     *****/ /*****              MLAnnouncements                     *****/ /*****                                                  *****/ /***** Note: To manually execute this script you must   *****/ /*****       perform a search and replace operation     *****/ /*****       for dbo. and   *****/ /*****                                                  *****/r /************************************************************/  /* copyright (c) 2009 by Erik van Ballegoij ( erik@apollo-software.nl ) (  http://www.apollo-software.nl )*/  ALTER TABLE dbo.Apollo_MLAnnouncementItems ALTER COLUMN Locale  NVARCHAR(10) ALTER TABLE dbo.Apollo_MLAnnouncementItems ALTER COLUMN CreatedByUser  INT ALTER TABLE dbo.Apollo_MLAnnouncementItems ALTER COLUMN Title  NVARCHAR(500) ALTER TABLE dbo.Apollo_MLAnnouncementItems ALTER COLUMN URL  NVARCHAR(250) ALTER TABLE dbo.Apollo_MLAnnouncementItems ALTER COLUMN CreatedByUser  INT ALTER TABLE dbo.Apollo_MLAnnouncementItems ALTER COLUMN &amp;#91;Description&amp;#93;  NText ALTER TABLE dbo.Apollo_MLAnnouncementItems ADD ImageSource NVARCHAR(250)  Null ALTER TABLE dbo.Apollo_MLAnnouncements     ADD PublishDate DateTime&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class=&quot;Normal&quot;&gt;Info&lt;/td&gt;
            &lt;td class=&quot;Normal&quot;&gt;End Sql execution: 02.00.00.SqlDataProvider file&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Any kind of help is appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1464/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>stmuelle</dc:creator>
			<pubDate>Tue, 03 Aug 2010 23:29:00 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1464/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Error'', hexadecimal value 0x07, is an invalid character</title>
			<description>&lt;p&gt;Ran into trouble after adding Portuguese.&amp;#160; Added NL, GR, FR, SP normally, but after adding Portuguese text and trying to select Portuguese from the language dropdown DNN immediately displayed the following:&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;h1&gt;Unhandled Error&lt;/h1&gt;
&lt;h2&gt;Error Details&lt;/h2&gt;
&lt;p&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;b&gt;File&lt;/b&gt;&lt;/td&gt;
            &lt;td&gt;&amp;#160;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;b&gt;Error&lt;/b&gt;&amp;#160;&amp;#160;&lt;/td&gt;
            &lt;td&gt;&lt;b&gt;'', hexadecimal value 0x07, is an invalid character.&lt;/b&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;Am using Apollo MLHTML 2.0.6 and DNN &lt;span id=&quot;dnn_ctr327_HostSettings_lblVersion&quot; class=&quot;NormalBold&quot;&gt;05.04.01 (26)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;NormalBold&quot;&gt;Will disable Portuguese for now and move on to Russian, Chinese, Japanese and Korean and hope for better results.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please let me know if there is anything more I can provide with regards to this problem.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Dana Richard&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1462/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>danarich</dc:creator>
			<pubDate>Mon, 19 Jul 2010 17:45:38 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1462/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>MLHTML 2.0.6 and Gumbosoft AJAX Content Rotator 2.3</title>
			<description>&lt;p&gt;I'm using this two modules for my ML News but after upgrade to DNN 5.4.2 and now to 5.4.3 i've this error:&lt;/p&gt;
&lt;p&gt;ExceptionGUID: 701a852c-a8e4-4658-aa34-06154c14a9ea&lt;br /&gt;
InnerException: Object reference not set to an instance of an object.&lt;br /&gt;
FileName: &lt;br /&gt;
FileLineNumber: 0&lt;br /&gt;
FileColumnNumber: 0&lt;br /&gt;
Method: Apollo.DNN.Modules.MLHTML.MLHTML.Ⴍ&lt;br /&gt;
StackTrace: &lt;br /&gt;
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object. in Apollo.DNN.Modules.MLHTML.MLHTML.Ⴍ(Object Ⴐ, EventArgs Ⴗ)&lt;/p&gt;
&lt;p&gt;Do you know how to solve it ?&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1455/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>blondie63</dc:creator>
			<pubDate>Sun, 20 Jun 2010 16:53:58 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1455/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>Error:StartIndex cannot be less than zero</title>
			<description>&lt;p&gt;&amp;#160;Hallo,&lt;/p&gt;
&lt;p&gt;I tried to use MLHTML module. All texts are OK, but when i need to paste an image inti it, I get an error message:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;strong&gt;Error: is currently unavailable.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DotNetNuke.Services.Exceptions.ModuleLoadException: StartIndex cannot be less than zero. Parameter name: startIndex ---&gt; System.ArgumentOutOfRangeException: StartIndex cannot be less than zero.&amp;#160;Parameter name: startIndex at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at Apollo.DNN.Modules.MLHTML.MLHTML.Ⴅ(String Ⴐ, String Ⴗ) at Apollo.DNN.Modules.MLHTML.MLHTML.Ⴍ(Object Ⴐ, EventArgs Ⴗ)&amp;#160;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--- End of inner exception stack trace ---&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Is there anybody who can help me?&amp;#160;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Ivan&lt;/p&gt;
&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1447/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>Ivan Marko</dc:creator>
			<pubDate>Tue, 01 Jun 2010 11:16:04 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1447/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Error while installing MLHTML</title>
			<description>Hi, &lt;br /&gt;  &lt;br /&gt; I am receiving an error while installing Apollo.MLHTML.02.00.06.Install.zip &lt;br /&gt;  &lt;br /&gt; Apollo.ModuleLocalization.03.00.01.Install.zip has been installed prior to installing MLHTML. &lt;br /&gt;  &lt;br /&gt; I am using DotNetNuke version 4.9.3 &lt;br /&gt; Everything seems to be working ok, but can I expect problems in future? &lt;br /&gt;  &lt;br /&gt; Thanks in advance. &lt;br /&gt;  &lt;br /&gt; Regards, &lt;br /&gt; Hans Heijstee &lt;br /&gt;  &lt;br /&gt; This is the error: &lt;br /&gt; Info:: SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Incorrect syntax near 'GO'.at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)CREATE PROCEDURE dbo.&amp;#91;dnn_Apollo_MLHtmlTextDeleteLocale&amp;#93; /* copyright (c) 2009 by Erik van Ballegoij ( erik@apollo-software.nl ) ( http://www.apollo-software.nl )*/ @ModuleId INT, @Locale NVARCHAR(10)AS DELETE FROM dnn_Apollo_MLHTML WHERE ModuleId = @ModuleId AND Locale = @LocaleGO &lt;br /&gt;  &lt;br /&gt;  &lt;br /&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1403/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>heisa</dc:creator>
			<pubDate>Tue, 09 Feb 2010 12:36:12 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1403/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>MLHTML download</title>
			<description>Hi  &lt;br /&gt; where can I download the MLTHML-module?  &lt;br /&gt; The Download-page on this domain is empty.  &lt;br /&gt; Thanks for Help &lt;br /&gt; Hajo  &lt;br /&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1417/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>Hajo</dc:creator>
			<pubDate>Wed, 17 Mar 2010 11:27:12 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1417/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>Module title editible for all users</title>
			<description>&lt;p&gt;I have a problem with the title in an MLHTML module beeing editable for all users, if i choose to use the option &lt;span style=&quot;width: 15px;&quot;&gt;   &lt;/span&gt;   &lt;span id=&quot;dnn_ctr414_ModuleSettings_Settings_plTitleEditWithContent_lblLabel&quot;&gt;Edit  title with content.&amp;#160;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When not logged in, any user can edit the title with the quick edit pen, the change dont effect the real website, but will make the user think that he can edit the title.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For the moment I have solved the problem by removing the script that makes the quick edit pen ( &lt;/span&gt;dnn.controls.dnnlabeledit.js ) .&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1434/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>lenatornevall</dc:creator>
			<pubDate>Thu, 15 Apr 2010 20:39:50 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1434/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>Localized Title on 5.3.1</title>
			<description>&lt;p&gt;I'm using PageLocalization 5.0.9 ,&amp;#160;ModuleLocalization 5.0.1 and&amp;#160;MLHTML 2.0.6 on DNN 5.3.1 with two languages installed&lt;/p&gt;
&lt;p&gt;I've found a strange thing: i see the localized MLHTML title only when i'm logged as admin&lt;/p&gt;
&lt;p&gt;As anonymous user i see only default title !&lt;/p&gt;
&lt;p&gt;Some idea ??&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1429/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>blondie63</dc:creator>
			<pubDate>Wed, 07 Apr 2010 17:17:45 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1429/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>Import / Export</title>
			<description>&lt;p&gt;On my dnn 5.3.1 installe with MLHTML 2.0.6 i've exported a simple content and i've tried to import it in another MLHTML on same portal ad this is the message:&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;dnn_ctr_ctl00_lblMessage&quot; class=&quot;Normal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;&quot;&gt;An error occurred during the import&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;Normal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;&quot;&gt;No errors in Log Viewer&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;Normal&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;&quot;&gt;Is there a fix ?&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1427/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>blondie63</dc:creator>
			<pubDate>Thu, 01 Apr 2010 20:43:02 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1427/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>1</slash:comments>
		</item>
		<item>
			<title>Restricting User</title>
			<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using MHTML editor with five languages. Does anyone know if it is possible to restrict the MHTML so that, for example the French Admin can only access the French and not other languages from the dropdown?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1425/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>aztech24</dc:creator>
			<pubDate>Tue, 30 Mar 2010 20:21:40 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1425/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item>
		<item>
			<title>Localized Title</title>
			<description>&lt;p&gt;Is there a way to delete localized titles ?&lt;/p&gt;</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1423/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>blondie63</dc:creator>
			<pubDate>Mon, 29 Mar 2010 20:38:03 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1423/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>error upgrading from 2.00.06 to 2.00.07 MLHTML</title>
			<description>The following error occurs when I upgrade thE MLHTML Module from 2.00.06 to 2.00.07  &lt;br /&gt;  &lt;br /&gt; Error: Pr_L_Top is currently unavailable. &lt;br /&gt; DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---&gt; System.NullReferenceException: Object reference not set to an instance of an object. at Apollo.DNN.Modules.MLHTML.MLHTML.Ⴍ(Object Ⴐ, EventArgs Ⴗ) --- End of inner exception stack trace -- &lt;br /&gt;  &lt;br /&gt; We are running DNN 4.9.5</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1409/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>tsopanakos</dc:creator>
			<pubDate>Fri, 26 Feb 2010 14:18:59 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1409/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>2</slash:comments>
		</item>
		<item>
			<title>The stored procedure 'dbo.dnn_Apollo_MLHtmlTextDeleteLocale' doesn't exist.</title>
			<description>I installed Page localization , Module localization &amp; MLHTLML &lt;br /&gt; While trying out different options, I tried to use the option &quot;Delete content for this locale&quot; and the below error occurs: &lt;br /&gt;  &lt;br /&gt; A critical error has occurred. &lt;br /&gt; The stored procedure 'dbo.dnn_Apollo_MLHtmlTextDeleteLocale' doesn't exist. &lt;br /&gt;  &lt;br /&gt; Help me out</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1337/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>rajeshvar</dc:creator>
			<pubDate>Thu, 13 Aug 2009 16:29:17 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1337/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>5</slash:comments>
		</item>
		<item>
			<title>Title localizing only working for Admin and Host users</title>
			<description>Hi, &lt;br /&gt;  &lt;br /&gt; I have a strange problem with Title localization on both my server and development computer. I have the following versions installed. &lt;br /&gt;  &lt;br /&gt; DNN: 5.1.4 &lt;br /&gt; ModuleLocalization: 3.0.1 &lt;br /&gt; MLHTML: 2.0.6 &lt;br /&gt;  &lt;br /&gt; I am only having problem with the Title of the MLHTML module, the text is allways working as it should. &lt;br /&gt;  &lt;br /&gt; My problem is that when I am not signed in or signed in as a normal user the title never change when I change lanauge. It allways dislays the titel enterd under &quot;Module Settings -&gt; Basic Settings&quot;. But if I am sigend in as Host och Admin the title localization works fine. &lt;br /&gt;  &lt;br /&gt; I have tried many things but have not been able to find a reason for the problem.</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1372/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>Zimmers</dc:creator>
			<pubDate>Mon, 09 Nov 2009 23:02:37 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1372/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>9</slash:comments>
		</item>
		<item>
			<title>MLTitle.ascx displays edit button for unauthenticated users</title>
			<description>Using DNN 05.02.02. &lt;br /&gt; I've just changed my containers to use MLTITLE tag that is registered to use ModuleLocalization/MLTitle.ascx. &lt;br /&gt;  &lt;br /&gt; When viewing the page as an unauthenticated user I can mouse over the module title, and the edit toolbox appears! &lt;br /&gt;  &lt;br /&gt; Fortunately if i change the module title and hit the save button, nothing is saved to the database. If I reload the page, title is unchanged.</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1412/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>Albert</dc:creator>
			<pubDate>Wed, 03 Mar 2010 14:13:33 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1412/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>3</slash:comments>
		</item>
		<item>
			<title>DNN token not working while used in MLHTML module</title>
			<description>Dear Support, &lt;br /&gt;  &lt;br /&gt; I need a help on how to get following DNN token displayed right using MLHTML module.  &lt;br /&gt;  &lt;br /&gt; The following token used in HTMLP displays the first name of the logged in user.  &lt;br /&gt;  &lt;br /&gt; e.g: Hello &amp;#91;USER.FIRSTNAME&amp;#93;, = Hello Rashmi,  &lt;br /&gt;  &lt;br /&gt; Whereas, while used in MLHTML, it shows :  &lt;br /&gt; Hello &amp;#91;USER.FIRSTNAME&amp;#93;, = Hello &amp;#91;USER.FIRSTNAME&amp;#93;,  &lt;br /&gt;  &lt;br /&gt; The token simply doesn't work while used in MLHTML. Any solution to this please?  &lt;br /&gt;  &lt;br /&gt; Many thanks,  &lt;br /&gt; Rashmi</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1356/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>Rashmi</dc:creator>
			<pubDate>Wed, 16 Sep 2009 08:50:50 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1356/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>6</slash:comments>
		</item>
		<item>
			<title>Help on MLHTML Module please</title>
			<description>Hello there. &lt;br /&gt;  &lt;br /&gt; I have installed MLHTML plus the Module localization plugin, for my site which in is french and german. &lt;br /&gt;  &lt;br /&gt; I have a problem with these caracters: &#233; &#224; &#234; &#226; &#252; &#228; and so on... &lt;br /&gt;  &lt;br /&gt; They are not translated but replaced with a &quot;?&quot;. I works fine in the editor but once I log off and view the site as a visitor, these caracters are not correctly translated. &lt;br /&gt;  &lt;br /&gt; What can I do about this ? &lt;br /&gt;  &lt;br /&gt; Thank you very much for support</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1388/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>jumatthey</dc:creator>
			<pubDate>Mon, 21 Dec 2009 12:45:00 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1388/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>4</slash:comments>
		</item>
		<item>
			<title>MLHTML fail</title>
			<description>Hello. I need your help!!! &lt;br /&gt; I have installed MLHTML and MODULELOCALIZATION modules and it doesn&#180;t work. The error LOG is the next: &lt;br /&gt;  &lt;br /&gt; MODULELOCALIZATION: &lt;br /&gt; Error: ModuleLocalization no est&#225; disponible en este momento. &lt;br /&gt; DotNetNuke.Services.Exceptions.ModuleLoadException: No se encontr&#243; el procedimiento almacenado 'dbo.Apollo_ModuleLocalizationList'. ---&gt; System.Data.SqlClient.SqlException: No se encontr&#243; el procedimiento almacenado 'dbo.Apollo_ModuleLocalizationList'. en System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) en System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) en System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) en System.Data.SqlClient.SqlDataReader.ConsumeMetaData() en System.Data.SqlClient.SqlDataReader.get_MetaData() en System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) en System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) en System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) en System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) en System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) en System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) en Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter&amp;#91;&amp;#93; commandParameters, SqlConnectionOwnership connectionOwnership) en Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter&amp;#91;&amp;#93; commandParameters) en Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText) en Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object&amp;#91;&amp;#93; parameterValues) en Apollo.DNN.Modules.ModuleLocalization.SqlDataProvider.ListModuleLocalization() en Apollo.DNN.Modules.ModuleLocalization.ModuleLocalizationController.List() en Apollo.DNN.Modules.ModuleLocalization.ModuleLocalization.Page_Load(Object sender, EventArgs e) --- Fin del seguimiento de la pila de la excepci&#243;n interna --- &lt;br /&gt;  &lt;br /&gt; MLHTML &lt;br /&gt; Error: MLHTML no est&#225; disponible en este momento. &lt;br /&gt; DotNetNuke.Services.Exceptions.ModuleLoadException: No existe el procedimiento almacenado 'dbo.Apollo_ModuleLocalizationGetPreferred'. ---&gt; System.InvalidOperationException: No existe el procedimiento almacenado 'dbo.Apollo_ModuleLocalizationGetPreferred'. en System.Data.SqlClient.SqlCommand.DeriveParameters() en System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) en Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object&amp;#91;&amp;#93; parameterValues) en Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) en Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) en Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) en Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object&amp;#91;&amp;#93; parameterValues) en Apollo.DNN.Modules.ModuleLocalization.SqlDataProvider.GetPreferredModuleLocalization(Int32 moduleID, String locale, Int32 PortalID) en Apollo.DNN.Modules.ModuleLocalization.ModuleLocalizationController.GetPreferred(Int32 moduleID, String locale, Int32 PortalID) en Apollo.DNN.Modules.MLHTML.MLHTML.Ⴍ(Object Ⴐ, EventArgs Ⴗ) --- Fin del seguimiento de la pila de la excepci&#243;n interna --- &lt;br /&gt;  &lt;br /&gt; Does somebody knok something about it??? &lt;br /&gt;  &lt;br /&gt; Thank you very much for all</description>
			<link>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1391/afv/topic/language/nl-NL/Default.aspx</link>
			<dc:creator>RMG</dc:creator>
			<pubDate>Tue, 22 Dec 2009 13:37:41 GMT</pubDate>
			<guid>http://www.apollo-software.nl/Forum/tabid/163/aff/2/aft/1391/afv/topic/language/nl-NL/Default.aspx</guid>
			<slash:comments>0</slash:comments>
		</item><atom:link href="http://www.apollo-software.nl/DesktopModules/ActiveForums/feeds.aspx?portalid=0&amp;forumid=2&amp;tabid=163&amp;moduleid=887" rel="self" type="application/rss+xml" />
	</channel></rss>