 <?xml-stylesheet type="text/css" href="https://www.mojoportal.com/Data/style/rss/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="https://www.mojoportal.com/Data/style/rss/rss1.xsl" ?>
<rss version="2.0">
  <channel>
    <title />
    <link>https://www.mojoportal.com/forums</link>
    <description />
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>mojoPortal Forum module</generator>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Hi Joe</p>

<p>Thanks! - changing to this in theme.skin has fixed it:</p>

<p>&lt;portal:ModuleTitleControl runat="server"<br />
&nbsp;&nbsp; &nbsp;UseModuleHeading="true"</p>

<p>And good news you're working on rationalising all of this&nbsp;<img alt="smiley" height="23" src="https://www.mojoportal.com/Data/SiteImages/emoticons/regular_smile.png" title="smiley" width="23" /><img alt="yes" height="23" src="https://www.mojoportal.com/Data/SiteImages/emoticons/thumbs_up.png" title="yes" width="23" /></p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57787</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 26 Nov 2025 19:25:16 GMT</pubDate>
    </item>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Hi Crispin,</p>

<p>The problem is with too many settings to do the same thing; something mojoPortal is kind of plagued with because of the goal to remain backwards compatible at all costs. Anyway ...</p>

<p>Check your theme.skin file. You likely have&nbsp;UseModuleHeading set to false on the ModuleTitleControl. This ignores the element set on the module, regardless of any other settings.</p>

<p>I've been working on an update to replace how all of this is handled to make it easier for skin developers to 1) allow/disallow changing the element and 2) limit which elements can be used.</p>

<p>We've also been slowly removing settings from web.config that have anything to do with skins because those settings belong in the skin.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57786</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 26 Nov 2025 17:33:30 GMT</pubDate>
    </item>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Incidentally, setting this in user.config&nbsp;</p>

<p>&nbsp; &lt;add key="ModuleTitleTag" value="h1" /&gt;<br />
&nbsp; &lt;add key="EnableEditingModuleTitleElement" value="false" /&gt;</p>

<p>is also ignored - the headings still come out as H2.</p>

<p>I've had a quick look at the code but cannot see what's wrong.</p>

<p>My skin's config.json has the following, so this is not the problem:</p>

<p>&nbsp;&nbsp; &nbsp;"Display": {<br />
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;"ShowSkinSearchInputOnSearchResults": false,<br />
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;"ShowSearchInputOnSiteSettings": false,<br />
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;"ShowModuleTitlesByDefault": true,<br />
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;"EnableEditingModuleTitleElement": true,<br />
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;"ModuleTitleTag": "h3"<br />
&nbsp;&nbsp; &nbsp;},</p>

<p>Help appreciated!</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57785</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 22 Nov 2025 19:14:45 GMT</pubDate>
    </item>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Any news on this issue?<br />
It is definitely not working on any sites for me, unless I've made some configuration error somehow.</p>

<p>e.g. for my HTML content with ModuleID=8170, table&nbsp;[dbo].[mp_Modules]&nbsp; has [HeadElement] = 'h1'&nbsp;</p>

<p>Yet this is the rendered HTML:</p>

<p>&lt;h2 id="module8170" class="page-header moduletitle"&gt;My Feature Instance Title&lt;span class="modulelinks"&gt; &lt;a title="Edit Settings For this Content Instance" class="ModuleEditLink" href="https://mysite.com/Admin/ModuleSettings.aspx?pageid=5102&amp;amp;mid=8170"&gt;Settings&lt;/a&gt; &lt;a title="Edit" class="ModuleEditLink" href="https://mysite.com/HtmlEdit.aspx?pageid=5102&amp;amp;mid=8170"&gt;Edit&lt;/a&gt; &lt;a href="#" id="mtogedit8170" title="Toggle Inline Editing" class="jqtt inlineedittoggle ui-icon ui-icon-locked"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57784</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 22 Nov 2025 12:33:33 GMT</pubDate>
    </item>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Tested on another site - same result.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57780</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 15 Nov 2025 21:38:59 GMT</pubDate>
    </item>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Yes 2.9.2.1</p>

<p>It definitely doesn't respect the setting from the Feature Instance Settings, e.g.</p>

<p>"HTML Element For Title" set to H3</p>

<p>Results in this (logged in as an editor):</p>

<p>&lt;h2 id="module66" class="page-header moduletitle"&gt;Safety Guidelines&lt;span class="modulelinks"&gt; &lt;a title="Edit Settings For this Content Instance" class="ModuleEditLink" href="https://mysite.com/Admin/ModuleSettings.aspx?pageid=32&amp;amp;mid=66"&gt;Settings&lt;/a&gt; &lt;a title="Edit" class="ModuleEditLink" href="https://mysite.com/HtmlEdit.aspx?pageid=32&amp;amp;mid=66"&gt;Edit&lt;/a&gt; &lt;a href="#" id="mtogedit66" title="Toggle Inline Editing" class="jqtt inlineedittoggle ui-icon ui-icon-locked"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;</p>

<p>or this to anonymous user:</p>

<p>&lt;h2 id="module66" class="page-header moduletitle"&gt;Safety Guidelines&lt;/h2&gt;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57779</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 14 Nov 2025 07:58:32 GMT</pubDate>
    </item>
    <item>
      <title>Re: Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>Hi Crispin,</p>

<p>It should respect the value you set. You're on 2.9.2, right?</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57778</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 14 Nov 2025 00:04:48 GMT</pubDate>
    </item>
    <item>
      <title>Module title not respecting Feature Instance Settings HTML Element For Title</title>
      <description><![CDATA[<p>I want to control the heading element for HTML content modules, so I have added&nbsp;&nbsp; &nbsp; &lt;add key="EnableEditingModuleTitleElement" value="true" /&gt; to my user.config.&nbsp;&nbsp;I can now set&nbsp;HTML Element For Title to H1, H3 (etc), but it makes no difference to the resulting HTML - my title still comes out in an H2 element.</p>

<p>Editing the content itself doesn't change this.</p>

<p>I have a vague recollection of being told this needs a database script to be run if this is changed for pre-existing content, but if that's correct this seems like it really should not be needed. Can you advise how to make this work?</p>

<p>thanks!</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15186~-1#post57777</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 13 Nov 2025 23:36:28 GMT</pubDate>
    </item>
    <item>
      <title>Re: bug in image gallery setting</title>
      <description><![CDATA[<p>It's trying to load a non-existent control because removed the old Silverlight features that didn't work anyway. When I did that, I removed the settings for these from the FeatureDefinition file for the Image Gallery but mojo doesn't remove settings when it doesn't find those settings in the FeatureDefinition file (kind of silly but can be useful).</p>

<p>You can run the following SQL to update your sites so they work properly:</p>

<pre class="language language-sql">
<code>delete from mp_ModuleDefinitionSettings
where FeatureGuid ='d572f6b4-d0ed-465d-ad60-60433893b401'
and GroupName = 'SilverlightSettings';
</code>
</pre>

<p><strong>This will be in the next release, due soon.</strong></p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15183~-1#post57774</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 30 Sep 2025 21:20:12 GMT</pubDate>
    </item>
    <item>
      <title>bug in image gallery setting</title>
      <description><![CDATA[<p>Hello,</p>

<p>I noticed a bug or error on both my sites and the demo site.<br />
The problem is related to the image gallery, both old and newly created. When trying to access the module settings, a "page not found" error appears, indicating the inability to manage the settings.<br />
This occurs on the latest version, and I've noticed it's the same on the demo site.</p>

<p>A solution?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15183~-1#post57773</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 29 Sep 2025 14:24:42 GMT</pubDate>
    </item>
    <item>
      <title>Re: Login module button not running in 2.9.1 if in home page</title>
      <description><![CDATA[<p>This is fixed in release <a href="https://www.mojoportal.com/mojoportal-2-9-2">2.9.2</a></p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15168~-1#post57764</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 13 Aug 2025 15:37:33 GMT</pubDate>
    </item>
    <item>
      <title>Re: Login module button not running in 2.9.1 if in home page</title>
      <description><![CDATA[<p>Hi Massi,&nbsp;</p>

<p>We found what is causing this and we have fixed it in the repo.</p>

<p>You can work around the issue by changing a property value in the web.config. Find <code>&lt;modules runAllManagedModulesForAllRequests="true"&gt;</code> at or near line 1018 of the web.config. Change the "<kbd>true</kbd>" to "<kbd>false</kbd>" and save the web.config.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15168~-1#post57756</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 01 Aug 2025 21:46:38 GMT</pubDate>
    </item>
    <item>
      <title>Re: Login module button not running in 2.9.1 if in home page</title>
      <description><![CDATA[<p>I also did some tests on the mojo demo site and I actually saw that I get the same result. the login button to the site does not work if we are in (example www.mydomain.com) while it works if we are in (example www.mydomain.com/default.aspx)</p>

<p>any ideas ??</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15168~-1#post57746</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 03 Jun 2025 17:40:15 GMT</pubDate>
    </item>
    <item>
      <title>Login module button not running in 2.9.1 if in home page</title>
      <description><![CDATA[<p>in the latest release (2.9.1) I noticed that a login form is on the home page (www.mydomain/website/) does not work by pressing the login button.<br />
while it works regularly if in a page (www.mydomain/website/default.aspx)<br />
this is not good because when you arrive on the site you are always in www.mydomain/website<br />
how can I solve it? in the previous version it works correctly instead</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15168~-1#post57743</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 21 May 2025 20:07:08 GMT</pubDate>
    </item>
    <item>
      <title>Google Map</title>
      <description><![CDATA[<p>Does not respect the initial setting. I have it set to SATELLITE yet it AWLAYS shows with t=G_NORMAL_MAP</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15167~-1#post57742</link>
      <author>chrism</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 08 May 2025 15:08:50 GMT</pubDate>
    </item>
    <item>
      <title>Re: Require SSL on All Pages</title>
      <description><![CDATA[<p>I did not know about this site.config setting:</p>

<p>ForceSslOnAllPages</p>

<p>Setting that false fixes everything. I can now set that per site. So on dev sites I don't need SSL setup which is ideal in my opinion.</p>

<p>&nbsp;</p>

<p>So this works. I'd say it doesn't matter how going forward you set SSL per child site, just that there should probably be a way to clarify what has SSL and what doesn't. If the main nav wasn't looking at the UseSSLOnAllPages field that would also work it seems.</p>

<p>Thanks for the help, hope this helps others as well!</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15158~-1#post57722</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 27 Feb 2025 15:38:21 GMT</pubDate>
    </item>
    <item>
      <title>Re: Require SSL on All Pages</title>
      <description><![CDATA[<p>What do you have&nbsp;ForceSslOnAllPages set to?</p>

<p>It defaults to true in code, so unless you specifically set it to false, it could cause some issues if ssl is available on another site. I haven't had a chance to dive into it to be sure though. I know we use mojo in dev without ssl though.&nbsp;</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15158~-1#post57721</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 27 Feb 2025 04:12:52 GMT</pubDate>
    </item>
    <item>
      <title>Re: Require SSL on All Pages</title>
      <description><![CDATA[<p>I get what you are saying about SSL and I agree fully, and also use letsencrypt, but we still charge for the work and setup. Also, for development, I don't want to mess around with SSL until the site goes live.</p>

<p>There's still a bug though. I have these in my site.config which shouldn't be requiring SSL.</p>

<p>&nbsp; &lt;add key="SSLIsAvailable" value="false" /&gt;<br />
&nbsp; &lt;add key="SSLIsRequiredByWebServer" value="false" /&gt;<br />
&nbsp; &lt;add key="Site9-SSLIsAvailable" value="false" /&gt;</p>

<p>If you go to my demo site which is site 9:</p>

<p><a href="http://rookana.proactivedesign.net/about">http://rookana.proactivedesign.net/about</a></p>

<p>Try clicking through the main nav. The URLs are all HTTPS despite the site.config settings above. You can switch the page manually to non-https and it works, but the nav if clicked will take you back to https if you click on anything. So I think the bug is actually in the way the nav is rendering?? The page itself doesn't redirect, it's just the nav links don't seem to be looking at the config setting and instead looking at the DB field UseSSLOnAllPages.</p>

<p>If I go into the database and turn that UseSSLOnAllPages to false then the nav works as expected.</p>

<p>&nbsp;</p>

<p>I really think SSL needs to be an option for testing and development or some kind of other issue with the certificate where it needs to be turned off temporarily even. Most other tools, stores, CMS systems allow for non-SSL. You woulnd't want to install the CMS and immediately nothing works because it's requiring SSL setup first.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15158~-1#post57720</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 26 Feb 2025 15:48:41 GMT</pubDate>
    </item>
    <item>
      <title>Re: Require SSL on All Pages</title>
      <description><![CDATA[<p>Hi Eric,</p>

<p>You should set "ForceSslOnAllPages" to false in your web/user.config. Additionally, if a site doesn't have SSL enabled (Site<em>X</em>-SSLIsAvailable is false), then the Site Settings "Require SSL On All Pages" doesn't do anything.&nbsp;</p>

<p>It is a bug that the setting is shown on the settings for child sites when those child sites don't have SSL enabled, but it doesn't do anything.</p>

<p>This setting will disappear altogether soon. If SSL is enabled for a site, it should be enabled on all page of that site. The only reason the setting was created was because SSL used to slow sites down and could cause search index issues. Neither of those two things are true anymore so this setting is unnecessary.</p>

<p>You might want to look into <a href="https://letsencrypt.org/">Let's Encrypt</a>,&nbsp;<a href="https://www.win-acme.com/">win-acme</a>, and&nbsp;<a href="https://certifytheweb.com/">Certify The Web</a>. Certificates don't have to cost anything anymore. We secure all sites these days. Search Engines dock your site rankings if you don't have SSL and web browsers try https before http unless you type/link specifically to http. You can even use automatic DNS verification to get wildcard certs.</p>

<p>Thank you,<br />
Joe Davis</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15158~-1#post57719</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 26 Feb 2025 02:47:53 GMT</pubDate>
    </item>
    <item>
      <title>Require SSL on All Pages</title>
      <description><![CDATA[<p>Mojo Version: 2.9.0.1</p>

<p>On the master site settings page:</p>

<p>/Admin/SiteSettings.aspx</p>

<p>There's a field disabled called "Require SSL on All Pages?" that I can't turn off and need to. I don't want SSL on development sites and since SSL is a slightly premium feature we charge for some clients opt out of SSL for smaller sites (maybe a few-page brochure site).</p>

<p>If I go into the database I can set that field to false and the site will work until I make any edit to the site settings and save. Then it defaults back to SSL required.</p>

<p>Table: mp_sites<br />
Field: UseSSLOnAllPages</p>

<p>The site-config doesn't seem to have any effect on SSL for the child site.<br />
&lt;add key="SSLIsAvailable" value="false" /&gt;<br />
&lt;add key="Site4-SSLIsAvailable" value="false" /&gt;</p>

<p>It seems like if that field (UseSSLOnAllPages) wasn't disabled it would work fine, like it used to.</p>

<p>This changed a minor version back or two and seems to be an error....unless I'm doing something wrong. I don't think SSL should be required right off the bat and if a master site admin wants to turn it off for a variety of reasons (such as in development) it should be a configurable option in some way. A site.config setting would be fine as well.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15158~-1#post57718</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 23 Feb 2025 14:14:10 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>That's awesome news! Thank you.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57712</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 04 Jan 2025 15:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>Eric,</p>

<p>Mojo has been updated to consolidate the SSL and preferred hostname redirects and it should fix your issue. The changes are in the GitHub repository and will be in the upcoming release.</p>

<p>Please note that going to a URL without SSL in a private window will show an error matter what (it's a browser thing), but everything works as intended in normal mode.</p>

<p>Thanks,<br />
Elijah</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57711</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 03 Jan 2025 23:13:05 GMT</pubDate>
    </item>
    <item>
      <title>Login module and Formwizard</title>
      <description><![CDATA[<p>Mojo Version: 2.9.0.1 and latest version of FormWizard.</p>

<p>If you put the login module on the same page as a form wizard it doesn't work. Pressing the button does nothing and can't login. If I remove the form then the login module will work. No error is logged, it just does nothing.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15152~-1#post57709</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 23 Dec 2024 17:50:40 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>I agree the whole site should be SSL, I was just saying around the time that change was made is when all the pointer domains stopped working. I thought maybe that would give a hint as to what changed. I also had my sites have all pages as SSL since it was an option many years back. A primary domain is always set so there's one canonical, any other domains are just pointers. This is a common need I would think.</p>

<p>The problem is I have like 400+ domains and few hundred websites. SSL renewals is already a major pain and things like Cloudfare don't work with Mojo to just secure everything. Probably something with session state or...I have no idea really.</p>

<p>I can probably do something with web.config rewrites, I just know mojo used to handle pointers and I hate doing manual edits in the web.config unless I have to.</p>

<p>&nbsp;</p>

<p>No worries. I appreciate anything you guys can do. I actually have a list of little bugs and issues and also features 3rd parties would be willing to pay for to have added. I'm sure you are busy, but if you ever need more to do please reach out. That IP restriction by user account login for example I have a client willing to pay for that. I'll try and post some of the latest bugs to the forums so you have them.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57708</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 23 Dec 2024 17:47:49 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>We're looking at supporting your scenario. What changed was that if SSL is enabled, it is always enabled, everywhere, for every request. This is the best security possible. It's also best for SEO. Any fix will need to circumvent that to some extent so it will be an option that you will need to enable in web.config.</p>

<p>What we always do is use Let's Encrypt (Certify the Web on Windows is awesome) to create a certificate with all of the domains. This ensures all requests for all legitimate domains on the site are secured.</p>

<p><em><strong>Edited to add</strong>: browsers always try https first and then, if no connection can be made to a domain via https, they'll try http. Having all domains included on one or multiple certificates is the best way to handle this scenario.</em></p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57707</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 23 Dec 2024 16:20:24 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>Any update to this by chance? This broke so much, every pointer domain pointing to a mojo site no longer works. I have dozens of client pointer domains not working since the latest update and they worked for years before. It just brings up an error page page now because mojo is trying to serve the pointers as HTTPS instead of first redirecting to the primary domain like it used to do.</p>

<p>Maybe there's an order of checking that changed? Say checking SSL before doing a primary domain check/redirect. It should check the primary domain first.</p>

<p>I believe the problem was introduced when the setting for "require all pages to be SSL" was removed.</p>

<p>&nbsp;</p>

<p>Unless Mojo have another way to handle pointer domains? This is a super common need for websites.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57706</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 21 Dec 2024 22:46:46 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>Hello. HSTS isn't enabled.</p>

<p>The redirects have always worked before the latest version. That's the whole point to allowing multiple domains in Mojo and the preferred domain. I'd think. Otherwise why even have those options if mojo will only accept one domain? Something changed. I have 50+ pointer domains that have all stopped working. Multiple pointer domains is a fairly common need.</p>

<p>Here's a working example of an older CMS install (v 2.7.0.0):<br />
This non-SSL (http://www.versascreengutterprotection.com) domain redirects to the preferred SSL domain:<a href="https://www.edgemeltsystems.com/"> https://www.edgemeltsystems.com</a></p>

<p>Another example in a v2.7.0.2 install:<br />
<a href="http://www.gsbservicesllc.com">http://www.gsbservicesllc.com</a> points to <a href="https://www.mysheetmetalguy.com/">https://www.mysheetmetalguy.com</a></p>

<p>Any new CMS installs such as 2.9.0.1 do not work. I'm not sure v2.9.0.0. Worked or exactly what latest version it stopped working, but I think it's the latest one since the last time I set up a pointer domain it worked fine. I'm just noticing it in this latest version.</p>

<p>I hope this provides a hint.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57692</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 22 Oct 2024 19:14:26 GMT</pubDate>
    </item>
    <item>
      <title>Re: Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>Hi Eric,</p>

<p>I'm looking at this.&nbsp;I don't remember mojo behaving that way, but I wouldn't doubt it.&nbsp;</p>

<p>Can you confirm you do not have HSTS enabled on the site in IIS?&nbsp;I would suggest you do have HSTS enabled but, if you do, I don't think there's any way to have mojo handle this the way you're describing.</p>

<p>Basically, you want it to redirect to the preferred domain at the same time it redirects to SSL, right?</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57691</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 22 Oct 2024 18:42:28 GMT</pubDate>
    </item>
    <item>
      <title>Pointer domains on sites with SSL no longer work</title>
      <description><![CDATA[<p>In MP version 2.9.0.1 if you have a primary domain setup with SSL (such as www.mysite.com) other pointer domains don't work such as www.pointerdomain.com or pointerdomain.com. The pointers will error out because there's no SSL on the pointer domains and Mojor isn't switching traffic to the preferred domain. It used to be that the preferrerd domain setting would route users over to the correct domain that has SSL. It's not doing that now (I've checked multiple installs and multiple sites, all pointer domains error out)</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15140~-1#post57690</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 14 Oct 2024 15:26:42 GMT</pubDate>
    </item>
    <item>
      <title>Form Builder error with attachments</title>
      <description><![CDATA[<p>In MP version 2.9.0.1 and Form Builder 2.9 if you allow uploads the form will not submit. There's no error in the log and I've tried various settings but nothing will allow the form to submit if attachments are allowed. It won't let you to "next" to the second page with the uploads, the next button just refreshes the page and clears the form. If you are logged in as an admin it will work but an anonymous user can't progress to the upload page. I tried it on a fresh form and in multiple installs.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15139~-1#post57689</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 01 Oct 2024 13:44:47 GMT</pubDate>
    </item>
    <item>
      <title>Re: WebStore db table not create in setup</title>
      <description><![CDATA[<p>SOLVED</p>

<p>&nbsp;</p>

<p>in Aruba MS SQL ..&nbsp; change [dbo]&nbsp;&nbsp; in&nbsp; [MSSQLxxxxx]&nbsp; in all script</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15134~-1#post57680</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 13 Aug 2024 09:50:47 GMT</pubDate>
    </item>
    <item>
      <title>WebStore db table not create in setup</title>
      <description><![CDATA[<p>Good morning</p>

<p>I found some problems installing the latest version of the webstore on the latest version of mojo.</p>

<p>I think there are problems on some MS SQL scripts. WebStorw is installed correctly during setup, but however the ws_Images table is missing from the database and mojo in fact reports an error as soon as you access the page containing the webstore.</p>

<p>on the 7.5.0.3 script there is the CREATE TABLE dbo.ws_Images but however the table is not created on the database.</p>

<p>has anyone found the same error? any suggestions on how to solve it?</p>

<p>thanks to everyone in advance</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15134~-1#post57678</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 11 Aug 2024 10:08:27 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hi Joe,</p>

<p>thank you for your post. I do think Mojoportal fits quite all IIS server. Never found one which is not complatible (up to now). I am fun of Mojoportal. Serverplan wrote to me it was a bug in Plesk about my account. From now on I will not have problem in ASP. All the stuff I wrote in this forum came from written email through the support channel.</p>

<p>I have now to start on understanding how to make skins. I bought 10 years ago Artesteer 4&nbsp;&nbsp; , mojoPortalSkinExporter20140523 and got HtmlExport. But since then Skins changed. I have to make a new start.I have a 10 year hole to fill.&nbsp;</p>

<p>Would you be so kind to suggest how pratically fill these 10 years? I mean how to quick be productive in producing new skins? Thank you Joe for your help.</p>

<p>Alessandro</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57669</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 25 May 2024 08:07:56 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hi,</p>

<p>I can guarantee you that mojoPortal doesn't try to force .NET 2.0 and hasn't targeted .NET 2.0 for probably close to 15 years.</p>

<p>I didn't do anything special to setup mojo. It just worked on ServerPlan's cheapest Windows hosting plan.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57668</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 24 May 2024 16:41:37 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hi Joe,</p>

<p>thank you for your statment, it is very important form me.I was given many tecnhnical "cookies" while I tried to install Mojoportal.</p>

<p>I will let them know now they are mojo compliant also if they did know it ;)</p>

<p>They told me they are not sure about the possibility of installation of this&nbsp; CMS : They Wrote in technical ticket&nbsp; "start thinking the CMS I want to install might not fit their servers".Thet also write the mojoportal code is trying to force ASP NET Version 2.0 run in the machine which is not installed on their server. All these stuff made installation instable.</p>

<p>Maybe my fault since there are more then 10 years I do not install this CMS.</p>

<p>Mojoportal is great. I am sad for the problem of Themes. No themes provided for the initial installation. I am not a graphic man , so it is hard for me facing these kind&nbsp; of problem.</p>

<p>Thank you Joe for your kind and technical feed back.</p>

<p>Alessandro</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57665</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 22 May 2024 18:00:19 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hi Alessandro,</p>

<p>I signed up for an account at ServerPlan and setup a copy of mojo 2.9.0.1. I followed the same steps you listed and I also added the Let's Encrypt certificate.&nbsp;I do not have the UseSSLForLDAP setting set to true.</p>

<p>I am able to login to the site with the default login.</p>

<p>Were there any other settings you configured in the web.config or user.config before trying to login?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57664</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 22 May 2024 16:08:10 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Sure Joe,</p>

<p>The hosting compay is ServerPlan (Italy). Windows server ASP NET 4.8 and MS SQL server 2019.Full trust, Let' Encrypt for a basic SSL. I have Plesk to control stuff</p>

<p>Let me know if you need further details</p>

<p>Alessandro</p>

<p>&nbsp;</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57663</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 May 2024 19:34:40 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Can you tell me what hosting you have? I'd like to look into this further because we haven't had this problem before.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57661</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 May 2024 19:18:02 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hi Joe,</p>

<p>&nbsp;</p>

<p>I shared because after changing that value, mojoportal recognized the login.&nbsp; I made different installations on the same server (multihosting) and mojoportad did not want to recognize the default access account. I changed and it worked. If I do not make this change, the initial installation account is not recognized.</p>

<p>LDAP is a different stuff, but what made me focus on was SSL statement.</p>

<p>Until " the boat goes I will make it go this way" unless I understand how to solve this problem in a correct way (i.e. I do not have a different solution in my hands right now). Would you have a different idea about solving this issue?</p>

<p>&nbsp;</p>

<p>Thanks</p>

<p>Alessandro</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57660</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 May 2024 15:53:44 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hi Alessandro,</p>

<p>Are you using LDAP? If not, you shouldn't have to change the UseSSLForLDAP setting.</p>

<p>I'm not sure how changing that would have had any affect on the login if you are not using LDAP.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57658</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 May 2024 14:54:53 GMT</pubDate>
    </item>
    <item>
      <title>Re: initial default account was not recognized</title>
      <description><![CDATA[<p>Hello,</p>

<p>Ok I reply to myself. I hope this is the meaning of sharing.</p>

<p>Nowdays servers came with SSL (i.e. Let's enclrypt). So , on the server is activated SSL and all http request are diverted to https. The CMS is correctly shown, but the admin accoun is not recognized.</p>

<p>That 's because you have to activate in the web.config. file : &nbsp;<code>add key="UseSSLForLDAP" value="true"</code></p>

<p>Default is false.</p>

<p>Hope this helps!</p>

<p>Alessandro</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57656</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 18 May 2024 16:26:23 GMT</pubDate>
    </item>
    <item>
      <title>initial default account was not recognized</title>
      <description><![CDATA[<p>Hello everyone,</p>

<p>I hope someone might help me, because it the first time it heppens to me....</p>

<p>* Uploaded al files (2901 version : mojoportal-2901-mssql).</p>

<p>* Made the two folders writeable.</p>

<p>* Lunched the setup.</p>

<p>* Everything looks fine : the cms appared on line.</p>

<p>* Disabled setup.</p>

<p>The CMS does not recognise the standard initial account : <a href="mailto:admin@admin.com">admin@admin.com</a> with password admin. The CMS writes :</p>

<p><strong>We're sorry but a server error has occurred while trying to process your request.</strong></p>

<p><strong>The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the&nbsp;home page.</strong></p>

<p>any Idea?</p>

<p>I put it now off line to avoid someone else succeded in changing the account.</p>

<p>Thank you in advance.</p>

<p>Alessandro</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15126~-1#post57652</link>
      <author>aandreotti.Italy@gmail.com</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 14 May 2024 23:20:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: any bugs or malfunctions in new release</title>
      <description><![CDATA[<p>Hey Massi,</p>

<p>The problem with the skins is likely due to you running an unreleased version. We have changed a few things with the Site Settings page that did cause issues with the unreleased 2.8.0.3 version. Your best bet is going to be to compare the theme.skin from the packaged framework skin with the skins you're running. Anything having to do with the Site Settings page should definitely match the new framework theme.skin.</p>

<p>We are aware of the 2.9 version not showing up properly. This was a packaging issue and we've resolved it in an upcoming release. I'll send this release to you directly so you can test it in your environment.</p>

<p>We're not able to reproduce the Google.protobuf issue. Do you have any "pro" modules installed? Only the mysql version uses Google.protobuf but it could have been packaged with the mssql version at some point in the past so you may have it. In that case, you should be able to just delete it.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15070~-1#post57557</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 29 Jun 2023 17:32:13 GMT</pubDate>
    </item>
    <item>
      <title>Re: any bugs or malfunctions in new release</title>
      <description><![CDATA[<p>also...</p>

<p>&nbsp;</p>

<p>serious error in SiteSetting.aspx</p>

<p>&nbsp;</p>

<p>tab link does not function but function in 2.8.0.3 version.....&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15070~-1#post57555</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 26 Jun 2023 19:13:48 GMT</pubDate>
    </item>
    <item>
      <title>Re: any bugs or malfunctions in new release</title>
      <description><![CDATA[<p>so,</p>

<p>as for the Google.protobuf assembly, I solved it by downloading the version from git hub and modifying the versioneg on the web.config. this highlights that there are errors on the web.config. which must be corrected before releasing.</p>

<p>then i noticed that NO skin works properly. while on an IDENTICAL site with identical skins everything works correctly. clear sign that it does not work ... there is something not working. I noticed that for example in the site management page only the first link (tab) works while the others don't. then everything is displayed on the same page. nothing works nothing works</p>

<p>I keep repeating that they are little things that are annoying and that shouldn't exist. and as I repeat, mine only wants to be constructive advice to ensure that mnojo is always the best as I myself have always considered him.</p>

<p>so...</p>

<ul>
	<li>fix versioning and web.config issues</li>
	<li>fix errors on MSSQL scripts (dbo in [dbo])</li>
	<li>fix versioning (2.8.0.7 and release 2.9)</li>
	<li>fix skin problems</li>
</ul>

<p>then.... make available... not before</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15070~-1#post57554</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 26 Jun 2023 17:59:32 GMT</pubDate>
    </item>
    <item>
      <title>any bugs or malfunctions in new release</title>
      <description><![CDATA[<p>I've been trying the new version called 2.9.0.0 for a couple of days but I found something wrong.</p>

<p><br />
I have been linked to mojoportal for many years and will remain so in the future but even if I offer some criticism I would like it to be taken as constructive.</p>

<p>&nbsp;</p>

<ul>
	<li>the new version does not indicate 2.9.x.x but 2.8.0.7</li>
	<li>skins that are fine on another domain do not work on the domain under test and have various errors. note that the server is the same. (win server 2019 sql server and dot net 4.6/4.8)</li>
	<li>the most serious thing is that I had to comment on the wen.config the whole part relating to the ''google.protobuf'' assembly because otherwise it won't run returning an assembly loading error.</li>
	<li>I noticed other serious problems on database scripts... in this case to include in several dbo scripts in brackets (dbo in [dbo]) because otherwise they give error during installation. I edited them by hand myself.</li>
</ul>

<p>&nbsp;</p>

<p>however I believe that when a new version is released, it MUST NOT give any problems. because doing so in my opinion, would be counterproductive.</p>

<p>as I repeat mine wants to be a suggestion to always be THE BEST.</p>

<p>I make myself available to do tests and trials.... I work on ARUBA in Italy</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15070~-1#post57552</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 22 Jun 2023 18:21:15 GMT</pubDate>
    </item>
    <item>
      <title>Re: Meta tags page settings does not work</title>
      <description><![CDATA[<p>Hi Alexei,</p>

<p>We've fixed this issue and the fix will be in the next release, which should be this week. <a href="https://github.com/i7MEDIA/mojoportal/issues/112">GitHub issue for reference</a></p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15065~-1#post57529</link>
      <author>alexei.x</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 31 May 2023 18:17:53 GMT</pubDate>
    </item>
    <item>
      <title>Meta tags page settings does not work</title>
      <description><![CDATA[<p>I tryed to add Meta Element, but i could not, because fields are not linked properly, so "Name Property" and "Name" are always same after add/edit operations. The same problem is with "Content Property" and "Content"</p>

<p>screenshot:&nbsp;<a href="https://imgbox.com/OyY1AzBM">https://imgbox.com/OyY1AzBM</a></p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15065~-1#post57528</link>
      <author>alexei.x</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 30 May 2023 13:21:45 GMT</pubDate>
    </item>
    <item>
      <title>Re: Newsletter model not shown</title>
      <description><![CDATA[<p>Okay Joe..</p>

<p>you did well to respond publicly so it helps everyone who may need it</p>

<p>&nbsp;</p>

<p>thank you very much</p>

<p>&nbsp;</p>

<p>great Mojo</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57515</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 Mar 2023 18:01:43 GMT</pubDate>
    </item>
    <item>
      <title>Re: Newsletter model not shown</title>
      <description><![CDATA[<p>Hi Massi,</p>

<p>We're responding to the email address you used when you sent in the request. You had responded to our earlier messages from the system as well.</p>

<p>Our last message to you was:</p>

<blockquote><span class="font-small">We looked into the issue yesterday and found that the data\emailtemplates folder is only read by the system when no templates exist in the database and should not be used to import templates. Please copy the HTML content of the file you are wanting to be a template and paste it in the source view of the WYSIWYG editor then save your template.</span></blockquote>

<p>I'm posting it here because it benefits the community.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57514</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 Mar 2023 17:40:24 GMT</pubDate>
    </item>
    <item>
      <title>Re: Newsletter model not shown</title>
      <description><![CDATA[<p>Hi Joe,</p>

<p>I have never received anything in my mail or even in spam, these are things I pay attention to.</p>

<p>&nbsp;</p>

<p>make sure you wrote to the right address</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57513</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 19 Mar 2023 17:58:43 GMT</pubDate>
    </item>
    <item>
      <title>Re: Newsletter model not shown</title>
      <description><![CDATA[<p>We have responded through our ticketing system. Please check your SPAM for messages from our support email address.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57512</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 19 Mar 2023 14:36:16 GMT</pubDate>
    </item>
    <item>
      <title>Re: Newsletter model not shown</title>
      <description><![CDATA[<p>i have compiled the form ...&nbsp;&nbsp;&nbsp; have news ?</p>

<p>&nbsp;</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57511</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 16 Mar 2023 17:05:10 GMT</pubDate>
    </item>
    <item>
      <title>Re: Newsletter model not shown</title>
      <description><![CDATA[<p>Hi Massi,</p>

<p>There's not a limit as far as I know but 80 templates seems like a lot.</p>

<p>Please <a href="https://www.mojoportal.com/complimentary-support">complete this form</a> to send us connection information for your site. You have been given access to this form for this thread only and access will be removed once we resolve this issue.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57509</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 14 Mar 2023 19:54:37 GMT</pubDate>
    </item>
    <item>
      <title>Newsletter model not shown</title>
      <description><![CDATA[<p>i have two identical mojo sites...same version same server machine. one of which is almost empty because I use it for testing while the other is an active portal. on the test site I uploaded a template for a newsletter in the emailtemplates folder and I also uploaded it on the second site. on the site that I use as a test, I see the new one among the newsletter templates while on the other site I don't. the newsletter file is the same. I wonder why this behavior.</p>

<p>are there any limits? on the production site I saved about 80 newsletters as templates... is there a limit? why don't I see the new model loaded?</p>

<p>&nbsp;</p>

<p>is it a bug?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15055~-1#post57508</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 14 Mar 2023 17:43:37 GMT</pubDate>
    </item>
    <item>
      <title>Re: Viewing page crashes if Content Workflow involved a user who has subsequently been deleted</title>
      <description><![CDATA[<p>Hi Crispin,</p>

<p>I've run into this before and found a work-around. I think setting the workflow dropdown from "Work in Progress" to "Live Content" on another page, then browsing to the page will allow you to see it and click the edit link on the content with a draft.</p>

<p>Another solution would be to replace the userguid on the draft content with an existing userguid.&nbsp;</p>

<p>I will take a look at our source code to see if we've fixed this yet, and if not, I'll fix it.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15051~-1#post57504</link>
      <author>CrispinF</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 27 Jan 2023 14:17:31 GMT</pubDate>
    </item>
    <item>
      <title>Viewing page crashes if Content Workflow involved a user who has subsequently been deleted</title>
      <description><![CDATA[<p>Running mojoPortal 2.6.0.0 on MSSQL</p>

<p>ContentWorkflow references a user who has subsequently been deleted. A row in mp_ContentWorkflow has a userguid that dien't exist in mp_Users. The page cannot be loaded, with this in System Log:</p>

<p>2023-01-27 10:17:18,211 ERROR xx.xxx.xx.xxx - en-GB - /mypage - mojoPortal.Web.Global - &nbsp;Referrer(https://mysite.com/Admin/ModulePermissions.aspx?pageid=734&amp;mid=800&amp;p=v) useragent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.69&nbsp;<br />
System.InvalidCastException: Object cannot be cast from DBNull to other types.<br />
&nbsp; &nbsp;at System.DBNull.System.IConvertible.ToInt32(IFormatProvider provider)<br />
&nbsp; &nbsp;at mojoPortal.Business.ContentWorkflow.PopulateFromReader(IDataReader reader)<br />
&nbsp; &nbsp;at mojoPortal.Business.ContentWorkflow.GetWorkInProgress(Guid moduleGuid)</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15051~-1#post57503</link>
      <author>CrispinF</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 27 Jan 2023 10:41:19 GMT</pubDate>
    </item>
    <item>
      <title>Re: survey module bug</title>
      <description><![CDATA[<p>Hello,</p>

<p>I'll need a lot more information in order to troubleshoot.</p>

<p>Please send me website urls and logins for the sites.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15042~-1#post57475</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 15 Aug 2022 23:01:28 GMT</pubDate>
    </item>
    <item>
      <title>survey module bug</title>
      <description><![CDATA[<p>I have a serious problem with the investigation module on the latest mojo release.</p>

<p>I use the bootswatch-darkly skin on two sites both hosted on the same machine.</p>

<p>on one of the sites as soon as you press the link to view the results, they are regularly shown while on the other site (which is the important one and in production) they are not shown. I noticed that on the first one, the page address is very long while on the non-working one it seems that the address is missing a lot and the results are not shown.</p>

<p>I urgently need to fix the problem</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15042~-1#post57474</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 15 Aug 2022 17:14:24 GMT</pubDate>
    </item>
    <item>
      <title>Re: Google reCaptcha and .hospital domain</title>
      <description><![CDATA[<p>Elijah, thank you for looking into this. Hard to say. Other child sites in the install work with reCAPTCHA, and this site works fine with any domain other than the .hospital extension. I have the domain in the google account set correctly. Like you say, maybe something with the Google response/parse.</p>

<p>I use Mojo daily, have near 100 sites. Still love this CMS more than any other. If there are more ways I can assist let me know!</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15013~-1#post57404</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 30 Mar 2022 14:13:19 GMT</pubDate>
    </item>
    <item>
      <title>Re: Google reCaptcha and .hospital domain</title>
      <description><![CDATA[<p>Eric,</p>

<p>We've tested this issue in a brand new 2.7.0.0 install and can't seem to replicate it.</p>

<p>We're using reCAPTCHA v2 and set up "mydomain.hospital" as a local domain.</p>

<p>I've followed your&nbsp;error through the code behind, and from what I can tell something is going wrong on Google's&nbsp;end during the verification step and is returning a result that isn't expected.</p>

<p>Some of the code is old and maybe not the best way to parse the response from Google, so I'll go through and clean it up for the upcoming release.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15013~-1#post57403</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 29 Mar 2022 21:34:02 GMT</pubDate>
    </item>
    <item>
      <title>Google reCaptcha and .hospital domain</title>
      <description><![CDATA[<p>MP v2.7, Windows Server, MS SQL</p>

<p>I've narrowed down a bug with Google ReCaptcha and the Admin login (could be other forms too). With a .hospital domain extension, I get the below error. If I switch to another domain it works fine.</p>

<p>&nbsp;</p>

<p>2022-03-29 11:31:58,594 ERROR 65.30.52.71 - en-US - /Secure/Login.aspx?returnurl=%2fAdmin%2fAdminMenu.aspx - mojoPortal.Web.Global -&nbsp; Referrer(https://www.mydomain.hospital/Secure/Login.aspx?returnurl=%2fAdmin%2fAdminMenu.aspx) useragent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0<br />
System.ArgumentNullException: Value cannot be null.<br />
Parameter name: errorMessage<br />
&nbsp;&nbsp; at mojoPortal.Web.UI.RecaptchaResponse..ctor(Boolean isValid, String errorMessage)<br />
&nbsp;&nbsp; at mojoPortal.Web.UI.RecaptchaValidator.Validate()<br />
&nbsp;&nbsp; at mojoPortal.Web.UI.RecaptchaControl.Validate()<br />
&nbsp;&nbsp; at System.Web.UI.Page.Validate()<br />
&nbsp;&nbsp; at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)<br />
&nbsp;&nbsp; at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)<br />
2022-03-29 11:32:55,609 ERROR (null) - (null) - (null) - mojoPortal.Web.Global -&nbsp; Referrer(https://www.mydomain.hospital/Secure/Login.aspx?returnurl=%2fAdmin%2fAdminMenu.aspx) useragent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0<br />
System.ArgumentNullException: Value cannot be null.<br />
Parameter name: errorMessage<br />
&nbsp;&nbsp; at mojoPortal.Web.UI.RecaptchaResponse..ctor(Boolean isValid, String errorMessage)<br />
&nbsp;&nbsp; at mojoPortal.Web.UI.RecaptchaValidator.Validate()<br />
&nbsp;&nbsp; at mojoPortal.Web.UI.RecaptchaControl.Validate()<br />
&nbsp;&nbsp; at System.Web.UI.Page.Validate()<br />
&nbsp;&nbsp; at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)<br />
&nbsp;&nbsp; at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)<br />
2022-03-29 11:35:32,579 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End<br />
2022-03-29 11:35:36,641 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15013~-1#post57402</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 29 Mar 2022 17:19:28 GMT</pubDate>
    </item>
    <item>
      <title>Re: blogpostlist on folder name based multiple sites</title>
      <description><![CDATA[<p>Thank you, it works!</p>

<p>Just one more question, if may I... I guess there is no possibility that the same razor template would be used for BlogPostList and for the Blog? So that blog posts in both would look the same?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14960~-1#post57309</link>
      <author>Matej Dular</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 18 May 2021 15:26:28 GMT</pubDate>
    </item>
    <item>
      <title>Re: blogpostlist on folder name based multiple sites</title>
      <description><![CDATA[<p>Hello,</p>

<p>I've found the problem with this and have fixed it in our code.&nbsp;</p>

<p>To work around the problem, use the following view as an example. Basically, you ned need to add <code>@using mojoPortal.Web;</code> to the top and then <code>@SiteUtils.GetNavigationSiteRoot()</code> in front of each instance of <code>@item.ItemUrl</code> and <code>@Model.ModulePageUrl</code>.</p>

<pre class="language-markup">
<code>@using mojoPortal.Web.Helpers;
@using mojoPortal.Business;
@using mojoPortal.Web; @*add mojoPortal.Web to this line *@
@model PostListModel

&lt;div class="blog-postlist"&gt;
    @foreach (var item in Model.Posts)
    {
        &lt;article class="blog-postlist__item"&gt;

            &lt;header&gt;
                @if (!string.IsNullOrWhiteSpace(item.HeadlineImageUrl))
                {
                    &lt;figure class="blog-postlist__item-featured-image"&gt;
                        &lt;img src="@item.HeadlineImageUrl" alt="@item.Title" /&gt;
                    &lt;/figure&gt;
                }

                &lt;h2 class="blog-postlist__title"&gt;
                    &lt;a class="blog-postlist__item-link" href='@SiteUtils.GetNavigationSiteRoot()@item.ItemUrl'&gt;@item.Title&lt;/a&gt; 
                &lt;/h2&gt;
                @if (@item.SubTitle != "")
                {
                    &lt;h3 class="blog-postlist__sub-title"&gt;@item.SubTitle&lt;/h3&gt;
                }
            &lt;/header&gt;

            &lt;div class="blog-postlist__item-body"&gt;
                @Html.Raw(item.Body)
            &lt;/div&gt;

            &lt;footer&gt;
                &lt;div class="blog-postlist__metadata"&gt;
                    @if (item.ShowAuthorName)
                    {
                        &lt;span class="blog-postlist__author"&gt;
                            @if (item.ShowAuthorAvatar &amp;&amp; !item.ShowAuthorBio)
                            {
                                &lt;span class="blog-postlist__author-avatar"&gt;
                                    @Html.Avatar(item.AuthorAvatar, item.AuthorEmail, item.AuthorUserId, new { Class = "author__avatar" }, new { Class = "author__avatar-link" }, true, true)
                                &lt;/span&gt;
                            }
                            &lt;span class="blog-postlist__author-name"&gt;
                                @if (!item.ShowAuthorAvatar || item.ShowAuthorBio)
                                {
                                    &lt;i class="fa fa-user-circle"&gt;&lt;/i&gt;
                                }
                                @item.AuthorDisplayName
                            &lt;/span&gt;
                        &lt;/span&gt;
                    }

                    &lt;span class="blog-postlist__date"&gt;&lt;i class="fa fa-clock-o"&gt;&lt;/i&gt; @item.PostDate.ToString("MMMM dd, yyyy")&lt;/span&gt;

                    @if (item.AllowCommentsForDays &gt; -1)
                    {
                        &lt;span class="blog-postlist__comments"&gt;&lt;a class="blog-postlist__commentslink" href="@SiteUtils.GetNavigationSiteRoot()@item.ItemUrl#comments"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt; @Resources.BlogResources.BlogFeedbackLabel (@item.CommentCount)&lt;/a&gt;&lt;/span&gt; 
                    }
                &lt;/div&gt;

                @if (item.ShowAuthorBio)
                {
                    &lt;div class="author__group author__group--blog-postlist media"&gt;
                        @if (item.ShowAuthorAvatar)
                        {
                            @Html.Avatar(item.AuthorAvatar, item.AuthorEmail, item.AuthorUserId, new { Class = "author__avatar media-object" }, new { Class = "author__avatar-link media-left" }, true, true)
                        }

                        @if (item.ShowAuthorBio &amp;&amp; !string.IsNullOrWhiteSpace(item.AuthorBio))
                        {
                            &lt;p class="author__bio media-body"&gt;@item.AuthorBio&lt;/p&gt;
                        }
                    &lt;/div&gt;
                }

            &lt;/footer&gt;
        &lt;/article&gt;
    }
    &lt;p&gt;&lt;a href="@SiteUtils.GetNavigationSiteRoot()@Model.ModulePageUrl"&gt;View all posts&lt;/a&gt; &amp;#187;&lt;/p&gt; 
&lt;/div&gt;</code></pre>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14960~-1#post57307</link>
      <author>Matej Dular</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 17 May 2021 20:29:10 GMT</pubDate>
    </item>
    <item>
      <title>blogpostlist on folder name based multiple sites</title>
      <description><![CDATA[<p>I am a bit surprised I can't find any reference to this situation... but it seems BlogPostList control has problems in name-based multi-tenancy mode. I have Blogs on a child sites (mapped to some folder named "yyy" or "xxx" or whatever), then I have a BlogPostList on child site that displays last posts of&nbsp;a&nbsp;blog control. But links in BlogPostList posts are wrong. They link to root site instead to the subfolder based child site.</p>

<p>I tried to solve the issue in razor template of&nbsp;the BlogPostList somwhow, but also got stuck. If you&nbsp;use "@Request.Url" in razor template, the default root page "root/default.aspx" is referenced, not the actual&nbsp;page in subfolder where the BlogPostList instance is running.</p>

<p>Can you please provide any help?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14960~-1#post57306</link>
      <author>Matej Dular</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 13 May 2021 10:22:45 GMT</pubDate>
    </item>
    <item>
      <title>Re: Blog - Expired Posts option generates error</title>
      <description><![CDATA[<p>Any workaround or ETA on a fix for this? I've had some clients have issues with this bug. The expired posts are helpful for people who pull up an old annual post and make it active again.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=13903~-1#post57294</link>
      <author>Neil Smith</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 09 Mar 2021 16:32:47 GMT</pubDate>
    </item>
    <item>
      <title>Re: HTML Slide functions</title>
      <description><![CDATA[<p>Hi Ray,</p>

<p>It does work. If it's not working on one of your sites, there is likely a problem with your skin or the settings on the module.</p>

<p>Make sure you're following the guidance on this page:&nbsp;<a href="https://www.mojoportal.com/docs/html-module" rel="noreferrer noopener" target="_blank">https://www.mojoportal.com/docs/html-module</a></p>

<p>Is there a url you can share with us?</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14940~-1#post57258</link>
      <author>microquiz</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 21 Dec 2020 21:07:21 GMT</pubDate>
    </item>
    <item>
      <title>HTML Slide functions</title>
      <description><![CDATA[<p>Hello,</p>

<p>Does anyone know why the HTML slide function don't work in ver 2700?</p>

<p>Many Thanks</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14940~-1#post57257</link>
      <author>microquiz</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 16 Dec 2020 22:24:18 GMT</pubDate>
    </item>
    <item>
      <title>Re: Blog - Expired Posts option generates error</title>
      <description><![CDATA[<p>Thanks for the update Elijah - we appreciate the work you're doing on mojoPortal.</p>

<p>All the best</p>

<p>Neil</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=13903~-1#post56371</link>
      <author>Neil Smith</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 30 Jun 2020 09:50:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: Blog - Expired Posts option generates error</title>
      <description><![CDATA[<p>Hello,</p>

<p>This problem is fixed&nbsp;and has been for a while in the repository, sorry for not replying back when it was fixed.</p>

<p>It will be included in the upcoming release of mojoPortal.</p>

<p>Thanks,<br />
Elijah</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=13903~-1#post56362</link>
      <author>Neil Smith</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 12 Jun 2020 16:24:20 GMT</pubDate>
    </item>
    <item>
      <title>Re: Form Wizard Pro: additional index</title>
      <description><![CDATA[<p>Hi Jamie,</p>

<p>Thanks for this! We'll get it added to formwizard for sure.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14079~-1#post56356</link>
      <author>Jamie E</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 08 Jun 2020 20:49:17 GMT</pubDate>
    </item>
    <item>
      <title>Re: SITES WITH SCOUT SKINS ARE VERY SLOW TO OPEN</title>
      <description><![CDATA[<p>Hello,</p>

<p>This was fixed, for me, by:</p>

<p>goto web.config</p>

<p>search for Minify and sweitch to "false"</p>

<p>Scout skin loads like a dream.</p>

<p>Ray</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14033~-1#post56344</link>
      <author>Roberto Castellano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 30 Apr 2020 19:51:45 GMT</pubDate>
    </item>
    <item>
      <title>Form Wizard Pro: additional index</title>
      <description><![CDATA[<p>Hi, guys. I wanted to report a performance issue. As you know we've been running our site with Form Wizard Pro for almost ten years now. Our sts_webformresponse table is up to 77 MB in size. We'd noticed that performance in saving form responses had gotten very bad, so I took a look and found this statement in particular running slowly:</p>

<p>SELECT&nbsp; wfr.*, rs.UserGuid, rs.CreatedUtc<br />
FROM&nbsp;&nbsp; &nbsp;sts_WebFormResponse wfr<br />
JOIN sts_WebFormQuestion wfq ON wfr.QuestionGuid = wfq.Guid<br />
JOIN sts_WebFormResponseSet rs ON rs.Guid = wfr.ResponseSetGuid<br />
WHERE wfr.ResponseSetGuid = 'xxx'<br />
ORDER BY wfq.SortOrder;</p>

<p>I was able to speed this statement from as slow as 14 seconds in our environment down to .01 seconds by adding an index on sts_webformresponse.ResponseSetGuid</p>

<p>Judging by the MySQL slow queries log, I think there may be some other areas of the database where performance can be improved. Would you prefer me to report them here or on Github?</p>

<p>Thanks,<br />
Jamie</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14079~-1#post56340</link>
      <author>Jamie E</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 14 Apr 2020 23:28:41 GMT</pubDate>
    </item>
    <item>
      <title>Site MemberShip Pro Add-on with MySQL Data Layer problem</title>
      <description><![CDATA[<p>Hi,</p>

<p>I'm not sure if this is the correct forum for this problem. I've just downloaded latest&nbsp;version of "Site Membership Pro"&nbsp;add-on&nbsp;from my "Order History" page. File name is&nbsp;<strong>sitemembership-1100.zip</strong></p>

<p>But the dll file in mysql folder is wrong. It's for mssql.&nbsp;Can you please fix it? Previously this library (only MySQL&nbsp;Data Layer) was under GPL terms and the source code was publicly available. Now, I can't find it on github.</p>

<p>Thanks.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14077~-1#post56338</link>
      <author>Osman</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 29 Mar 2020 03:17:13 GMT</pubDate>
    </item>
    <item>
      <title>error deleting forum thread</title>
      <description><![CDATA[<p>Hi, I'm on version&nbsp; 2.7.0.0 MSSQL</p>

<p>If I try to edit a forum thread I get an error "A potentially dangerous Request.Path value was detected from the client" - it's impossible to delete the thread without hacking the database.</p>

<p>The edit URL looks like this, so I can imagine the browser might see it as a threat -&nbsp;</p>

<p><a href="http://www.maswell.org.uk/Forums/Controls/%3C%25=%20$%22%7BSiteRoot%7D/Forums/EditThread.aspx?thread={DataBinder.Eval(Container.DataItem,%22ThreadID%22)}&amp;mid={ModuleId}&amp;pageid={PageId.ToString()}%22%20%%3E">http://(mydomain)/Forums/Controls/%3C%25=%20$%22%7BSiteRoot%7D/Forums/EditThread.aspx?thread={DataBinder.Eval(Container.DataItem,%22ThreadID%22)}&amp;mid={ModuleId}&amp;pageid={PageId.ToString()}%22%20%%3E</a></p>

<p>Here's the log entry:</p>

<p>2020-03-28 21:16:29,717 ERROR 212.159.117.250 - (null) - (null) - mojoPortal.Web.Global - 212.159.117.250 /Forums/Controls/&lt;%= $"{SiteRoot}/Forums/EditThread.aspx?thread={DataBinder.Eval(Container.DataItem,%22ThreadID%22)}&amp;mid={ModuleId}&amp;pageid={PageId.ToString()}%22%20%%3E Referrer(http://www.maswell.org.uk/Forums/ForumView.aspx?pageid=236&amp;f=46~1) useragent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36&nbsp;<br />
System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (&lt;).<br />
&nbsp; &nbsp;at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()<br />
&nbsp; &nbsp;at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)</p>

<p>&nbsp;</p>

<p>I originally got the error with Chrome but also get it with Edge</p>

<p>Have you come across this - is there a workaround?</p>

<p>Thanks</p>

<p>Ian</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14076~-1#post56337</link>
      <author>Ian Rogerson</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 28 Mar 2020 21:42:02 GMT</pubDate>
    </item>
    <item>
      <title>"Require SSL on all pages" not working in Event Calendar Pro</title>
      <description><![CDATA[<p>I have a site with this switched on, however it is still possible to browse to calendar entry pages over http.&nbsp;</p>

<p>See&nbsp;https://www.mynydd-du.org.uk/calendar</p>

<p>You cannot browse to http://www.mynydd-du.org.uk/calendar</p>

<p>but you <em>can </em>browse to&nbsp;</p>

<p>http://www.mynydd-du.org.uk/grim-reaper-mynydd-llangors-race-2020-01-12</p>

<p>For all other pages this setting causes the site to redirect onto https automatically, so presumably it should for the Calendar?&nbsp; Or am I missing a setting somewhere?</p>

<p>Thanks</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14057~-1#post56271</link>
      <author>Crispin</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 02 Jan 2020 19:22:29 GMT</pubDate>
    </item>
    <item>
      <title>Re: Key not present in dictionary</title>
      <description><![CDATA[<p>Hi,</p>

<p>That version of mojoPortal is almost 10 years old and the MySql version you're running is <a href="https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-28.html">less than 2 months old</a>. I think you need to upgrade mojoPortal so your site will work with this new version of MySql.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14046~-1#post56252</link>
      <author>b</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 19 Nov 2019 20:39:32 GMT</pubDate>
    </item>
    <item>
      <title>Re: Key not present in dictionary</title>
      <description><![CDATA[<p>MojoPortal version 2.3.3.6 as seen in the schemaversion table --SELECT&nbsp;*&nbsp;FROM&nbsp;`mp_schemaversion`</p>

<p>InnoDBVersion 5.7.28 as seen by running :&nbsp;SHOW&nbsp;VARIABLES&nbsp;LIKE&nbsp;"%version%"</p>

<p>collation on the tables is: utf_general_ci, then ran this sql:</p>

<p>SELECT * FROM performance_schema.session_variables WHERE VARIABLE_NAME IN ( 'character_set_client', 'character_set_connection', 'character_set_results', 'collation_connection' ) ORDER BY VARIABLE_NAME;</p>

<p>and got this result table:</p>

<p>VARIABLE_NAME&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VARIABLE_VALUE</p>

<p>character_set_client&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; utf8mb4</p>

<p>character_set_connection&nbsp; &nbsp;utf8mb4</p>

<p>character_set_results&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; utf8mb4</p>

<p>collation_connection&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;utf8mb4_unicode_ci</p>

<p>and these others showed up when running:&nbsp;SHOW&nbsp;SESSION&nbsp;VARIABLES&nbsp;LIKE&nbsp;'character\_set\_%'</p>

<p>character_set_filesystem&nbsp; &nbsp;&nbsp;binary</p>

<p>character_set_database&nbsp; &nbsp; &nbsp;utf8mb4</p>

<p>character_set_server&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;utf8mb4</p>

<p>character_set_system&nbsp; &nbsp; &nbsp; &nbsp; utf8</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14046~-1#post56250</link>
      <author>b</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 19 Nov 2019 00:23:04 GMT</pubDate>
    </item>
    <item>
      <title>Re: Key not present in dictionary</title>
      <description><![CDATA[<p>Hi,</p>

<p>The error is coming from the mysql data client (MySql.Data.<strong>MySqlClient</strong>.CharSetMap.GetChararcterSet). A quick search for "mysqlclient.charsetmap key was not present" turned up a few results suggesting that the data client in the application (mojo) is too old for the version of mysql you're connecting to or that the character set specified on the database isn't supported by the data client in the application (mojo).</p>

<p>So, a couple of questions:</p>

<ol>
	<li><strong>What version of mojoPortal are you running?</strong><br />
	<em>If you haven't upgraded in a long time but are running a new version of MySql, you need to upgrade mojoPortal.</em></li>
	<li><strong>What version of MySql are you running?</strong><br />
	<em>If you have upgraded this recently, and you haven't upgraded mojoPortal in a while, you need to upgrade mojoPortal.</em></li>
	<li>What is the character set specified on the mojoportal database?</li>
</ol>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14046~-1#post56249</link>
      <author>b</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 18 Nov 2019 22:29:46 GMT</pubDate>
    </item>
    <item>
      <title>Key not present in dictionary</title>
      <description><![CDATA[<p>MojoPortal has been working wonderfully for me for years.&nbsp; Thank-you.</p>

<p>Today, however, I am perplexed by the error message below when attempting to just visit my site - www.kbearle.com.&nbsp; I checked to be sure that the db exists and is still working, the connection string is up to date and no other changes have been made since the last time I visited the site a few weeks ago.&nbsp; What key is not present?&nbsp; TKey key seems to be the reference, but no search in the forums came up with such a reference.&nbsp;&nbsp;</p>

<p>Thanks in advance for providing some pointers on where to look to resolve this issue that is keeping my site from loading.</p>

<p>Brad</p>

<p>&nbsp;</p>

<p>[KeyNotFoundException: The given key was not present in the dictionary.] System.ThrowHelper.ThrowKeyNotFoundException() +36 System.Collections.Generic.Dictionary`2.get_Item(TKey key) +10402245 MySql.Data.MySqlClient.CharSetMap.GetChararcterSet(DBVersion version, String CharSetName) +58 MySql.Data.MySqlClient.NativeDriver.GetFieldMetaData41() +724 MySql.Data.MySqlClient.NativeDriver.GetFieldMetaData() +72 MySql.Data.MySqlClient.NativeDriver.ReadColumnMetadata(Int32 count) +48 MySql.Data.MySqlClient.MySqlDataReader.NextResult() +383 MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1204 MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar() +41 MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(MySqlConnection connection, String commandText, MySqlParameter[] commandParameters) +170 MySql.Data.MySqlClient.MySqlHelper.ExecuteScalar(String connectionString, String commandText, MySqlParameter[] commandParameters) +98 mojoPortal.Data.DBBannedIP.IsBanned(String ipAddress) +312 mojoPortal.Business.BannedIPAddress.IsBanned(String ipAddress) +48 mojoPortal.Web.BannedIPBlockingHttpModule.BeginRequest(Object sender, EventArgs e) +678 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +171</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14046~-1#post56248</link>
      <author>b</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 18 Nov 2019 19:52:56 GMT</pubDate>
    </item>
    <item>
      <title>Re: Empty role descriptions</title>
      <description><![CDATA[<p>Hi Eric,</p>

<p>If you pull and build from newer code in the repo, this problem was fixed in January. (<a href="https://github.com/i7MEDIA/mojoportal/commit/1db87e4c45cc2ede1b5657bc8808da24774f2fbb#diff-d89b30b59831eb3895a4014c2c8bff24">https://github.com/i7MEDIA/mojoportal/commit/1db87e4c45cc2ede1b5657bc8808da24774f2fbb#diff-d89b30b59831eb3895a4014c2c8bff24</a>)</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14042~-1#post56242</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 31 Oct 2019 21:21:22 GMT</pubDate>
    </item>
    <item>
      <title>Re: Empty role descriptions</title>
      <description><![CDATA[<p>Hey Eric,</p>

<p>Actually, looking closer with this, the DisplayName column has been on that table for a long time. All we did in 2.7.0.2 is allow setting the display name on creation of a role and changing display name on updating a role. The way it used to work was it just used the same value for DisplayName and RoleName. So, the column has been there for as long as I can remember and the only db changes we made to use the column was to actually pull it back and not just pull the RoleName back for the DisplayName column (why that was done in the first place, I don't know).</p>

<p>You're only seeing this problem when adding child sites, right? You haven't had it on new root sites all, correct?</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14042~-1#post56241</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 31 Oct 2019 21:02:35 GMT</pubDate>
    </item>
    <item>
      <title>Re: Empty role descriptions</title>
      <description><![CDATA[<p>Hi Eric,</p>

<p>Thanks for the report. We'll get that fixed right away.</p>

<p>-Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14042~-1#post56240</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 31 Oct 2019 15:00:57 GMT</pubDate>
    </item>
    <item>
      <title>Empty role descriptions</title>
      <description><![CDATA[<p>In version 2.7.0.2 MSSQL when I create a new child site the database table "mp_Roles" creates empty an empty "DisplayName" field for each of the roles that are auto-created. I always have to go into the database and manually copy in the names so they show up in the drop-dowm menu when editing user roles.This happens for me on multiple installs and started last version I think it was.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14042~-1#post56236</link>
      <author>Eric Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 21 Oct 2019 15:22:30 GMT</pubDate>
    </item>
    <item>
      <title>Re: Blog attachments don't work!</title>
      <description><![CDATA[<p>Thanks Joe,</p>

<p>You are right.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14039~-1#post56231</link>
      <author>Sadegh Samarian</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 04 Oct 2019 04:58:38 GMT</pubDate>
    </item>
    <item>
      <title>Re: Blog attachments don't work!</title>
      <description><![CDATA[<p>Hi Sadegh,</p>

<p>The attachments feature is working on the demo site. The problem you are having is probably that you are trying to upload a file that is not a video or audio file. This feature is meant for audio and video files only and uses a media player to "show" the files. There is an error message that lists the file types that are allowed after you try to upload a file that isn't allowed but that error message goes away when the page refreshes.</p>

<p>While the feature is working as originally intended, I think it needs to be updated to either allow other file types or show better error messages and prompts so people know what the feature is supposed to do.</p>

<p>I'll get to work on fixing that.</p>

<p>Thank you,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14039~-1#post56228</link>
      <author>Sadegh Samarian</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 01 Oct 2019 19:32:21 GMT</pubDate>
    </item>
    <item>
      <title>Blog attachments don't work!</title>
      <description><![CDATA[<p>Hi,</p>

<p>When I add attache a file to blog post, after i select file and click upload button, progress bar go to end and tab changed to "content" tab. Attachments don't show in "attachments" tab.</p>

<p>After this, when i click on save button don't save and stay in blog edit page.<br />
I check this in demo site, problem is exist here.</p>

<p>thanks<br />
&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14039~-1#post56227</link>
      <author>Sadegh Samarian</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 25 Sep 2019 16:32:32 GMT</pubDate>
    </item>
    <item>
      <title>Re: SITES WITH SCOUT SKINS ARE VERY SLOW TO OPEN</title>
      <description><![CDATA[<p>Hello Roberto,</p>

<p>What's going on here isn't caching, although it would seem it is.</p>

<p>The skin has a control called a SuperWrapper which creates content in the DB the first time the site is loaded with the skin. The content that is created is in the footer of the site, all of those "custom menu X" and "Follow Us" sections. It was a first attempt at creating skins with pre-defined content that would be on all pages of the site. We're working on some new methods for this so this first load doesn't take so long and the SuperWrapper isn't necessary.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14033~-1#post56222</link>
      <author>Roberto Castellano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 11 Sep 2019 19:59:52 GMT</pubDate>
    </item>
    <item>
      <title>SITES WITH SCOUT SKINS ARE VERY SLOW  TO OPEN</title>
      <description><![CDATA[<p>MP 2.7.0.0 MSQL&nbsp;</p>

<p>SCOUT SKIN</p>

<p>the load of&nbsp;sites with Scout skins is very slow (1-2 minutes) before the caching. Changing the skin the loading appears faster (1-5 seconds).&nbsp; What is the problem and how can be minimized?</p>

<p>best regards</p>

<p>Roberto</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14033~-1#post56217</link>
      <author>Roberto Castellano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 09 Sep 2019 17:22:25 GMT</pubDate>
    </item>
    <item>
      <title>TinyMCE</title>
      <description><![CDATA[<p>i have last relese 2.7.0.0 but TinyMCE (419) does not appear in editor...&nbsp; will view none in page..&nbsp;&nbsp; CKeditor run correctly..&nbsp; why ?</p>

<p>&nbsp;</p>

<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14001~-1#post56145</link>
      <author>massimiliano</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 17 Apr 2019 20:07:42 GMT</pubDate>
    </item>
    <item>
      <title>Re: Rebuild Search Index - log4net issue</title>
      <description><![CDATA[<p>Hi Rob,</p>

<p>It used to come with mojoPortal, so it was installed by default. We felt like it was not nearly to the point of a proper webstore so we removed it from the releases.&nbsp;</p>

<p>So, to remove it from your installations, do the following:</p>

<ul>
	<li>Go to Administration &gt; Advanced Tools &gt; Feature Installation/Configuration</li>
	<li>Click the settings gear next to WebStore</li>
	<li>Click the delete button.</li>
	<li>Go to the file system for the installation and delete the following folders/files
	<ul>
		<li>&lt;install directory&gt;/WebStore</li>
		<li>&lt;install directory&gt;/bin/WebStore.Business.dll</li>
		<li>&lt;install directory&gt;/bin/WebStore.Data.dll</li>
		<li>&lt;install directory&gt;/bin/WebStore.UI.dll</li>
		<li>&lt;install directory&gt;/setup/application/webstore</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/worldpayresponsehandlers/webstoreworldpayresponsehandler</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/sitepredeletehandlers/009_webstoredeleter.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/paypalreturnhandlers/webstorepaypalhandler.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/paypalpdthandlers/webstorepaypalpdthandler.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig\paypalipnhandlers/webstorepaypalipnhandler.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/indexbuilders/webstoreproductindexbuilder.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/indexbuilders/webstoreofferindexbuilder.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/gcheckoutnotificationhandlers/webstoregcheckout.config</li>
		<li>&lt;install directory&gt;/setup/ProviderConfig/contentdeletehandlers/webstoredeletehandler.config</li>
	</ul>
	</li>
</ul>

<p>For those items in the&nbsp;&lt;install directory&gt;/setup/ProviderConfig folders, you could just do a search on the ProviderConfig folder itself for webstore and delete any items found.</p>

<p>Thanks,<br />
Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=14000~-1#post56144</link>
      <author>Rob A</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 03 Apr 2019 21:31:36 GMT</pubDate>
    </item>
  </channel>
</rss>