<?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%3Acreativodigital</link>
        <description></description>
        <pubDate>Thu, 30 Apr 2026 20:53:39 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acreativodigital&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Mysql console plugin amendments not displaying in cms section editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245439#post2245439</link>
          <description><![CDATA[<p>Hi,</p>
<p>When I am adding a new section editor based on an existing multi section and then using the mysql console plugin to amend the field names in the new sections with a command to alter the names such as:</p>
<p>ALTER TABLE cms_table_name CHANGE old_name new_name mediumtext;</p>
<p>They seem to not be updating when i go back to section viewer (but viewing phpmyadmin they have been renamed ok in the actual database itself)</p>
<p>Can anyone give me any pointers and to how to make display of these refresh in the section editor within the cms?</p>
<p>I am running the latest version of CMS Builder</p>
<p>Thanks!</p>
<p>Elliot</p>]]></description>
          <pubDate>Thu, 04 Mar 2021 04:19:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245439#post2245439</guid>
        </item>
                <item>
          <title>Re: [Jason] Error After Upgrading 2.04 to 2.05 - Strict Standards: var: Deprecated.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205484#post2205484</link>
          <description><![CDATA[Hi Jason<br /><br />The code change resolved the errors [:)]<br /><br />Many thanks for your help!<br />]]></description>
          <pubDate>Fri, 16 Jul 2010 03:12:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205484#post2205484</guid>
        </item>
                <item>
          <title>Error After Upgrading 2.04 to 2.05 - Strict Standards: var: Deprecated.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205442#post2205442</link>
          <description><![CDATA[Hi<br /><br />I have the following error after upgrading one of my sites from 2.04 to 2.05:<br /><br />Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in /var/www/vhosts/mysite.com/httpdocs/cms/lib/field_class.php on line 14<br /><br />Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in /var/www/vhosts/mysite.com/httpdocs/cms/lib/field_class.php on line 15<br /><br />Can you advise on a fix for this?<br /><br />I took a look at field_class.php which i think is a new file but was unsure how to proceed<br /><br />Many thanks in advance for the support and keep up the good work! [;)]<br />]]></description>
          <pubDate>Wed, 14 Jul 2010 10:33:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205442#post2205442</guid>
        </item>
                <item>
          <title>Re: [Donna] Website Membership v1.01 Released</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201578#post2201578</link>
          <description><![CDATA[hi donna<br /><br />yes i tried it with a few different email addresses i have to make sure it wasnt a problem with my email address but still no blind copy was received anywhere... i also tried bcc, Cc, cc etc and no joy..<br /><br />its pretty important for us as we intend to allow the public to sign up for an account and post listings into cmsbuilder and then onto the site after our review/approval (a seperate approved field will display these listings on the site) so the email will save us entering the system if there are no new members to approve, allow us to approve listing a lot quicker when they are submitted and keep track of things a lot easier etc...<br /><br />will wait for your advice [;)]<br /><br />many thanks!<br />]]></description>
          <pubDate>Wed, 03 Feb 2010 04:34:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201578#post2201578</guid>
        </item>
                <item>
          <title>Re: [alissi] Website Membership v1.01 Released</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201558#post2201558</link>
          <description><![CDATA[i just set this up on another installation of cmsbuilder on a different server to test and the bcc code does not work there either...<br />]]></description>
          <pubDate>Tue, 02 Feb 2010 11:37:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201558#post2201558</guid>
        </item>
                <item>
          <title>Re: [Dave] Website Membership v1.01 Released</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201557#post2201557</link>
          <description><![CDATA[hi dave, thanks ever so much for the great support as always!<br /><br />setting the expiry date works perfectly!! <br /><br />re the bcc:<br /><br /><code>$mailResult = @mail($to, $subject, $message, &quot;From: {$SETTINGS['adminEmail']}\r\nBCC: you@example.com&quot;); <br />  if (!$mailResult) { die(&quot;Mail Error: $php_errormsg&quot;); }</code><br /><br />does not blind copy me, nothing comes through (i tried with a couple of accounts to make sure it wasnt my email account)<br /><br />i guess this could be a server issue thats not allowing me to bcc? do you know of a work around?<br /><br />and yes if you could supply the code so that the website access is a matched expiry as per the cms admin access that would be much appreciated<br /><br />thanks very much!!!<br />]]></description>
          <pubDate>Tue, 02 Feb 2010 11:20:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201557#post2201557</guid>
        </item>
                <item>
          <title>Re: [Dave] Website Membership v1.01 Released</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201551#post2201551</link>
          <description><![CDATA[hi dave/itools<br /><br />firstly thanks for releasing this plugin really looks like it has a lot of potential! (put my name down for the paypal wishlist too - if this were integrated either in this script or another plugin it really would be a great addition and very useful in a number of projects!)<br /><br />i would like to be copied or informed via email when a new user signs up and a new user account is added but i cannot see anywhere in the instructions to add this facility?<br /><br />could you advise on how to set this up?<br /><br />i would also like to make it so that when new users signup via the signup.php form the account expires in X number of days rather than never or a set date<br /><br />i can see i need to edit the line in signup.php <br /><br />expiresDate      = '0000-00-00 00:00:00',<br /><br />with some form of now()+x days statement but wondered if you could confirm the code needed?<br /><br />best regards and looking forward to see how this plugin develops! [:)]<br />]]></description>
          <pubDate>Tue, 02 Feb 2010 05:00:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201551#post2201551</guid>
        </item>
                <item>
          <title>Upload Fields - Character Limit - Change Upload Text Field to Text Box or WYSIWYG</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200397#post2200397</link>
          <description><![CDATA[Hello all,<br /><br />In the default cms builder set-up it appears the text field for Upload fields: info1, info2 etc... has a set limit of 255 characters<br /><br />Can anyone point me to where i can increase this limit?<br /><br />Also re Upload fields is it possible to change the upload field to be a text box or better still a wysiwyg editor rather than a text field<br /><br />Best Regards [:)]<br />]]></description>
          <pubDate>Wed, 25 Nov 2009 05:25:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200397#post2200397</guid>
        </item>
              </channel>
    </rss>
  