<?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%3Atrebien</link>
        <description></description>
        <pubDate>Thu, 30 Apr 2026 12:10:41 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Atrebien&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Best way to display multiple sections on single page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213655#post2213655</link>
          <description><![CDATA[Ok... we've searched around, and many posts are several years old regarding this functionality.<br /><br />For a typical homepage, where there may be an &quot;Welcome&quot; blurb, and then some &quot;News&quot; listings, and an &quot;About Us&quot; area, and some other things... it gets messy to add all these fields into a single section editor, and then expect the client to easily manage them.<br /><br />Should we set up different section editors for each &quot;area&quot; of the homepage? This seems intuitive, but also seems bulky, since there will be multiple section editors just for a single page.<br /><br />I am sure this is a common question... but am curious at this point what is &quot;best practices&quot; for the most current version of CMSB?<br /><br />Thanks.<br />]]></description>
          <pubDate>Thu, 27 Oct 2011 08:29:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213655#post2213655</guid>
        </item>
                <item>
          <title>Re: [Dave] Install - CMSB needs a domain name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213435#post2213435</link>
          <description><![CDATA[Dave -<br /><br />What about a shared hosting environment, as is usually the norm?<br /><br />That's where we had the issues...<br />]]></description>
          <pubDate>Thu, 06 Oct 2011 08:05:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213435#post2213435</guid>
        </item>
                <item>
          <title>Install - CMSB needs a domain name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213431#post2213431</link>
          <description><![CDATA[When developing new sites, it seems upon install that CMSB needs a domain name to attach to in order to work properly.<br /><br />This is an issue we came across... we host in a shared environment, and obviously want to &quot;develop&quot; sites before they go live, and THEN swap the DNS to point to this new site when complete.<br /><br />Is this easily feasible? It seems we encountered a lot of errors when the domain wasn't pointed at the hosting environment, yet.<br /><br />Or would it be easier to set up a subdomain, such as &quot;test.domain.com&quot; for the development, then change the DNS to point to that as the domain itself? Just seems like a lot of work.<br /><br />Btw, we host on a PLESK platform. What's the easiest way to accomplish this?<br /><br />Thanks.<br />]]></description>
          <pubDate>Wed, 05 Oct 2011 16:26:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213431#post2213431</guid>
        </item>
                <item>
          <title>Re: [Damon] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212878#post2212878</link>
          <description><![CDATA[Thanks, Damon... did the trick. Seems like CMSB would have some date validation for blank dates, but I understand the dilemma.<br /><br />And for others with the same issues, copy the above code for your &quot;events&quot; page, but then don't forget the following code for your &quot;events_detail&quot; page:<br /><br /><br /><code>&lt;?php if($eventsRecord['date'] != &quot;0000-00-00 00:00:00&quot;)  <br />      { echo date(&quot;D, M jS, Y g:i:s a&quot;, strtotime($eventsRecord['date'])); }  <br />?&gt;</code><br />]]></description>
          <pubDate>Mon, 22 Aug 2011 12:18:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212878#post2212878</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212817#post2212817</link>
          <description><![CDATA[We haven't had time to download and try it, yet... and wanted to see if this was an issue that needed to be addressed through 3rd party, or if there truly is an issue with CMSB so that it can be fixed to begin with... since it is part of the native functionality of CMSB out of the box.<br />]]></description>
          <pubDate>Thu, 18 Aug 2011 13:41:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212817#post2212817</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212814#post2212814</link>
          <description><![CDATA[Thanks for the explanation... and we're on 2.09 I believe...<br /><br />Except for it's outputting November 30th, 1999..<br />]]></description>
          <pubDate>Thu, 18 Aug 2011 13:08:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212814#post2212814</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212806#post2212806</link>
          <description><![CDATA[Ok... I guess what I'm curious about is where it's pulling that date from, and why the system is defaulting that date into the database for blank space in the drop-down selectors in the editor.<br />]]></description>
          <pubDate>Thu, 18 Aug 2011 11:47:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212806#post2212806</guid>
        </item>
                <item>
          <title>Re: [robin] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212787#post2212787</link>
          <description><![CDATA[Yeah, some default date.<br />]]></description>
          <pubDate>Wed, 17 Aug 2011 13:07:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212787#post2212787</guid>
        </item>
                <item>
          <title>Re: [robin] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212782#post2212782</link>
          <description><![CDATA[Just the code generated by the Code Generator:<br /><br /><code>&lt;?php echo date(&quot;D, M jS, Y g:i a&quot;, strtotime($record['date'])) ?&gt;</code><br />]]></description>
          <pubDate>Wed, 17 Aug 2011 12:40:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212782#post2212782</guid>
        </item>
                <item>
          <title>Re: [steve99] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212771#post2212771</link>
          <description><![CDATA[Yeah, it looks like this is what we will have to do... I'm just trying to figure out why the original functionality isn't working.<br />]]></description>
          <pubDate>Wed, 17 Aug 2011 10:54:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212771#post2212771</guid>
        </item>
                <item>
          <title>Re: [steve99] Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212765#post2212765</link>
          <description><![CDATA[That's the thing... that's how we have it set!<br /><br />We also tried changing that option, saving... then changing it back... but same thing... weird.<br />]]></description>
          <pubDate>Wed, 17 Aug 2011 00:46:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212765#post2212765</guid>
        </item>
                <item>
          <title>Empty Date displays default date</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212730#post2212730</link>
          <description><![CDATA[Setting up an &quot;events&quot; page... leaving the date field empty in the editor, but the PHP output shows a date in 1999 instead of nothing. Some event have no date associated with them, so if it's blank, I want the field to remain blank...<br /><br />Any thoughts?<br />]]></description>
          <pubDate>Mon, 15 Aug 2011 20:30:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212730#post2212730</guid>
        </item>
                <item>
          <title>Re: [zick] How to integrate CSS into php output</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212705#post2212705</link>
          <description><![CDATA[Thanks for the info... that's pretty much it. <br /><br />For anyone else that comes across this post, in a nutshell, you add the custom CSS into the &quot;wysiwig.css&quot; file and RENAME it &quot;wysiwig_custom.css&quot; - also rename the &quot;wysiwig.php&quot; file to &quot;wysiwig_custom.php&quot; and upload them both.<br /><br />However, now I have a new problem.<br /><br />My homepage has 2 content areas... one a white background (dark text), and the other dark (with white text). In the editor, when classes are applied to the text in the second section... you can't see it, because the editor is a white background... and the text is changed to white.<br /><br />So... I need to apply a dark background to that second content area in the editor. Or, at the least, tell the editor to ignore CSS rules when displaying in it in that second section.<br /><br />Any help? Surely this is a common problem with CSS and the CMS platform, but I've only found information for changing the CSS for the entire editor.<br />]]></description>
          <pubDate>Sat, 13 Aug 2011 11:54:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212705#post2212705</guid>
        </item>
                <item>
          <title>How to integrate CSS into php output</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212702#post2212702</link>
          <description><![CDATA[Quick question... how can I integrate css into the php output.<br /><br />For instance, using the editor, I want to apply a class to a link. I see a drop-down for applying a class... but where do I put that information so that it pulls up in the editor?<br /><br />Putting a SPAN or DIV attribute helps with font color, but not &lt;a&gt; tags for the links.<br />]]></description>
          <pubDate>Fri, 12 Aug 2011 20:51:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212702#post2212702</guid>
        </item>
                <item>
          <title>Sudden problem with php error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212465#post2212465</link>
          <description><![CDATA[We had a site running the CMS, and then needed to change servers. Both old and new were similar environments, but the old was Plesk 9 and the new is Plesk 10. After migrating the site over, there is an open_basedir restriction error that comes up. Nothing else changed. Just for kicks, we turned ON PHP safe mode, then turned it OFF again to see if that would help reset anything, but it didn't.<br /><br />Here is the error at the header of each page:<br /><br />Warning: is_dir(): open_basedir restriction in effect. File(/var/www/vhosts/sitename.com/httpdocs) is not within the allowed path(s): (/var/www/vhosts/sitename.com/httpdocs/:/tmp/) in /var/www/vhosts/sitename.com/httpdocs/cmsAdmin/lib/init.php on line 173<br /><br />Our hosting support offered to  disable PHP open_basedir protection, but I don't think that's the answer and feel something else is happening with the configuration.<br />]]></description>
          <pubDate>Sun, 31 Jul 2011 12:08:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212465#post2212465</guid>
        </item>
              </channel>
    </rss>
  