<?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%3Aaharrow</link>
        <description></description>
        <pubDate>Wed, 29 Apr 2026 01:08:51 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aaharrow&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [aharrow] Most Read/View Articles</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195018#post2195018</link>
          <description><![CDATA[Hi Dave,  <br /><br />I got the intial code working <span style="color: #ff0000"><i>&lt;?php incrementCounterField('press_news', 'hits', $press_newsRecord['num']); ?&gt;</i>[/#ff0000] <br /><br />However, I have got multiple sections and really wanted to do an &quot;includes page&quot; with the most read articles (combination of different sections). <br /><br />How would I be able to combine my results to show on one page. example Top 5 Most read articles  <span style="color: #ff0000"><i>&lt;?php incrementCounterField('press_news', 'hits', $press_newsRecord['num']); ?&gt; </i><span style="color: #000000">and [/#000000][/#ff0000]<span style="color: #ff0000"><i>&lt;?php incrementCounterField('featured', 'hits', $featuredRecord['num']); ?&gt;  </i>[/#ff0000] <br /><br />Thanks in advance.<br />]]></description>
          <pubDate>Mon, 05 Jan 2009 10:25:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195018#post2195018</guid>
        </item>
                <item>
          <title>Re: [Dave] Most Read/View Articles</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195017#post2195017</link>
          <description><![CDATA[Sorry for the late response Dave, got caught up in the holidays. Im giving it a shot now. Thanks for you help.<br />]]></description>
          <pubDate>Mon, 05 Jan 2009 09:34:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195017#post2195017</guid>
        </item>
                <item>
          <title>Re: [Dave] Most Read/View Articles</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194977#post2194977</link>
          <description><![CDATA[Can you tell me what kind of field should the &quot;hits&quot; field be. (checkbox, hidden......) <br /><br />Also the code <span style="color: #ff0000"><i>&quot;</i>[font &quot;Verdana&quot;]<font size="2"><i>&lt;?php incrementCounterField('news', 'hits', $newsRecord['num']); ?&gt; &quot;</i>  <span style="color: #000000">can it be placed anywhere in the body of article.[/#000000]</font></span>[/#ff0000] <br /><br />[font &quot;Verdana&quot;]<span style="color: #ff0000"><font size="2"><span style="color: #000000">As it stands right now this is a sample of my code[/#000000]   </font>[/#ff0000]</span> <br /><br /><i>[font &quot;Verdana&quot;]<span style="color: #ff0000"><font size="2">list($featuredRecords, $featuredMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'featured',<br />    'limit'       =&gt; '2',<br />    'orderBy'     =&gt; 'date DESC, title',<br />    'where' =&gt; 'archive = 0', <br />  ));</font>[/#ff0000]</span></i> <br /><br /><i>[font &quot;Verdana&quot;]<span style="color: #ff0000"><font size="2">?&gt;</font>[/#ff0000]</span></i> <br /><br />[font &quot;Verdana&quot;]<font size="2">do i put the increment code on this (list) page or on the details page</font></span> <br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 31 Dec 2008 14:42:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194977#post2194977</guid>
        </item>
                <item>
          <title>Most Read/View Articles</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194962#post2194962</link>
          <description><![CDATA[Is there a way i can check the most read or most viewed articles. If this CMS cannot do it can someone provide me with a possble solutions. <br /><br />Thanks.<br />]]></description>
          <pubDate>Wed, 31 Dec 2008 10:36:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194962#post2194962</guid>
        </item>
                <item>
          <title>Re: [Dave] Help needed to add content from multiple sections on one page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192856#post2192856</link>
          <description><![CDATA[Hi Dave, <br /><br />Works like a charm, but for anyone else who needed this the last suggestion from dave was missing the quote:  <br /><br />'allowSearch'   =&gt; false, and not allowSearch   =&gt; false, <br /><br />Thank you very much for your assistance.<br />]]></description>
          <pubDate>Wed, 06 Aug 2008 13:30:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192856#post2192856</guid>
        </item>
                <item>
          <title>Re: [Dave] Help needed to add content from multiple sections on one page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192852#post2192852</link>
          <description><![CDATA[Hi Dave this is exactly what i need and it works, however the News Section is a listing and when i select NEXT the About Us generates and error. <br /><br />Have a look at a demo site: <a target="_blank" href="http://www.greenparrothotel.com/opsr/index.php">http://www.greenparrothotel.com/opsr/index.php</a> <br /><br />The only parts the are active are the News and About Us Sections on the home page. <br /><br />This is the error msg generated on the About Us Section: &quot;Warning: Invalid argument supplied for foreach() in D:\hshome\greenparrot\greenparrothotel.com\opsr\index.php on line 255&quot;]]></description>
          <pubDate>Wed, 06 Aug 2008 13:04:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192852#post2192852</guid>
        </item>
                <item>
          <title>Help needed to add content from multiple sections on one page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192844#post2192844</link>
          <description><![CDATA[I was very impressed with you Realty Manager and decided to give your CMS a try. However i need some help in adding content from multiple sections on one page. <br /><br />Example on my home page i would like a News Article listing (which i have already done using: <br /><br />&lt;?php<br />  <br />  require_once &quot;/control/lib/viewer_functions.php&quot;; <br /><br /> list($newsRecords, $newsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'news',<br />    'perPage'     =&gt; '1',<br />  )); ?&gt;<br /><br />to combine with other sections for instance summary aticles or a summary of the about us. <br /><br />&lt;?php<br />  <br />  require_once &quot;/control/lib/viewer_functions.php&quot;; <br /><br />list($aboutRecords, $aboutMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'about',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $aboutRecord = @$aboutRecords[0]; // get first record <br />?&gt; <br /><br />Can you explain how i can get this accomplished and keep in mind i would like to add more than 2 sections. <br /><br />Thank you and keep up the good work]]></description>
          <pubDate>Wed, 06 Aug 2008 09:58:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192844#post2192844</guid>
        </item>
              </channel>
    </rss>
  