<?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%3Abruno</link>
        <description></description>
        <pubDate>Wed, 29 Apr 2026 05:07:38 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Abruno&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Djulia] Notice: CMSB v2.06 Beta!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206528#post2206528</link>
          <description><![CDATA[Djulia, <br /><br />Who do you use for hosting? I've seen this issue on some shared hosts and occasionally on a cloud host we use.<br /><br />Here's how I have been able to fix it:<br /><br />If you are experiencing a problem with the standard way sessions are stored, you can change how your PHP sessions are handled by using a .htaccess file.<br /><br />Just open your .htaccess file (or create a new one if one doesn't already exist) and add the following:<br /><br /><code>php_value session.gc_probability 1<br />php_value session.gc_divisor 100<br />php_value session.gc_maxlifetime 3600<br />php_value session.save_path /full/path/to/your/site/</code><br /><br />Note that the save_path should be the full path to your site on the server. You can find this in CMSB under Admin &gt; General Website Root Directory<br /><br />Let me know if that works for you!<br /><br />- Brunello<br />]]></description>
          <pubDate>Thu, 02 Sep 2010 08:41:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206528#post2206528</guid>
        </item>
                <item>
          <title>Default Values for fields not showing up</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200431#post2200431</link>
          <description><![CDATA[I'm trying to add default text for a field. I have added a field within the section editor and set a default value:<br /><br />http://brunellocreative.com/field-value.gif<br /><br />When I try to edit the page within the CMS the default value does not appear:<br /><br />http://brunellocreative.com/field-value-blank.gif<br /><br />Any idea why this is happening?<br /><br />Thanks<br />]]></description>
          <pubDate>Mon, 30 Nov 2009 10:11:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200431#post2200431</guid>
        </item>
                <item>
          <title>RSS Feed date/time problems</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200228#post2200228</link>
          <description><![CDATA[Hi, <br /><br />I have created a feed from the blog section of a site running CMS builder. RSS feed seems to be displaying in browsers just fine, but facebook is being picky about validation. <br /><br />I used a feedvalidator here:<br /><br />http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fcamusaromance.com%2Fblog%2Frss.xml.php<br /><br />It sees that in order for the feed to be valid the pubdate needs to be RFC-822 date-time format. <br /><br />Im currently generating the date time this way: &lt;pubDate&gt;&lt;?php echo date(&quot;r&quot;, strtotime($record['date'])) ?&gt;&lt;/pubDate&gt; <br /><br />Any idea how I would generate the time with php in that format?<br />]]></description>
          <pubDate>Fri, 13 Nov 2009 12:45:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200228#post2200228</guid>
        </item>
                <item>
          <title>Temp Upload dir &apos;&apos; does&apos;t exist!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195953#post2195953</link>
          <description><![CDATA[I installed the most recent version of the CMS 1_26 on a website and am having trouble getting any uploads to work. I keep encountering this error:<br /><br />Temp Upload dir '' does't exist! Ask server admin to check 'upload_tmp_dir' setting in php.ini.<br /><br />I have seen other threads that say to upgrade the CMS to fix this solution, but I have the most recent version of the CMS. <br /><br />How do I fix this?<br /><br />Thanks, <br />Niki<br />]]></description>
          <pubDate>Tue, 24 Feb 2009 11:00:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195953#post2195953</guid>
        </item>
                <item>
          <title>Re: [Dave] missing php &apos;gd&apos; extnsion</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195752#post2195752</link>
          <description><![CDATA[Thanks for the quick response Dave! I did a search after I posted this and found the same info! Sorry I didnt do that before posting :)<br /><br />Niki<br />]]></description>
          <pubDate>Wed, 11 Feb 2009 17:37:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195752#post2195752</guid>
        </item>
                <item>
          <title>missing php &apos;gd&apos; extnsion</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195748#post2195748</link>
          <description><![CDATA[I was installing CMS builder and ran into this error. Never encountered this before.<br /><br />This program requires the PHP 'GD' extension.<br />Please ask your server administrator to install missing PHP extension(s).<br /><br />Can you advise on what to do about this?<br /><br />Thanks, <br />Niki<br />]]></description>
          <pubDate>Wed, 11 Feb 2009 16:07:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195748#post2195748</guid>
        </item>
                <item>
          <title>Reverse foreach order</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195730#post2195730</link>
          <description><![CDATA[I've got lightbox running on my page that links to the image gallery from a thumbnail. For some reason they lightbox image are loading in reverse order. The caption says 3 of 3 when it should say 1 of 3. I was wondering if there is a way to reverse the foreach order.<br /><br /><br /><code>&lt;?php<br />  <br />  require_once &quot;/Documents/design/Brunello-Redesign/dev/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($web_portfolioRecords, $web_portfolioMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'web_portfolio',<br />  ));<br /><br />?&gt;<br /><br />              <br />&lt;?php foreach ($web_portfolioRecords as $record): ?&gt;<br />	&lt;div class=&quot;grid_4&quot;&gt;<br />	<br />		<br />		<br />&lt;!-- begin lightbox link --&gt;<br />&lt;?php <br />foreach ($record['main_images'] as $upload): ?&gt; <br />		&lt;?php if ($upload): ?&gt;  <br />		&lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox[web1&lt;?php echo $record['title'] ?&gt;]&quot; title=&quot;Record title: &lt;?php echo $record['title'] ?&gt;&quot; &gt;<br />        &lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;<br /><br /><br /><br />&lt;!-- Begin Thumbnail Image  --&gt;<br />&lt;?php <br />foreach ($record['thumbnail'] as $upload): ?&gt;<br />	&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; class=&quot;portfolioImg&quot; /&gt;&lt;/a&gt;&lt;!-- end lightbox link --&gt;<br />&lt;?php endforeach ?&gt;&lt;!-- end thumbmail for each --&gt;<br />        <br />        <br />      <br />      <br /> &lt;!-- links for lightbox --&gt;     <br />&lt;?php <br />foreach ($record['main_images'] as $upload): ?&gt;<br />	&lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox[web2&lt;?php echo $record['title'] ?&gt;]&quot; title=&quot;Record title: &lt;?php echo $record['title'] ?&gt;&quot; &gt;&lt;/a&gt;<br />&lt;?php endforeach ?&gt;<br /> &lt;!-- end links for lightbox --&gt;     <br /><br /><br /><br />      <br />        <br />        <br />&lt;h3&gt;&lt;?php echo $record['title'] ?&gt;&lt;/h3&gt;<br /><br />&lt;?php echo $record['project_description'] ?&gt;<br /><br />&lt;!-- begin view more link --&gt;<br /><br />&lt;p&gt;<br />&lt;?php <br />foreach ($record['main_images'] as $upload): ?&gt; <br />		&lt;?php if ($upload): ?&gt;  <br />			&lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox[web3&lt;?php echo $record['title'] ?&gt;]&quot; title=&quot;Record title: &lt;?php echo $record['title'] ?&gt;&quot; &gt;<br />        &lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;View More &amp;raquo;&lt;/a&gt;&lt;/p&gt;<br /><br /><br />&lt;!-- end view more link --&gt;</code><br /><br />Thanks!<br /><br />Niki<br />]]></description>
          <pubDate>Tue, 10 Feb 2009 16:02:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195730#post2195730</guid>
        </item>
                <item>
          <title>Re: [bruno] Identify first upload in multiple upload field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195712#post2195712</link>
          <description><![CDATA[Hey Dave, <br /><br />That seems to work but now I have another CMS Builder/lightbox related problem. I will start a new thread for this. <br /><br /><br />Thanks!<br /><br />Niki<br />]]></description>
          <pubDate>Mon, 09 Feb 2009 16:06:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195712#post2195712</guid>
        </item>
                <item>
          <title>Identify first upload in multiple upload field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195695#post2195695</link>
          <description><![CDATA[I was wondering if there was a way to identify each image in a multiple upload image field. I'm trying to isolate the link to the first upload. The code I currently have links to each image within the foreach loop. <br />Heres my viewer code<br /><br /><code>&lt;?php<br />  <br />  require_once &quot;/Documents/design/Brunello-Redesign/dev/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($print_portfolioRecords, $print_portfolioMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'print_portfolio',<br />  ));<br /><br /><br /><br />and my foreach loop for the images:<br /><br /><code>      &lt;?php foreach ($record['main_image'] as $upload): ?&gt;<br />         <br />     <br />           &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;<br /><br /> <br />        &lt;?php endforeach ?&gt;</code><br />]]></description>
          <pubDate>Mon, 09 Feb 2009 11:13:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195695#post2195695</guid>
        </item>
                <item>
          <title>Send email when new record is entered</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195019#post2195019</link>
          <description><![CDATA[Is there a way to get CMS builder to generate an email to notify when a new record is created by a user?<br /><br />for ex: http://brooksproperties.com/properties/propertyDetail.php?14-Rte-111-26<br /><br />Could all the details of the property be sent to an email when the record is created? How would I go about doing this?<br /><br />Thanks <br /><br />Niki<br />]]></description>
          <pubDate>Mon, 05 Jan 2009 12:33:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195019#post2195019</guid>
        </item>
                <item>
          <title>Re: [Dave] No Record found on secondary pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194698#post2194698</link>
          <description><![CDATA[Dave - <br /><br />Thanks so much for all your help! Its the quick answers to all the newbie questions that make the support of your products great!<br /><br />Niki<br />]]></description>
          <pubDate>Fri, 12 Dec 2008 10:05:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194698#post2194698</guid>
        </item>
                <item>
          <title>Re: [ross] No Record found on secondary pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194659#post2194659</link>
          <description><![CDATA[The pages are working, but the footer include file is not loading the footer content. It works on the index/list page ( http://brooksproperties.com/news/ ) and the news 1 record ( http://brooksproperties.com/news/newsArticle.php?News-Item-1-1 )<br /> but none of the news article pages after that ( http://brooksproperties.com/news/newsArticle.php?News-Item-2-2 http://brooksproperties.com/news/newsArticle.php?News-Item-3-3  http://brooksproperties.com/news/newsArticle.php?News-Item-4-4 )<br />]]></description>
          <pubDate>Thu, 11 Dec 2008 13:46:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194659#post2194659</guid>
        </item>
                <item>
          <title>No Record found on secondary pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194646#post2194646</link>
          <description><![CDATA[I have a list page displays news: http://brooksproperties.com/news/<br /><br />The footer is an include file. On the second and third articles pages ( http://brooksproperties.com/news/newsArticle.php?News-Item-2-2 http://brooksproperties.com/news/newsArticle.php?News-Item-3-3 ) im getting a 'record not found'. <br /><br />Why does this work on the first article page, and index page, but not the secondary pages? <br /><br />Ive attached the newsArticle page, list page, and footer. <br /><br /><br />Thanks!<br /><br />Niki<br />]]></description>
          <pubDate>Thu, 11 Dec 2008 11:12:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194646#post2194646</guid>
        </item>
                <item>
          <title>Re: [bruno] Where can I change &quot;Max Seconds Per Step&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227092#post2227092</link>
          <description><![CDATA[Found it:<br /><br />Admin &gt; Server Settings &gt; Max Process Time<br />]]></description>
          <pubDate>Thu, 11 Dec 2008 10:55:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227092#post2227092</guid>
        </item>
                <item>
          <title>Where can I change &quot;Max Seconds Per Step&quot;?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227091#post2227091</link>
          <description><![CDATA[I'm using ArtMan 2 and attempting to move several thousand records from MySQL database to a flat file database (please don't ask why)<br /><br />About 1/3 of the way through, the transfer is interrupted and I recieve this error message.<br /><br /><blockquote><br />The server timed out and was unable to complete the move operation.<br />The last status message was: Copying records 3901 - 3950 of 9940 to table db_food_article_new<br />Set 'Max Seconds Per Step' to a lower value and try again.</blockquote><br /><br />Can you let me know where to adjust the value for Max Seconds Per Step?<br /><br />Thanks!<br />Bruno<br />]]></description>
          <pubDate>Thu, 11 Dec 2008 10:46:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227091#post2227091</guid>
        </item>
                <item>
          <title>Re: [Dave] search multiple fieldnames from one searchbox?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194610#post2194610</link>
          <description><![CDATA[Thanks Dave!<br />]]></description>
          <pubDate>Tue, 09 Dec 2008 16:13:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194610#post2194610</guid>
        </item>
                <item>
          <title>search multiple fieldnames from one searchbox?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194602#post2194602</link>
          <description><![CDATA[Hello!<br /><br />Im trying to create a search box that will allow me to search an address, city, state and property highlights as keywords.  Is there a way to have the form search multiple fields? Perhaps something like this:<br /><br />name=&quot;property_highlights_keyword, address_keyword, city_keyword&quot;<br /><br /><br />Just not sure of the syntax<br /><br /><br /><br /> <code>  &lt;form method=&quot;post&quot; action=&quot;/properties/searchResults.php&quot;&gt;<br />  <br />  <br />   <br />    &lt;input class=&quot;propertySearchbox&quot; width=&quot;250px&quot; type=&quot;text&quot; name=&quot;property_highlights_keyword&quot; /&gt;<br />    &lt;input type=&quot;submit&quot; value=&quot;Go&quot; class=&quot;searchBtn&quot;&gt;<br />   <br />    <br />    <br />    &lt;/form&gt;</code><br /><br /><br />Thanks, <br /><br />Niki<br />]]></description>
          <pubDate>Tue, 09 Dec 2008 15:04:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194602#post2194602</guid>
        </item>
                <item>
          <title>php if then based on checkbox</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194538#post2194538</link>
          <description><![CDATA[I'm trying to display (or not display) an image based on a check box selection :<br /><br /><code>&lt;?php<br />  <br />  require_once &quot;/home/brookspr/public_html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($propertiesRecords, $propertiesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'properties',<br />    'perPage'     =&gt; '10',<br />  ));<br /><br />?&gt;<br /><br /><br />                                           <br />                &lt;?php foreach ($record['main_photo'] as $upload): ?&gt;<br />         		<br />          <br />         		 &lt;?php if ($record['featured_property'] == &quot;1&quot;): ?&gt; <br />                 <br />                 <br />                  &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;  border=&quot;0&quot; alt=&quot;&lt;?php echo $upload['info1'] ?&gt;&quot; /&gt;<br />                                                     <br />                                                     <br />           <br />           <br />           <br />           <br />           <br />            &lt;?php else: ?&gt;<br />           &lt;?php endif ?&gt;<br /><br />     &lt;?php endforeach ?&gt;     <br /><br /><br />            </code><br /><br />I keep getting this error: <br /><br />Notice: Undefined variable: record in /home/brookspr/public_html/properties/test.php on line 25 Warning: Invalid argument supplied for foreach() in /home/brookspr/public_html/properties/test.php on line 25<br /><br />...not sure what im doing wrong. I attached the php file<br /><br />Thanks!<br />]]></description>
          <pubDate>Fri, 05 Dec 2008 15:20:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194538#post2194538</guid>
        </item>
                <item>
          <title>Re: [Dave] Internal Server Error 500 when editing field in section editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194455#post2194455</link>
          <description><![CDATA[I sent you an email - thanks dave<br />]]></description>
          <pubDate>Mon, 01 Dec 2008 09:50:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194455#post2194455</guid>
        </item>
                <item>
          <title>Internal Server Error 500 when editing field in section editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194437#post2194437</link>
          <description><![CDATA[Hello!<br /><br />I'm getting an Internal Server Error 500 when editing field in section editor for some reason. I created the field, and then tried to click modify and i get this error. <br /><br />Attached is a screenshot of the error. <br /><br />Anyone know this is happening?<br /><br />Thanks!<br />]]></description>
          <pubDate>Wed, 26 Nov 2008 16:44:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194437#post2194437</guid>
        </item>
                <item>
          <title>Re: [ryan_dot] Populate a dropmenu with database values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194309#post2194309</link>
          <description><![CDATA[I'm trying to do the same thing. This post might help...<br /><br /><a target="_blank" href="http://www.interactivetools.com/iforum/Products_C2/CMS_Builder_F35/Populate_a_dropmenu_with_database_values_P66987/gforum.cgi?post=60625;search_string=mysql%20pull%20in%20table%20to%20drop%20down;guest=31001062&amp;t=search_engine#60625">http://www.interactivetools.com/iforum/Products_C2/CMS_Builder_F35/Populate_a_dropmenu_with_database_values_P66987/gforum.cgi?post=60625;search_string=mysql%20pull%20in%20table%20to%20drop%20down;guest=31001062&amp;t=search_engine#60625</a><br />]]></description>
          <pubDate>Tue, 18 Nov 2008 21:42:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194309#post2194309</guid>
        </item>
                <item>
          <title>Re: [bruno] Blog posts and news items on homepage?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194295#post2194295</link>
          <description><![CDATA[Actually I got this to work by placing the step1 code inside of each divL<br /><br />&lt;?php<br />  <br />  require_once &quot;/nfs/c01/h04/mnt/44900/domains/tinymouse.biz/html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($newsRecords, $newsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />  ));<br />?&gt;<br /><br />It seems that this code does not need to be at the top of the page. Is this correct?<br /><br />http://tinymouse.biz/cmstest/listTest.php<br />]]></description>
          <pubDate>Tue, 18 Nov 2008 15:27:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194295#post2194295</guid>
        </item>
                <item>
          <title>Re: [bruno] Blog posts and news items on homepage?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194294#post2194294</link>
          <description><![CDATA[I think to further clarify im trying to combine a news list page and a blog list page<br />]]></description>
          <pubDate>Tue, 18 Nov 2008 15:02:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194294#post2194294</guid>
        </item>
                <item>
          <title>Re: [Dave] Blog posts and news items on homepage?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194293#post2194293</link>
          <description><![CDATA[Thanks Dave, <br /><br />I think im basically trying to have two lists - news and blog posts/articles show up on the same page. <br /><br />Could it be that both blocks of user code need to be at the top of the document? or do i need to combine these in some day?<br /><br /><br /> &lt;?php<br />  <br />  require_once &quot;/nfs/c01/h04/mnt/44900/domains/tinymouse.biz/html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($newsRecords, $newsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />  ));<br /><br />?&gt;<br /><br />and this: <br /><br /><br />&lt;?php<br />  <br />  require_once &quot;/nfs/c01/h04/mnt/44900/domains/tinymouse.biz/html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($blogRecords, $blogMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'blog',<br />  ));<br /><br />?&gt;<br />]]></description>
          <pubDate>Tue, 18 Nov 2008 14:50:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194293#post2194293</guid>
        </item>
                <item>
          <title>Blog posts and news items on homepage?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194276#post2194276</link>
          <description><![CDATA[Hello, <br /><br />Newbie with this CMS here - trying to figure out how to get articles or blogs to show up on a homepage with news items in a sidebar. <br /><br />http://tinymouse.biz/cmstest/index-blog.php<br /><br />Ive been able to get news items on a page, and blog or articles on a page, but not together. I know there must be some simple way to do this. All I am doing is using the generated code and placing it in my pages. <br /><br />Thanks!<br />]]></description>
          <pubDate>Mon, 17 Nov 2008 16:39:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194276#post2194276</guid>
        </item>
              </channel>
    </rss>
  