<?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%3AJWill777</link>
        <description></description>
        <pubDate>Tue, 05 May 2026 09:15:30 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AJWill777&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Remove &quot;All Articles&quot; link</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205195#post2205195</link>
          <description><![CDATA[Perfect! I appreciate your quick response.<br /><br />Jason<br />]]></description>
          <pubDate>Wed, 30 Jun 2010 13:14:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205195#post2205195</guid>
        </item>
                <item>
          <title>Re: [Jason] Remove &quot;All Articles&quot; link</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205192#post2205192</link>
          <description><![CDATA[Here you go. Attached is my original version.<br />]]></description>
          <pubDate>Wed, 30 Jun 2010 12:56:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205192#post2205192</guid>
        </item>
                <item>
          <title>Re: [Jason] Remove &quot;All Articles&quot; link</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205183#post2205183</link>
          <description><![CDATA[The &quot;All Articles&quot; link is gone but it still shows all articles when you visit the page. The problem is that we will have hundreds of articles and I don't want them all displayed at once. I only want articles show when a category or subcategory is selected. I'm also getting an &quot;Undefined variable&quot; error with your code when a category is selected. Sample page below.<br /><br />http://www.nellhills.com/articlesList.php?<br />]]></description>
          <pubDate>Wed, 30 Jun 2010 11:27:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205183#post2205183</guid>
        </item>
                <item>
          <title>Remove &quot;All Articles&quot; link</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205172#post2205172</link>
          <description><![CDATA[I would like to remove the &quot;All Articles&quot; link and not have any categories selected. Basically, I don't want any articles shown until someone clicks a category or subcategory. Code below.<br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br />  require_once &quot;/var/www/html/cmsAdmin/lib/viewer_functions.php&quot;;<br />  <br />  list($categoriesRecords, $selectedCategory) = getCategories(array( <br />    'tableName'   =&gt; 'categories',<br />  ));<br /><br />  list($articlesRecords, $articlesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'articles',<br />  ));<br /><br />?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br /> &lt;head&gt;<br />  &lt;title&gt;&lt;/title&gt;<br />  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;<br /> &lt;/head&gt;<br />&lt;body&gt;<br /><br />  &lt;h1&gt;Categories&lt;/h1&gt; <br />  &lt;ul&gt; <br />    &lt;li&gt;&lt;a href=&quot;?&quot;&gt;(All Articles)&lt;/a&gt;&lt;/li&gt; <br />    &lt;?php foreach ($categoriesRecords as $categoryRecord): ?&gt; <br />      &lt;?php echo $categoryRecord['_listItemStart'] ?&gt; <br />       <br />      &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;b&gt;&lt;?php endif ?&gt; <br />      &lt;a href=&quot;?category=&lt;?php echo $categoryRecord['num'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name'] ?&gt;&lt;/a&gt; <br />      &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;/b&gt;&lt;?php endif ?&gt; <br />       <br />      &lt;?php echo $categoryRecord['_listItemEnd'] ?&gt; <br />    &lt;?php endforeach ?&gt; <br />  &lt;/ul&gt;<br /><br />  &lt;!-- STEP2: Display Records (Paste this where you want your records to be listed) --&gt;<br />    &lt;h1&gt;Articles - List Page Viewer&lt;/h1&gt;<br />    &lt;?php foreach ($articlesRecords as $record): ?&gt;<br />    <br />    &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;br/&gt; <br />         <br />    &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if (!$articlesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP2: Display Records --&gt;<br />]]></description>
          <pubDate>Tue, 29 Jun 2010 16:28:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205172#post2205172</guid>
        </item>
                <item>
          <title>Re: [chris] Build Category Menu and Article Manager</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204936#post2204936</link>
          <description><![CDATA[Perfect! Thanks for the help. Exactly what I was looking for.<br />]]></description>
          <pubDate>Fri, 18 Jun 2010 08:43:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204936#post2204936</guid>
        </item>
                <item>
          <title>Re: [chris] Build Category Menu and Article Manager</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204924#post2204924</link>
          <description><![CDATA[Yes. The tutorial is perfect but I'm stuck trying to link to the article content. Category nav works fine. Right now when I click a category it shows the articles under that category. I would like to be able to click an article and go to a page that shows the article content. Link below of what I have.<br /><br />http://www.nellhills.com/articlesList.php?<br />]]></description>
          <pubDate>Thu, 17 Jun 2010 10:01:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204924#post2204924</guid>
        </item>
                <item>
          <title>Build Category Menu and Article Manager</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204909#post2204909</link>
          <description><![CDATA[I need help building a simple article manager. I would like to create categories with articles managed under each category. The page will display a menu containing each category. When someone clicks a category it will then display titles of articles contained in that category. They then click an article and are redirected to a page that contains the content for that article. Seems simple enough but I'm having trouble. <br /><br />Categories:<br />Fall Design<br />  - articles: pumpkin carving, fall colors and etc.<br />Winter Design<br />  - articles: xmas tree, snow and etc.<br />Spring Design<br />Summer Design<br />]]></description>
          <pubDate>Wed, 16 Jun 2010 14:11:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204909#post2204909</guid>
        </item>
              </channel>
    </rss>
  