<?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%3Amoh3</link>
        <description></description>
        <pubDate>Tue, 14 Apr 2026 16:29:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amoh3&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Theme Engine</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248403#post2248403</link>
          <description><![CDATA[<p>Dear all, as i'm grateful for this wonderful software by the wonderful people of interactive tool, i'm introducing a theme engine that brings Wordpress style theme system to CMSB</p>
<p>this software should become next level and this is a starting pointing for people to manage their site in most straight way as possible</p>
<p>- The theme engine can support any number of themes, create and activate</p>
<p>- A customizer section that you can configure main settings for the theme, upload your logo, fav icon, update color theme, select Main nav and footer nav</p>
<p>- Supports Templates and partials</p>
<p>- Supports enqueue_styles &amp; enqueue_scripts</p>
<p>- Supports list, detail, single records</p>
<p>i'm attaching a working script and documentation, and would love this community to support it and contribute it even further, in the works is visual builder as well that you can build pages visually with components under testing and works with the theme engine.</p>
<p>Appreciate any feedback</p>]]></description>
          <pubDate>Fri, 10 Apr 2026 20:09:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248403#post2248403</guid>
        </item>
                <item>
          <title>Repeater Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248350#post2248350</link>
          <description><![CDATA[<p>hello i will provide some use cases as follows: <span>FAQ, Tabs, Sliders, Accordions, example i have a service page where i need to add FAQ related to that service i could add question and answer and repeat that field group as much as needed , same goes for a slider where i have image, caption , and link .</span></p>
<p><span>This could be done as added on my 1st post using a several sections , but with this functionality it would expand the CMS to ultra flexible.</span></p>
<p>On the side note if i created a page builder (drag and drop) integrated within the CMS, would anyone be interested to help in expanding it to be production ready and available as a plugin?</p>
<p>i do have it as beta but the file uploads is a challenge and having it working with boostrap without conflicts in columns&nbsp;</p>]]></description>
          <pubDate>Mon, 23 Feb 2026 11:54:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248350#post2248350</guid>
        </item>
                <item>
          <title>PermaLinks conflict</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248326#post2248326</link>
          <description><![CDATA[<p>hello thanks for your feedback, i have a rule in my .hta access to remove slash from end of any URL to avoid duplicate issues for SEO but it seems it had broken the rewrite rules</p>
<p>i tried alot of things , but in the end i defined the admin folder as perma link and it worked, the password is working as well</p>
<pre class="language-markup"><code>&lt;IfModule mod_rewrite.c&gt;
    RewriteEngine On

    ##########################################
    # CANONICAL DOMAIN (www → non-www)
    ##########################################
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule ^ <a>https://%1%{REQUEST_URI</a>} [R=301,L]

    ##########################################
    # REMOVE TRAILING SLASH (FILES &amp; DIRS SAFE)
    ##########################################
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} .+/$
    RewriteRule ^(.+)/$ /$1 [R=301,L]

    ##########################################
    # FRONT CONTROLLER DISPATCH
    ##########################################
    RewriteRule ^permalinks_dispatcher\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /permalinks_dispatcher.php [L]
&lt;/IfModule&gt;</code></pre>

]]></description>
          <pubDate>Sun, 08 Feb 2026 03:08:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248326#post2248326</guid>
        </item>
                <item>
          <title>PermaLinks conflict</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248322#post2248322</link>
          <description><![CDATA[<p>Hello i'am using perma links and the admin folder is rewritten with the dispatcher ,any idea what the issue is? i'm moved the dispatcher to the roor directory as im protecting the admin folder with password</p>]]></description>
          <pubDate>Tue, 03 Feb 2026 08:43:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248322#post2248322</guid>
        </item>
                <item>
          <title>Multilingual</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248321#post2248321</link>
          <description><![CDATA[<p>thank you for your feedback it is a general question no rush just wondering how would you handle it, is that setup compatible with permalinks, trying to have a dynamic solution minimize manual setups, in the world of WP, WIX and other tools client expectations has changed, and i prefer your CMS as you know exactly what your are cooking :)</p>]]></description>
          <pubDate>Tue, 03 Feb 2026 08:40:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248321#post2248321</guid>
        </item>
                <item>
          <title>Multilingual</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248303#post2248303</link>
          <description><![CDATA[<p>Hello, what is the best approach to handle Multilingual websites in the most dynamic way?&nbsp;</p>
<p>- including urls / folder</p>
<p>-content</p>
<p>thanks</p>]]></description>
          <pubDate>Tue, 20 Jan 2026 22:09:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248303#post2248303</guid>
        </item>
                <item>
          <title>Repeater Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248292#post2248292</link>
          <description><![CDATA[<p>Hello Interactive tools, i was wondering how would it be possible to have a Repeater Field similar ACF(<a href="https://www.advancedcustomfields.com/resources/repeater/" rel="nofollow">https://www.advancedcustomfields.com/resources/repeater/</a>),</p>
<p>this is would be very useful for adding functionality such as FAQ, Tabs, Sliders etc.. at the time being you would have to create a multi record&nbsp; for faq as example and assign each question to a separate section probably called faq category and then add that to 3rd section that is used for pages</p>]]></description>
          <pubDate>Wed, 14 Jan 2026 09:29:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248292#post2248292</guid>
        </item>
                <item>
          <title>Front End Upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248233#post2248233</link>
          <description><![CDATA[<p>Thanks @Tim Much appreciated for your detailed feedback</p>]]></description>
          <pubDate>Wed, 17 Dec 2025 00:23:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248233#post2248233</guid>
        </item>
                <item>
          <title>Front End Upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248226#post2248226</link>
          <description><![CDATA[<p>Dear CMS Builder, thank you for your wonderful software i have been using your software since 2011, any ways,</p>
<p>I would like to utilize uploading functionality on the front end, where a visitor would be able to create a record after submitting a form ,</p>
<p>Q!: Will the Form builder be able to cover this requirement</p>
<p>Q2: i found old threads using an upload form that submit the information and upload a file, but it is from 2022 and most probably the changes you have done on the code the complete upload functionality has changed since that date</p>
<p><a href="https://interactivetools.com/forum/forum-posts.php?postNum=2245793#post2245793" rel="nofollow">https://interactivetools.com/forum/forum-posts.php?postNum=2245793#post2245793</a></p>]]></description>
          <pubDate>Sun, 14 Dec 2025 05:32:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248226#post2248226</guid>
        </item>
                <item>
          <title>CMSB v3.81 Beta (PHP 8.5 Support &amp; More)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248216#post2248216</link>
          <description><![CDATA[<p>hello, thank you for your efforts, can we please get a detailed documentation on how to build a plugin for backend and front end code, example list of functions and hooks we can use to extend the backend with migration taken in consideration</p>]]></description>
          <pubDate>Sun, 07 Dec 2025 04:34:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248216#post2248216</guid>
        </item>
                <item>
          <title>UTM Google and other parameter problems</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244862#post2244862</link>
          <description><![CDATA[<p>hello, if you may i noticed the UTM tags are missing mandatory parameter, you can use the following tool from Google to fill in the information</p>
<p><a href="https://ga-dev-tools.appspot.com/campaign-url-builder/" rel="nofollow">https://ga-dev-tools.appspot.com/campaign-url-builder/</a> </p>
<p>here is an example of url: <a href="https://www.nalleyfresh.com/order.php?location=2&amp;utm_source=email&amp;utm_medium=email&amp;utm_campaign=huntvalley#/restaurants/nalleyfreshhuntvalley/1063" rel="nofollow">https://www.nalleyfresh.com/order.php?location=2&amp;utm_source=email&amp;utm_medium=email&amp;utm_campaign=huntvalley#/restaurants/nalleyfreshhuntvalley/1063</a></p>
<p>does this load properly?</p>
]]></description>
          <pubDate>Sat, 27 Jun 2020 13:03:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244862#post2244862</guid>
        </item>
                <item>
          <title> wysiwyg Uploads</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244126#post2244126</link>
          <description><![CDATA[<p>hello thank you for your answer actually i defined a new field type to have it available in the cms do i need to define uploads for that new field type? i copied the WYSIWYG field code and renamed it to something else</p>]]></description>
          <pubDate>Tue, 17 Sep 2019 14:22:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244126#post2244126</guid>
        </item>
                <item>
          <title>Google adsense JS ads are not working in TinyMCE editor?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244051#post2244051</link>
          <description><![CDATA[<p>You need to add a wysiwyg_custom.php</p>
<p>and add the following option in tinymce init function</p>
<p>extended_valid_elements:"body[style|script|iframe],"<br />+"p[script|div|p|br|span|img|style|h1|h2|h3|h4|h5|iframe|hr|class],"<br />+"div[script|p|br|span|img|style|h1|h2|h3|h4|h5|iframe|i|hr|class],"<br />+"iframe[align|longdesc|name|width|height|frameborder|scrolling|marginheight|marginwidth|src|id|class|title|style|allowfullscreen],"<br />+"span[h1|h2|img|i|data|style|class],"<br />+"i[h1|h2|img|span|data|style|class],"<br />+"javascript[src|async],"<br />+"ins[class|style|data],"<br />+"img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style|placeholder_data]",<br />valid_children:"+body[style|script|iframe],"<br />+"+p[script|div|p|br|span|img|style|h1|h2|h3|h4|h5|iframe|hr|class],"<br />+"+div[script|p|br|span|img|style|h1|h2|h3|h4|h5|iframe|i|div|hr|class],"<br />+"+iframe[align|longdesc|name|width|height|frameborder|scrolling|marginheight|marginwidth|src|id|class|title|style|allowfullscreen],"<br />+"+span[h1|h2|img|i|data|style|class],"<br />+"i[h1|h2|img|span|data|style|class],"<br />+"javascript[src|async],"<br />+"ins[class|style|data],"<br />+"+img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style|placeholder_data]",</p>]]></description>
          <pubDate>Wed, 04 Sep 2019 10:14:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244051#post2244051</guid>
        </item>
                <item>
          <title> wysiwyg Uploads</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244050#post2244050</link>
          <description><![CDATA[<p>Dear CMS builder i'm trying to enable uploads for an wysiwyg editor but i get an error <span style="color:#000000;">Field 'test' isn't an upload field!</span> although i check the box to enable the uploads can you please help</p>
<p>thanks</p>]]></description>
          <pubDate>Wed, 04 Sep 2019 10:08:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244050#post2244050</guid>
        </item>
                <item>
          <title>permalinks and categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243055#post2243055</link>
          <description><![CDATA[<p>In case someone is looking to utilize the permalinks along with categories structure or in case you have pages as well that have categories assigned to it here is how it works:</p>
<p>this is an important option to have in case you have a product catalog or a blog with multilevel categories</p>
<p>1- in the permalinks file find the function : permalink_generate();</p>
<p>2- inside the if ($permalinkText) { } condition add the following, my category table is called (blog_category) i'm checking if i'm in there in order to not interfere with the default code for other sections.</p>
<p>prerequisite : you have to create a url prefix in your permalink field as default value , in my case it was : /cms/blog/ , and anything afterwards is assigned automatically</p>
<p>The code :</p>
<p>Add a variable :</p>
<pre class="language-php"><code>$specialname =''; // this important for adding the structure 

if( $_REQUEST['menu'] == 'blog_category' ) {

// Get the parent of the newly created category

$thisParent = $recordOrRequest['parentNum'];

// we need to have a query to read the bread crumbs, so we select the parent category //
$parentCat = mysql_select('blog_category', "num = '$thisParent' LIMIT 1");

if( $parentCat AND $thisParent != '0' ) { // check that this category is a child and the query is not empty

$parentName = $parentCat[0]['name'];
$catbreadCrumbs = $parentCat[0]['breadcrumb'];

// loop over the bread crumbs in order to read the complete structure of the categories ( blog/parent/child/sub-child )

foreach ( preg_split("/\s*:\s*/", $catbreadCrumbs) as $fragment ) {
$specialname .= _permalink_generate_formatInputText($fragment).'/';
}

$specialname = rtrim($specialname,'/');

// the magic is here our structre is concatenated to after the prefix and before the permalinktext 
$prefixedPermalink = $prefixPermalinkWith.$specialname.'/'.$permalinkText;

}

} 

else if( $_REQUEST['menu'] == 'blog' ) {

// get article category

$thisParent = $recordOrRequest['category'];
$parentCat = mysql_select('blog_category', "num = '$thisParent' LIMIT 1");

if( $parentCat AND $thisParent != '0' ) {

$parentName = $parentCat[0]['name'];
$catbreadCrumbs = $parentCat[0]['breadcrumb'];

foreach ( preg_split("/\s*:\s*/", $catbreadCrumbs) as $fragment ) {
$specialname .= _permalink_generate_formatInputText($fragment).'/';
}

$specialname = rtrim($specialname,'/');
$prefixedPermalink = $prefixPermalinkWith.$specialname.'/'.$permalinkText;

}

}

else {
$prefixedPermalink = $prefixPermalinkWith . $permalinkText; // normal permalink code or standard
}</code></pre>]]></description>
          <pubDate>Sat, 16 Feb 2019 14:59:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243055#post2243055</guid>
        </item>
                <item>
          <title>permalinks and categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243048#post2243048</link>
          <description><![CDATA[<p>Dear CMS builder, i'm using the permalinks plugin along with an category menu my issue is how is it possible to the structure being built in this category menu appear in the url ?</p>
<p>as the permalink is being assigned automatically upon save will it be possible for the permalink to read the category structure?</p>
<p>Example :</p>
<p>Category level 1: the permalink should read : <a href="http://somewebsite.com/category-level/" rel="nofollow">http://somewebsite.com/category-level/</a></p>
<p>Category level 2:  the permalink should read : <a href="http://somewebsite.com/category-level/category-two/" rel="nofollow">http://somewebsite.com/category-level/category-two/</a></p>]]></description>
          <pubDate>Fri, 15 Feb 2019 06:10:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243048#post2243048</guid>
        </item>
                <item>
          <title>permalinks and pagination</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243036#post2243036</link>
          <description><![CDATA[<p>I would like what is the best approach to have SEO friendly pagination based on the auto meta fields available at the current time the cms outputs ( ?page=1 ) and was wondering is there a better option that this ?</p>]]></description>
          <pubDate>Wed, 13 Feb 2019 10:51:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243036#post2243036</guid>
        </item>
                <item>
          <title>permalinks and multi lanuguage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243035#post2243035</link>
          <description><![CDATA[<p>thanks for your reply, i was wondering if there was a possible way to assign 2 or more permalinks fields within the same section based on number of languages that will output the language key but this will be a miss so i will test your suggestion and see how it could be structured </p>]]></description>
          <pubDate>Wed, 13 Feb 2019 10:48:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243035#post2243035</guid>
        </item>
                <item>
          <title>permalinks and multi lanuguage</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243016#post2243016</link>
          <description><![CDATA[<p>Dear CMS builder i was wondering if you could provide points to follow on how to manage content in 2 or more languages and have links manged using <span>permalinks plugin</span></p>

<p><span>example: </span></p>
<p><span>en: <a href="http://example.com/en/blog/article-1" rel="nofollow">http://example.com/en/blog/article-1</a></span></p>
<p><span>ar: <a href="http://example.com/ar/blog/article-1" rel="nofollow">http://example.com/ar/blog/article-1</a></span></p>]]></description>
          <pubDate>Sat, 09 Feb 2019 04:17:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243016#post2243016</guid>
        </item>
                <item>
          <title>Allowed Content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242840#post2242840</link>
          <description><![CDATA[<p>Thanks Daniel this exactly what I was asking about, </p>
<p>I hope changing your business model to free cms will bring more adaptations from people from all around I working on a layout builder based on boostrap that is intergraded with the CMS that I hope I can share for better improvement one missing major point is lack of documentation of the functions aviavaila that should be available for people who would like to build advanced plugins</p>
]]></description>
          <pubDate>Mon, 31 Dec 2018 10:29:41 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242840#post2242840</guid>
        </item>
                <item>
          <title>Allowed Content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242836#post2242836</link>
          <description><![CDATA[<p>Dear I was referring to the text and other fields where there is an option for limiting certain chars But can't find the correct syntax</p>]]></description>
          <pubDate>Mon, 31 Dec 2018 06:13:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242836#post2242836</guid>
        </item>
                <item>
          <title>Allowed Content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242800#post2242800</link>
          <description><![CDATA[<p>Dear Cms builder, i was wondering how to use the (Allowed Content) option when creating a field can you provide a working example ?</p>]]></description>
          <pubDate>Wed, 26 Dec 2018 16:27:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242800#post2242800</guid>
        </item>
                <item>
          <title>permalink and force forward slash in url</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242450#post2242450</link>
          <description><![CDATA[<p>Dear Dave, i do have both latest CMS Builder and Perma links Plugin , actually had it CMS Builder since 2012 :) i'm a believer </p>
<p>that would be wonderful, i actually found a solution i'm only doing some tests on my local host but i have an issue in setting the env variable that detects (http/https) in the .hta access file </p>

<p>### Manually detect URL Scheme (http or https). Cloud Servers &amp; Load Balancers don't always give correct value<br /> ### ... of: HTTPS, REQUEST_SCHEME, SERVER_PORT, but ENV:HTTPS is sometimes manually set for us so we check both.<br /> RewriteCond %{HTTPS} on [NC,OR]<br /> RewriteCond %{ENV:HTTPS} on [NC]<br /> RewriteRule .* - [E=URL_SCHEME:https,S=1]<br /> RewriteRule .* - [E=URL_SCHEME:http]</p>
<p><br />RewriteCond %{REQUEST_URI} !\.(php|html?|jpg|gif)$<br />RewriteRule ^(.*)([^/])$ <a href="/cms/$1$2/">http://%{HTTP_HOST}/cms/$1$2/</a> [L,R=301]</p>

<p>How do i assign the http / https to be automatically detect in rule above?</p>
<p>A side note is the documentation must be extended to have more information on the avaiable functions,hooks and other API that we can use</p>
<p>this software is one of the best and you build virtually anything but is lacking that information</p>
<p>thanks</p>]]></description>
          <pubDate>Tue, 28 Aug 2018 23:27:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242450#post2242450</guid>
        </item>
                <item>
          <title>permalink and force forward slash in url</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242447#post2242447</link>
          <description><![CDATA[<p>your suggested code didn't work as it redirects out of the working directory (/cms/) any thought how can i have it to redirect within that folder ?</p>]]></description>
          <pubDate>Tue, 28 Aug 2018 13:36:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242447#post2242447</guid>
        </item>
                <item>
          <title>permalink and force forward slash in url</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242446#post2242446</link>
          <description><![CDATA[<p>dear dave, the concept i'm after is to have <a href="http://localhost/cms/blog" rel="nofollow">http://localhost/cms/blog</a> to become <a href="http://localhost/cms/blog/" rel="nofollow">http://localhost/cms/blog/</a> at the current time they both are working with and without the slash this will end in SEO duplicates as they would be considered different pages , i know the canonical tags but why not avoid all that and have the server inforce either with or without but not both</p>]]></description>
          <pubDate>Tue, 28 Aug 2018 13:18:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242446#post2242446</guid>
        </item>
              </channel>
    </rss>
  