<?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%3Aincube</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 05:51:55 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aincube&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Permalinks and parameters on view-list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2241857#post2241857</link>
          <description><![CDATA[<p>Hi I have a blog page. </p>
<p>I have something like that : </p>
<p><code>if(isset($_GET['auteur'])){<br />$data =$_GET['auteur'];<br />$where = 'auteur';<br />};<br />if(isset($_GET['categorie'])){<br />$data =$_GET['categorie'];<br />$where = 'cat_gorie';<br />};<br />if($data!=""){<br />// load records from 'blogue'<br />list($blogueRecords, $blogueMetaData) = getRecords(array(<br />'tableName'   =&gt; 'blogue',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />'where' =&gt; $where.'='.$data<br />));<br />}else{<br />// load records from 'blogue'<br />list($blogueRecords, $blogueMetaData) = getRecords(array(<br />'tableName'   =&gt; 'blogue',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />));<br />}</code></p>
<p>So normally I can link like that : /blogue.php&amp;auteur=1 or /blogue.php&amp;cat_gorie=1 and it works.</p>
<p>I would like to do the same but with the permalink addon. </p>
<p>I would like to be able to link something like : /blogue/author/nameofauthor and blogue/category/nameofcategory</p>
<p>I already have 1 tables for Authors and category. So I think it would be possible to cross data to get what I need but I don't know how to set that with the permalink pluggin. </p>

<p>Thanks.</p>]]></description>
          <pubDate>Tue, 20 Mar 2018 08:47:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2241857#post2241857</guid>
        </item>
                <item>
          <title>Forbidden You don&apos;t have permission to access /cmsAdmin/admin.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237169#post2237169</link>
          <description><![CDATA[<p>Well... since the production was a bit rush, I've found a workaround.</p>
<p>In fact, I discovered that since the hosting has been tranfered, one of the field caused the error.</p>
<p>It was a field where the client was entering a link to wrap the image. </p>
<p>The client need to enter a link in this way : <a href="http://www.alinkenteredbytheclient.com" rel="nofollow">http://www.alinkenteredbytheclient.com</a></p>
<p>I've made the change in the front end and the back end to be now like this : www.alinkenteredbytheclient.com</p>
<p>And the error is not there anymore.</p>
<p>So, since the transfert, with the new server, the HTTP inside a field was causing the error. Is it from CMS builder, htaccess... I don't know</p>]]></description>
          <pubDate>Tue, 28 Jul 2015 08:21:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237169#post2237169</guid>
        </item>
                <item>
          <title>Forbidden You don&apos;t have permission to access /cmsAdmin/admin.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237146#post2237146</link>
          <description><![CDATA[<p>I have CMB installed on a server for a client. All was working greatly and perfectly. Since they move their hosting and transfert all the website, the client is not able anymore to upload image. </p>
<p>When, in single page, in a multiupload, they upload an image, the upload goes well until the end where there is a popup saying this :</p>
<p>"Forbidden You don't have permission to access /cmsAdmin/admin.php</p>
<p>Additionnaly, a 500 internal server error was encountered while trying to use an ErrorDocument to handle the request."</p>

<p>Is someone can provide me a tip about this ??</p>
<p>I've take a look for permissions : admin.php is set to 755.</p>
<p>All folders for upload are at 777, so I don't think the problem comes from there.</p>]]></description>
          <pubDate>Tue, 21 Jul 2015 16:30:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237146#post2237146</guid>
        </item>
                <item>
          <title>Mysqli</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232749#post2232749</link>
          <description><![CDATA[<p>Would it be in the future plan to integrate CMSBuilder with the mysqli extension ?</p>
<p>PHP 5.4 has depreciated the extension of mysql</p>

<p>Thank you</p>]]></description>
          <pubDate>Thu, 19 Dec 2013 06:38:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232749#post2232749</guid>
        </item>
                <item>
          <title>User&apos;s password encryption</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231171#post2231171</link>
          <description><![CDATA[<p>In fact, I've tried to implement a section with passwords protection which is using CMS accounts... I've came to the problem I wasn't able to connect correctly since there is one user without any protection and other ones have an encryption.</p>
<p>I did something else to make it possible. </p>
<p>But I'll know for the next time.</p>]]></description>
          <pubDate>Tue, 09 Jul 2013 16:17:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231171#post2231171</guid>
        </item>
                <item>
          <title>User&apos;s password encryption</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231162#post2231162</link>
          <description><![CDATA[<p>Is it normal that the admin password is not encrypted in the cms_account BD'S but the other one created after the installation are all encrypted with sha1 ???</p>]]></description>
          <pubDate>Tue, 09 Jul 2013 05:53:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231162#post2231162</guid>
        </item>
                <item>
          <title>Re: [robin] Image cannot be shown on the subDomain</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212638#post2212638</link>
          <description><![CDATA[Nice thanks it works perfectly now. <br /><br />Again thank you for your fast answers and your time. <br />Continue your great work.<br />]]></description>
          <pubDate>Tue, 09 Aug 2011 20:23:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212638#post2212638</guid>
        </item>
                <item>
          <title>Re: [robin] Image cannot be shown on the subDomain</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212621#post2212621</link>
          <description><![CDATA[It's exactly what I did. In the wysiwyg on the link for the image I set this http://rdsign.net/cmsRDSign/uploads/rating.jpg but the CMS seems to strip the domain. It removed the http://rdsign.net so when we get the page the image isn't shown. <br />It's become a bigger problem if I would like to have my assets on subdomain to cached them.<br /><br />I don't know if it can't keep an absolute path or it's cause I put the same domain that the CMS is host so CMS builder rip the useless domain.<br /><br />Thanks for your quick answer.<br />]]></description>
          <pubDate>Tue, 09 Aug 2011 08:03:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212621#post2212621</guid>
        </item>
                <item>
          <title>Image cannot be shown on the subDomain</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212586#post2212586</link>
          <description><![CDATA[Hi I recently had a problem with the uploads on CMS builder. <br />I updated to the 2.11 to have the rel path feature on the uploads, but I can work around my problem. In fact, I installed CMS builder on my root. I used it on my main website and on a subdomain. I don't get any problems at this point. In a wysiwyg field, I uploads an image (for the used of  the subdomain portion) I can see the image correctly. On the website the image is not found. You can take a deeper look there. http://beta.rdsign.net/code/ If you put the direct patch instead it's seems to works. Images are now displayed. http://rdsign.net/beta/code/<br /><br />I've tried to set the uploads field fo the wysiwyg with a absolute path like so : http://rdsign.net/cmsRDSign/uploads/ to be sure it will reach the pictures. But It doesn't seems to work. If I take a look of the generated code, it's still written only /cmsRDSign/uploads/. <br /><br />There is a way I can do to get the pictures displayed correctly when I'm on the subdomain beta.rdsign.net/code/ and not only on the rdsign.net/beta/code/ ????<br /><br />Thanks you<br />]]></description>
          <pubDate>Sun, 07 Aug 2011 17:14:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212586#post2212586</guid>
        </item>
                <item>
          <title>Re: [Damon] cmsAdmin page is empty</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212150#post2212150</link>
          <description><![CDATA[No I already have the index.html file. <br />I guess it's my htaccess then. Im not a pro with htaccess.<br />I only have 3 rules for now:<br />RewriteRule ^(en|fr)/contact/$ contact.php?lang=$1 [QSA,L]<br />RewriteRule ^(en|fr)/faq/$ faq.php?lang=$1 [QSA,L]<br />RewriteRule ^(en|fr)/(.*)$ $2?lang=$1 [QSA,L]<br /><br />If I remove them, it seems to work, so it's definitively my htaccess.<br />]]></description>
          <pubDate>Wed, 06 Jul 2011 11:44:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212150#post2212150</guid>
        </item>
                <item>
          <title>cmsAdmin page is empty</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212071#post2212071</link>
          <description><![CDATA[Since the version 2.09, when trying to reach the admin panel like so : http://www.website.com/cmsAdmin/ it gives me an empty page. Usually it was forwarding me to the website.com/cmsAdmin/admin.php. But it doesn't do it anymore. I need to write it down completely. I've try to modify my htaccess to send the /cmsAdmin/ to the php page. It worked fine but when trying to upload an image in a upload field it gave me an 404 error. So there is a way to make it works. Is it a problem with the version? Or do I need to change something in the htaccess of cmsBuilder ?<br /><br />Thank you<br />]]></description>
          <pubDate>Sun, 03 Jul 2011 10:01:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212071#post2212071</guid>
        </item>
                <item>
          <title>Re: [Jason] Try to display code in the WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211340#post2211340</link>
          <description><![CDATA[Nice it's working great. <br />I found another way too.<br />In html I pasted :<br />&lt;pre&gt;&lt;code class=&quot;prettyprint&quot;&gt;short text&lt;/code&gt;&lt;/pre&gt;<br />I go back in normal view and replace the short text with my html, javascript or css code.<br />It's a bit painfull but it did the job. <br />Your method is simplier than mine. Thank you.<br />]]></description>
          <pubDate>Mon, 16 May 2011 12:46:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211340#post2211340</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Try to display code in the WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211325#post2211325</link>
          <description><![CDATA[Well I could certainly use something like a lightbox. But I will need to put the code in the wysiwyg too. So the code will be alter and rendered and will get the same result I guess. <br /><br />There is so much blog with a Code tag that work. There is certainly a way to do it. CMS Builder should care about people who want to create a blog with there great CMS.<br />]]></description>
          <pubDate>Sat, 14 May 2011 11:17:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211325#post2211325</guid>
        </item>
                <item>
          <title>Re: [incube] Try to display code in the WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211324#post2211324</link>
          <description><![CDATA[I tried with a textbox. Doesn't work either.<br />I really need a way that I can put anything between a tag that will not be rendered or alter in any ways.<br />]]></description>
          <pubDate>Sat, 14 May 2011 11:14:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211324#post2211324</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Try to display code in the WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211322#post2211322</link>
          <description><![CDATA[Naaaa doesn't work. <br />You can see what I mean there:<br /><a target="_blank" href="http://beta.rdsign.net/code/article_6">http://beta.rdsign.net/code/article_6</a><br />It work for light html. But as soon as I put my complex structure it strips all my code and doesn't render the good thing. I should maybe use a Textbox instead and put my html inside it.<br />]]></description>
          <pubDate>Sat, 14 May 2011 11:08:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211322#post2211322</guid>
        </item>
                <item>
          <title>Try to display code in the WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211319#post2211319</link>
          <description><![CDATA[Hi I did a blog with the CMS builder. I'm trying to display some code inside it. <br />I want to put some HTML, CSS and JAVASCRIPT to be displayed as is. <br />In the wysiwyg field, I clicked on the HTML and put my HTML. When there is a place I would like to display code I put <br />&lt;pre&gt;&lt;code class=&quot;prettyprint&quot;&gt; the code... &lt;/code&gt;&lt;/pre&gt;<br />It doesn't work. I mean wysiwyg modify my code. <br />I would like to have a way to put some code in the field wysiwyg that it will not be modify or interpreting.<br />Most blog have a CODE tag that do the trick. <br /><br />Thank you<br />]]></description>
          <pubDate>Sat, 14 May 2011 10:19:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211319#post2211319</guid>
        </item>
              </channel>
    </rss>
  