<?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%3Akapelle</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 12:47:05 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Akapelle&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [kapelle] searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193435#post2193435</link>
          <description><![CDATA[LOL I have no idea what I'm doing, but it looks like I fixed it. I changed:<br /><br />where =&gt; &quot; DATE_FORMAT(date, '%Y-%m-%d') = '2008-09-16' &quot;,<br /><br />to:<br /><br />'where' =&gt; &quot; DATE_FORMAT(date, '%Y-%m-%d') = '2008-09-16' &quot;, <br /><br />I just put the single quotes around WHERE because the error message said assumed 'where'<br />]]></description>
          <pubDate>Thu, 18 Sep 2008 23:20:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193435#post2193435</guid>
        </item>
                <item>
          <title>Re: [Dave] searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193434#post2193434</link>
          <description><![CDATA[Thanks! It works, but I also get this error message:<br /><br />Notice: Use of undefined constant where - assumed 'where' in /home/content/h/e/a/hearts2god/html/WorshipMax/index.php on line 94<br />]]></description>
          <pubDate>Thu, 18 Sep 2008 23:10:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193434#post2193434</guid>
        </item>
                <item>
          <title>Re: [Dave] searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193422#post2193422</link>
          <description><![CDATA[I don't want to bring up dates by category, I want to bring up dates under the entire section editor table. This is what i have now and it's working, but not what I want:<br /><br />&lt;?php<br />  <br />  require_once &quot;/home/content/h/e/a/hearts2god/html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($resourcesRecords, $resourcesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'resources',<br /><br />     where =&gt; &quot; category = 'music' AND DATE_FORMAT(date, '%Y-%m-%d') = '2008-09-16' &quot;, <br /><br />so, I don't want articles dated the 16th from JUST music, I want all the articles in the tableName resources. How would I write that?<br />]]></description>
          <pubDate>Wed, 17 Sep 2008 22:35:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193422#post2193422</guid>
        </item>
                <item>
          <title>Re: [Dave] separating categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193373#post2193373</link>
          <description><![CDATA[I'm not sure what you mean by &quot;pulldown.&quot;<br /><br />Instead of having Multi Record section editors for each topic, I have them all listed in one Category Menu section editor called &quot;resources.&quot;<br /><br />music, software and links are all under &quot;resources&quot; as parent categories, and I assign articles to these parent categories.<br /><br />Are you saying I should create a Multi Record section editor (not a Category Menu) and add a list field, display as pulldown, create music, software and links list options, then tag my articles using this pulldown?<br />]]></description>
          <pubDate>Mon, 15 Sep 2008 11:25:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193373#post2193373</guid>
        </item>
                <item>
          <title>separating categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193356#post2193356</link>
          <description><![CDATA[Hi, I have three parent categories:<br /><br />music<br />software<br />links<br /><br />I have a bunch of articles on the different topics, and have assigned the topics to a parent category (articles about &quot;music&quot; have been assigned to the &quot;music&quot; parent category.<br /><br />I've grouped these all together in one section editor category so I can have all the articles for a specific date appear on my homepage. - and you all helped me with this on another post.<br /><br />My question now is, Is there a way to separate the categories?<br /><br />Would I have music.php, software.php and links.php pages? All the music articles would be on the music.php page, etc.<br />]]></description>
          <pubDate>Mon, 15 Sep 2008 01:46:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193356#post2193356</guid>
        </item>
                <item>
          <title>Re: [Dave] searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193258#post2193258</link>
          <description><![CDATA[thanks! I got the search working.<br /><br />So, instead of having separate section editors for the different subjects like I normally do, I'll have all the different subjects in ONE section editor as separate categories? With different articles under these separate categories?<br /><br />If that's the case, what code would I use to put separate categories on separate pages? - instead of Admin &gt; Code Generator &gt; select section as I normally put each section editor on a different page, how do I now put the different categories on separate pages?<br /><br />If this is the only way to do it, no problem. But for me it would be easier to do it the regular way of separate section editors (it would be easier I think to keep track of all the content instead of having all the items listed under one category)<br /><br />To make sure I understand, there's no way to pull all the articles with the same date from all the section editors in the database and put them on the index page in a &quot;what's new&quot; section? I'll have to go the route of putting them all in one category section editor?<br />]]></description>
          <pubDate>Mon, 08 Sep 2008 19:40:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193258#post2193258</guid>
        </item>
                <item>
          <title>Re: [Michael Blake] searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193251#post2193251</link>
          <description><![CDATA[Would there be a way to just put a date, like &quot;september 2&quot; in the code, and then it would show all the articles on the index page, no matter which section editor they're in?. I will have a date field, and the code would pull up all the articles that have the date.<br /><br />I would leave the same code in the index page, but just change &quot;september 2&quot; to the next week's date, pulling new articles into my &quot;what's new&quot; section.<br /><br />The only problem is I know nothing of coding so could somebody show me what to put and where to put it - I'm great at cut and paste [:)]<br />]]></description>
          <pubDate>Mon, 08 Sep 2008 16:36:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193251#post2193251</guid>
        </item>
                <item>
          <title>Re: [Jake] searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193240#post2193240</link>
          <description><![CDATA[I'd like to show the articles no matter what section they were posted to - so if I posted articles this week on Tuesday, Sept. 9 in several section editors, I would have only these articles show up in the &quot;what's new&quot; section on the index page. Then, the next week I'd change the code on the index page to only show the articles posted on Tuesday, Sept. 16, etc.<br /><br />I know there's the feature to show only the last few articles, or the latest articles, but I don't want that. I'll have a date field and want to be able to say &quot;I only want the article's title and summary from Sept. 9, from anywhere on the website, to show up on the index page&quot; and there would be a link to the article wherever it is on the website.<br />]]></description>
          <pubDate>Mon, 08 Sep 2008 00:47:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193240#post2193240</guid>
        </item>
                <item>
          <title>searching &amp; tagged content on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193234#post2193234</link>
          <description><![CDATA[Hi, here's my setup. I posted a question a few days ago but have decided to go in a different direction and have 2 questions. I have several section editors:<br /><br />news <br />articles on music <br />articles on websites <br />articles on songwriting <br />articles on sound equipment <br />website links <br />tutorials<br /><br />1. Is it possible to do a search on the entire website and display the results, or can you only search one section editor at a time?<br /><br />2. Each section will have several articles, with new content added each week. Let's say I put a new article in each section on a Monday. Is it possible to tag all the articles by date, then have only the articles from every section tagged by the same date (Monday) appear on the index page, like in a &quot;what's new&quot; section?<br />]]></description>
          <pubDate>Fri, 05 Sep 2008 21:24:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193234#post2193234</guid>
        </item>
                <item>
          <title>Marked items from separate sections appearing on index page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193190#post2193190</link>
          <description><![CDATA[Hi, I just got CMS a few days ago and almost have it ready to go, and I have a question:<br /><br />I have several section editors, each with their own page:<br /><br />news<br />articles on music<br />articles on websites<br />articles on songwriting<br />articles on sound equipment<br />website links<br />tutorials<br />(plus several more)<br /><br />Each section will have new content every Tuesday.<br /><br />What I'd like to do is assign every item in every section a date, then be able to put all the items for a specific date on the index page. Is that possible?<br /><br />So, on the index page will be a &quot;what's new section&quot; and only the items that are tagged with, let's say, &quot;September 2&quot; will show up on the index page. Then, all the new content as well as the old content will all be listed also on the section editor page.<br /><br />Would I need to put a viewer for each section on the index page? Or would there be a way to group several sections together under a single category, then put a viewer for that category on the index page?<br /><br />For example, instead of having a separate viewer for each of the article section editors, could I group all the articles under a category, then have a single viewer that would only post articles dated &quot;September 2?&quot;<br />]]></description>
          <pubDate>Tue, 02 Sep 2008 00:23:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193190#post2193190</guid>
        </item>
              </channel>
    </rss>
  