<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Agoodonyx</link>
        <description></description>
        <pubDate>Fri, 24 Apr 2026 14:28:28 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Agoodonyx&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>CDN Integration</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242985#post2242985</link>
          <description><![CDATA[<p>Here is where you can easily integrate a CDN to your CMS Builder project. I've had success with MaxCDN. Once your CDN is setup and you have a CDN url configured, you can enter it into the "General Settings &gt; Upload Folder URL" field. Attached is a screenshot as well. A CDN is helpful increase pagespeed for site's scripts/css/images and help with sites that are image heavy and/or high traffic. </p>]]></description>
          <pubDate>Wed, 06 Feb 2019 10:06:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242985#post2242985</guid>
        </item>
                <item>
          <title>SEO Friendly URLs with no trailing slash</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239633#post2239633</link>
          <description><![CDATA[<p>Hi Dave,</p>
<p>I don't think it's an issue with the plugin since it makes both URLs (with and without the slash) available. I think that is a good thing for users. Just for search engines it would be good to enforce a standard for one or the other just like you do for www or non-www enforcement. </p>
<p>I was able to get the desired result of no trailing slash using the following code in the .htaccess file above the "force www. prefix code"</p>
<p>### Remove trailing slash<br />RewriteEngine On<br />RewriteCond %{REQUEST_FILENAME} !-d<br />RewriteRule ^(.*)/$ /$1 [L,R=301]</p>

]]></description>
          <pubDate>Wed, 19 Oct 2016 16:23:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239633#post2239633</guid>
        </item>
                <item>
          <title>SEO Friendly URLs with no trailing slash</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239617#post2239617</link>
          <description><![CDATA[<p>Hi,</p>
<p>I'm using the latest CMSB and Permalinks plugin and would like to know if there is a way to enforce a "No-trailing Slash" option to prevent duplicate URLs for SEO purposes.</p>
<p>For example, the page below is accessible 2 ways using the standard .htaccess that is installed with the Permalinks plugin.</p>
<p>1) <a href="http://www.domain.com/page/" rel="nofollow">http://www.domain.com/page/</a></p>
<p>and</p>
<p>2) <a href="http://www.domain.com/page" rel="nofollow">http://www.domain.com/page</a></p>

<p>I'm looking for a way that the first example is redirected to second example in all requests.</p>
<p>thanks,</p>
<p>Tim</p>]]></description>
          <pubDate>Tue, 18 Oct 2016 13:30:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239617#post2239617</guid>
        </item>
                <item>
          <title>Can&apos;t access current user access level</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231482#post2231482</link>
          <description><![CDATA[<p>Works great. Thank you!</p>]]></description>
          <pubDate>Thu, 08 Aug 2013 08:17:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231482#post2231482</guid>
        </item>
                <item>
          <title>Can&apos;t access current user access level</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231454#post2231454</link>
          <description><![CDATA[<p>The following code was working to determine a user's access level when they logged into my website.</p>
<p><code>@$CURRENT_USER['accessList']['all']['accessLevel']</code></p>
<p>I've recently upgraded to CMS Builder v2.53 and Membership plugin v1.10 and the code above is not returning any access level for the admin. I'm not sure if something changed or I need to access this property in a different way.</p>
<p>thanks,</p>
<p>Tim</p>]]></description>
          <pubDate>Mon, 05 Aug 2013 13:36:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231454#post2231454</guid>
        </item>
                <item>
          <title>Re: [greg] Membership Pugin - logged out after user profile update</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218575#post2218575</link>
          <description><![CDATA[Works great. Thanks!<br />]]></description>
          <pubDate>Tue, 20 Nov 2012 15:40:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218575#post2218575</guid>
        </item>
                <item>
          <title> Membership Pugin - logged out after user profile update</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218560#post2218560</link>
          <description><![CDATA[Just using the user profile example page code, I'm able to submit an update; however, I've noticed I have to log back in to view member-protected pages. Is it possible to stay logged in after submitting a user profile update?<br />]]></description>
          <pubDate>Mon, 19 Nov 2012 16:01:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218560#post2218560</guid>
        </item>
                <item>
          <title>Can&apos;t save content within WYSIWYG editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216749#post2216749</link>
          <description><![CDATA[I'm having trouble saving basic HTML into a WYSIWYG editor. When I paste the markup using the &quot;Edit HTML source&quot; button inside the editor. I can click the Save button, but nothing happens. The markup consists of standard paragraphs, lists, etc. and is about 5 average sized paragraphs long.<br /><br />I started removing parts of the content and eventually it allows me to save, but I'm not able to save the full content.<br /><br />Is there any logs I can view to determine if any errors occur when pressing the save button that are preventing the record to be saved?<br /><br />Here is the markup that is giving me issues trying to save:<br /><br /><code>&lt;p&gt;&lt;em&gt;&lt;strong&gt;The Company&lt;/strong&gt; can point you in the right direction. But is not intended to replace professional advice or care from a licensed mental health practitioner, but rather is provided as a service to the family community. Remember, if you or your loved one is in crisis, call 911 or go to your nearest emergency room.&lt;/em&gt;&lt;/p&gt;</code><br /><br />I've tried different fields and browsers, but can't figure out why this markup is causing issues. I'm using CMSB 2.14<br />]]></description>
          <pubDate>Fri, 22 Jun 2012 17:26:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216749#post2216749</guid>
        </item>
                <item>
          <title>Re: [Jason] Website Membership: Slow Signup Emails</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213488#post2213488</link>
          <description><![CDATA[Thanks! This code helped for what I needed too. Is is possible to log the user in automatically since they are setting their password during registration? Currently the user has to click on the login link and enter their credentials to log in. Just wanted to see if it could be easier for the registrant.<br /><br />thanks,<br /><br />Tim<br />]]></description>
          <pubDate>Wed, 12 Oct 2011 11:20:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213488#post2213488</guid>
        </item>
                <item>
          <title>Re: [Dave] PHP Code inside WYSIWYG field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200725#post2200725</link>
          <description><![CDATA[Thanks Dave.<br /><br />I was able to incorporate a PHP template parser from here:<br /><br />http://www.devshed.com/c/a/PHP/Building-a-Template-Parser-Class-with-PHP-Part-I/<br />]]></description>
          <pubDate>Thu, 17 Dec 2009 11:49:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200725#post2200725</guid>
        </item>
                <item>
          <title>PHP Code inside WYSIWYG field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200642#post2200642</link>
          <description><![CDATA[Is it possible to include PHP code inside the TinyMCE editor? There are places within the body that we need to reference PHP includes or data on a page-by-page basis. If not, would a template engine like Smarty Template be an alternative to replace special tags to be parsed later?<br />]]></description>
          <pubDate>Thu, 10 Dec 2009 17:01:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200642#post2200642</guid>
        </item>
                <item>
          <title>Remove number from URL possible?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200113#post2200113</link>
          <description><![CDATA[Just wondering if it is possible through URL rewriting with htaccess to hide the number at the end of the viewer URL.<br /><br />Example:<br />http://www.site.com/details.php?Overview-4<br /><br />to<br /><br />http://www.site.com/details.php?Overview<br /><br />thanks,<br />]]></description>
          <pubDate>Thu, 05 Nov 2009 18:26:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200113#post2200113</guid>
        </item>
              </channel>
    </rss>
  