<?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%3AGinslinger</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 17:36:54 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AGinslinger&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Ginslinger] Install error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217833#post2217833</link>
          <description><![CDATA[Dave, found a htaccess file present that was causing the issue. Installed fine after removal. <br /><br />Thanks<br />]]></description>
          <pubDate>Sat, 15 Sep 2012 16:10:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217833#post2217833</guid>
        </item>
                <item>
          <title>Re: [Dave] Install error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217812#post2217812</link>
          <description><![CDATA[Still the same issue. Going to try a fresh install tomorrow when I am not so tired. <br /><br />Thanks<br />]]></description>
          <pubDate>Fri, 14 Sep 2012 03:38:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217812#post2217812</guid>
        </item>
                <item>
          <title>Install error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217810#post2217810</link>
          <description><![CDATA[returned by reference in /home/data/public_html/cmsAdmin/lib/old_alias_functions.php on line 142 Warning: Cannot modify header information - headers already sent by (output started at /home/data/public_html/cmsAdmin/lib/old_alias_functions.php:142) in /home/data/public_html/cmsAdmin/lib/menus/header.php on line 2<br /><br />***************************<br /><br />Notice: Only variable references should be returned by reference in /home/data/public_html/cmsAdmin/lib/old_alias_functions.php on line 142 Notice: Only variable references should be returned by reference in /home/data/public_html/cmsAdmin/lib/old_alias_functions.php on line 142<br /><br />Why would I be getting this code?<br />]]></description>
          <pubDate>Fri, 14 Sep 2012 02:09:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217810#post2217810</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Two column image layout</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211138#post2211138</link>
          <description><![CDATA[Thanks for the help on this. I have the images loading in a two wide column with light box working OK. <br /><br />What I need to do is have a single image load above the columns which is 320 pixels wide.  Twice as wide as the lower images in columns. <br /><br />Here is a test page with two columns working  <a target="_blank" href="http://www.diecast-pub.com/model_list/gallery_test.php">http://www.diecast-pub.com/model_list/gallery_test.php</a><br /><br />Here is a link to an example of what I am trying to do. Note the larger image on top followed by two columns of images. <br /><br /><a target="_blank" href="http://www.schmidtautocenter.com/listing.php?Dodge-173">http://www.schmidtautocenter.com/listing.php?Dodge-173</a><br /><br />Below is the current code being used for the two columns. <br /><br />&lt;b&gt;Click for a larger view!<br />&lt;/b&gt;<br />&lt;table border=&quot;1&quot;&gt;&lt;tr&gt; &lt;td colspan=&quot;2&quot;&gt;Image 320 Pixel wide here&lt;/td&gt;&lt;/tr&gt; <br />&lt;tr&gt; &lt;?php foreach ($articlesRecord['photos'] as $upload): ?&gt;   <br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />		 <br />		   <br />    &lt;td&gt;   <br />             &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox[roadtrip]&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt; &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; <br />height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&lt;?php echo $upload[info1] ?&gt;&quot; title=&quot;&lt;?php echo $upload[info2] ?&gt;&quot;/&gt; &lt;/a&gt;&lt;br/&gt;<br /><br />			 <br />&lt;/td&gt;   <br />&lt;?php $maxCols=2; if (@++$count % $maxCols == 0): ?&gt;&lt;/tr&gt;<br />&lt;tr&gt;&lt;?php endif; ?&gt;    <br />          &lt;?php elseif ($upload['isImage']): ?&gt;   <br /> <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; /&gt;&lt;br/&gt;   <br />  <br />          <br />          &lt;?php endif ?&gt;   <br />        &lt;?php endforeach ?&gt; <br />&lt;/tr&gt;   <br />&lt;/table&gt;<br />]]></description>
          <pubDate>Tue, 03 May 2011 12:56:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211138#post2211138</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Two column image layout</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211113#post2211113</link>
          <description><![CDATA[Code below is what I have on a test page. It displays two images wide but shows a blank image at the bottom. Also need to have a single image at the top that is 320 pixels wide. <br /><br />&lt;table border=&quot;1&quot;&gt; &lt;tr&gt; &lt;?php foreach ($articlesRecord['photos'] as $upload): ?&gt;   <br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;   <br />    &lt;td&gt;   <br />             &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; rel=&quot;lightbox[roadtrip]&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt; &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; <br />height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&lt;?php echo $upload[info1] ?&gt;&quot; title=&quot;&lt;?php echo $upload[info2] ?&gt;&quot;/&gt; &lt;/a&gt;&lt;br/&gt;<br /><br />	<br />			 <br />			 <br />			 <br />&lt;/td&gt;   <br />&lt;?php $maxCols=2; if (@++$count % $maxCols == 0): ?&gt;&lt;/tr&gt;<br />&lt;tr&gt;&lt;?php endif; ?&gt;    <br />          &lt;?php elseif ($upload['isImage']): ?&gt;   <br />&lt;td&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; /&gt;&lt;br/&gt;   <br />  <br />          &lt;?php else: ?&gt;   <br />  &lt;td&gt;          &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt;   <br />&lt;/td&gt;   <br />          &lt;?php endif ?&gt;   <br />        &lt;?php endforeach ?&gt;  &lt;td&gt;&amp;nbsp;&lt;/td&gt; <br />&lt;/tr&gt;   <br />&lt;/table&gt;<br />]]></description>
          <pubDate>Mon, 02 May 2011 16:20:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211113#post2211113</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Two column image layout</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211108#post2211108</link>
          <description><![CDATA[Just a simple image viewer with Lightbox. I can get the two column working but not sure that is right as I get a blank space. <br /><br />As shown the very top image needs to be larger (320) and then smaller images display two wide below.<br />]]></description>
          <pubDate>Mon, 02 May 2011 14:48:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211108#post2211108</guid>
        </item>
                <item>
          <title>Two column image layout</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211094#post2211094</link>
          <description><![CDATA[Need some help getting the layout below to work correctly.  <br /><br />&lt;table width=&quot;100%&quot;&gt;<br />&lt;tr&gt;<br />&lt;td colspan=&quot;2&quot; width=&quot;320&quot;&gt;1st Image 320 pixels wide&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td width=&quot;160&quot;&gt;image160 wide&lt;/td&gt;<br />&lt;td width=&quot;160&quot;&gt;Image 160 wide&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td width=&quot;160&quot;&gt;image160 wide&lt;/td&gt;<br />&lt;td width=&quot;160&quot;&gt;Image 160 wide&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt; <br /><br />Here is the viewer code. <br /><br />&lt;?php foreach ($articlesRecord['photos'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />          &lt;?php elseif ($upload['isImage']): ?&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; /&gt;&lt;br/&gt;<br /><br />          &lt;?php else: ?&gt;<br />            &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br /><br />          &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt;<br />]]></description>
          <pubDate>Mon, 02 May 2011 01:40:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211094#post2211094</guid>
        </item>
                <item>
          <title>Re: [Jason] Category records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211083#post2211083</link>
          <description><![CDATA[Hi Jason and thank you for the reply. Having a few issues getting this to work. Might be I don't totally don't understand where to put the (for each statements) within a table structure. <br /><br /> Entry below shows how code currently appears on my page. As you can see there is already statements that Ross created from consulting. <br /><br />Your example code is correct except products would be called articles instead. <br /><br />I tried entering the code a few times but get a screwed up page with no counts so I removed it.  Code below is how it looks presently. Forgive the harsh HTML code. <br /><br /><br />&lt;?php<br />  require_once &quot;modelsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($categoryRecords) = getCategories(array(<br />    'tableName'            =&gt; 'categories',          // REQUIRED<br />    'categoryFormat'       =&gt; 'onelevel',           // showall, onelevel, twolevel, breadcrumb<br />  ));<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; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;<br />&lt;head&gt;<br />  &lt;title&gt;Facts &amp; Reviews&lt;/title&gt;<br />   &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot; /&gt;<br />  &lt;meta name=&quot;description&quot; content=&quot;&quot; /&gt;<br />  &lt;meta name=&quot;keywords&quot; content=&quot;&quot; /&gt;<br />  &lt;link rel=&quot;stylesheet&quot; href=&quot;http://diecast-pub.com/model_list/styles/facts.css&quot; type=&quot;text/css&quot; /&gt; <br />  <br />&lt;/head&gt;<br />&lt;body bgcolor=&quot;#c2c2c2&quot;&gt;<br /><br /><br />&lt;table width=&quot;960&quot; border=&quot;1&quot; cellpadding=&quot;6&quot; bgcolor=&quot;white&quot; align=&quot;center&quot; cellspacing=&quot;3&quot;&gt;<br />&lt;tr&gt;<br />&lt;td colspan=&quot;2&quot; bgcolor=&quot;#2c2c2c&quot;&gt;<br />&lt;table width=&quot;100%&quot;&gt;<br />&lt;tr&gt;<br />&lt;td&gt;<br />&lt;img src=&quot;http://www.diecast-pub.com/images/gallery_logo.jpg&quot;&gt;<br />&lt;/td&gt;<br />&lt;td align=&quot;right&quot;&gt;<br />&lt;iframe src=&quot;http://www.diecast-pub.com/adserver//image.php?size_id=29&quot; width=&quot;468&quot;  height=&quot;60&quot;  scrolling=&quot;no&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot;  marginwidth=&quot;0&quot; vspace=&quot;0&quot; hspace=&quot;0&quot;&gt;&lt;br&gt;&lt;font size=-1&gt;&lt;/iframe&gt; <br /><br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br /><br />&lt;/td&gt;<br />&lt;/tr&gt;<br /><br />&lt;TR&gt;<br />&lt;TD COLSPAN=&quot;2&quot;&gt;<br />&lt;table cellpadding=&quot;4&quot; cellspacing=&quot;1&quot; width=&quot;100%&quot; class=&quot;tableborders&quot;&gt;<br />&lt;tr&gt;<br />&lt;td  class=&quot;menubar&quot; align=&quot;left&quot;&gt;Site Links: |&lt;span class=&quot;medium&quot;&gt;&lt;a href=&quot;/index2.php&quot;&gt;Front Page&lt;/a&gt; | &lt;a href=&quot;/forums2/&quot;&gt;Forums&lt;/a&gt; | &lt;a href=&quot;/data/facts_reviews/&quot;&gt;Facts &amp; Reviews&lt;/a&gt; | &lt;a href=&quot;/classifieds/&quot;&gt;Classifieds&lt;/a&gt;&lt;/span&gt;<br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td colspan=&quot;3&quot; valign=&quot;top&quot;&gt;<br /><br />&lt;table width=&quot;100%&quot; class=&quot;tableborders&quot; cellpadding=&quot;4&quot; cellspacing=&quot;1&quot;&gt;<br />&lt;tr&gt;<br />&lt;td class=&quot;menubar&quot;&gt;<br /><br />You are here -&gt;&lt;a href=&quot;categories.php&quot;&gt;&amp;nbsp; Directory Index&lt;/a&gt; <br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />&lt;/td&gt;<br />&lt;/tr&gt;<br /><br />&lt;TR&gt;<br />&lt;td valign=&quot;top&quot;&gt;<br />&lt;table border=&quot;1&quot;  width=&quot;100%&quot; cellpadding=&quot;5&quot;&gt;<br />  <br />  &lt;tr bgcolor=&quot;#336699&quot;&gt;&lt;!-- Row 1 --&gt;<br />     &lt;td width=&quot;65%&quot;&gt;&lt;b&gt;&lt;font color=&quot;#FFFFFF&quot;&gt;Category&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;&lt;!-- Col 1 --&gt;<br />     &lt;td width=&quot;15%&quot;&gt;&lt;b&gt;&lt;font color=&quot;#FFFFFF&quot;&gt;Products&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;&lt;!-- Col 2 --&gt;<br />     &lt;td width=&quot;20%&quot;&gt;&lt;b&gt;&lt;font color=&quot;#FFFFFF&quot;&gt;Last Updated&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;&lt;!-- Col 3 --&gt;<br />  &lt;/tr&gt;<br />  <br />  &lt;?php foreach ($categoryRecords as $categoryRecord): ?&gt;<br />     &lt;tr&gt;<br />      &lt;td&gt;<br />        &lt;a href=&quot;&lt;?php echo $categoryRecord['_link']; ?&gt;&quot;&gt;<br />         &lt;b&gt; &lt;?php echo $categoryRecord['breadcrumb']; ?&gt;&lt;/b&gt;<br />        &lt;/a&gt;<br />      &lt;/td&gt;<br />      &lt;td&gt;<br />       100<br />      &lt;/td&gt;<br />      &lt;td align=&quot;left&quot;&gt;<br />	  &lt;?php echo date(&quot;M jS, Y&quot;, strtotime($categoryRecord['updatedDate'])) ?&gt;<br />        <br />		<br />      &lt;/td&gt;<br />    &lt;/tr&gt;<br />  <br />  &lt;?php endforeach ?&gt;<br />  <br /><br />&lt;/table&gt;<br />]]></description>
          <pubDate>Fri, 29 Apr 2011 12:39:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211083#post2211083</guid>
        </item>
                <item>
          <title>Category records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211061#post2211061</link>
          <description><![CDATA[Have a category page that list 15-16 categories with a link to all records under each category.  How would I go about listing a record count for each category that is listed within the category page? <br /><br />You can see how I need this to display from the link below. Been working with Ross through consulting but have run out of money for this project. [:(]<br /><br /><a target="_blank" href="http://diecast-pub.com/model_list/categories.php">http://diecast-pub.com/model_list/categories.php</a><br /><br />Thanks<br />]]></description>
          <pubDate>Thu, 28 Apr 2011 11:22:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211061#post2211061</guid>
        </item>
                <item>
          <title>Re: [Ginslinger] Date display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211055#post2211055</link>
          <description><![CDATA[Got it working by changing this <br /><br />&lt;?php echo $categoryRecord['updatedDate']; ?&gt; <br /><br />To this<br /><br />&lt;?php echo date(&quot;M jS, Y&quot;, strtotime($categoryRecord['updatedDate'])) ?&gt;<br />]]></description>
          <pubDate>Thu, 28 Apr 2011 10:45:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211055#post2211055</guid>
        </item>
                <item>
          <title>Date display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211046#post2211046</link>
          <description><![CDATA[On my category page I have three columns that has to display category name,  # Records,  and last updated date.<br /><br />I have the last updated date showing correctly but need to format it so as not to show the time. Date also needs to display Month, day, year. <br /><br />Just using the simple tag below to display last updated.  <br /><br />&lt;?php echo $categoryRecord['updatedDate']; ?&gt;<br />]]></description>
          <pubDate>Wed, 27 Apr 2011 22:18:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211046#post2211046</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210460#post2210460</link>
          <description><![CDATA[Pretty straight forward as I need the top tier categories to display on the front page which links to the sub-categories of a selected section.  <br /><br />This allows me to show other information on the index of this database.<br /><br />Acme<br />Auto Art<br />Auto World<br />ETC<br />ETC<br /><br />After clicking on a main category you are taken to a page listing all the subs within that main selection. This also needs to be used as a category about page or category introduction page.  From there you would just click on a sub-category and be taken to the listings sorted by stock number within that category.<br />]]></description>
          <pubDate>Tue, 05 Apr 2011 08:45:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210460#post2210460</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210411#post2210411</link>
          <description><![CDATA[Jason: <br /><br />Had the chance to play with this over the weekend which gave me the opportunity to see exactly what needs to be created in order for this to work. <br /><br />I was able to get the categories and subs working using the Sub category thread which was a big help.<br /><br /> What I need help with is creating the front page so it displays all the top level categories which link to the lower levels within each category.  Maybe there is a better way of doing this which I am open for all suggestions.  I have not been able to grasp how to accomplish tie the categories together. I did create the detail page for the listings which seems to be working ok but still needs some refinements.<br />]]></description>
          <pubDate>Mon, 04 Apr 2011 03:23:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210411#post2210411</guid>
        </item>
                <item>
          <title>Re: [zip222] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210410#post2210410</link>
          <description><![CDATA[Thank you. I'll take a look at that.<br />]]></description>
          <pubDate>Mon, 04 Apr 2011 03:10:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210410#post2210410</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210392#post2210392</link>
          <description><![CDATA[I think we are just going to re-create the records. I have a team of about 15 people that can make pretty short work of it.  Besides new fields will be added which the data would have to be entered anyways. <br /><br />What is going to be the best way to get started making this stuff display the way it needs too?<br />]]></description>
          <pubDate>Fri, 01 Apr 2011 13:07:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210392#post2210392</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210390#post2210390</link>
          <description><![CDATA[I had the field options wrong. Changed it to number and the categories now allow different categories to be listed. <br /><br />Now where do we go from here.<br />]]></description>
          <pubDate>Fri, 01 Apr 2011 12:32:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210390#post2210390</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210387#post2210387</link>
          <description><![CDATA[Created the categories which seem to populate the drop down list OK when creating a test listing.<br /><br /> Strange thing is when I tested adding a record to say Auto World - American Motors it goes to Ertl - American Motors which I had already created a record under. <br /><br />Is having the same sub category (American Motors) under both Auto World and Ertl the issue?<br />]]></description>
          <pubDate>Fri, 01 Apr 2011 12:00:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210387#post2210387</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210375#post2210375</link>
          <description><![CDATA[OK have two sections created. One for listings and one for categories with sub categories. Seem to be working the way it should as it presents me a list of the categories I created if I should want to enter a listing.  BTW, how many categories deep can we go? <br /><br />Have no clue where to go from here  with all the different categories.<br />]]></description>
          <pubDate>Thu, 31 Mar 2011 17:16:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210375#post2210375</guid>
        </item>
                <item>
          <title>Re: [Jason] Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210337#post2210337</link>
          <description><![CDATA[Concerning the section structure! I have read the Sub-categories Tutorial and would assume I could use this as an example in creating the sections or is there a better way to approach this?  <br /><br />As an example the current pages are structured to show all the manufactures listed with sub categories displayed when a person clicks on the manufacture of choice. Can you provide an example of the best way to approach the creation of this structure. <br /><br />I even thought of using a search url to display the main categories (Manufactures) for the front page. I do however need this to be easy to add new categories and subs as needed.<br />]]></description>
          <pubDate>Wed, 30 Mar 2011 10:34:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210337#post2210337</guid>
        </item>
                <item>
          <title>Starting out on the right foot (Major Project)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210315#post2210315</link>
          <description><![CDATA[For some years now I have been using a product called review post to maintain a database of Die cast model cars.  <a target="_blank" href=" http://www.diecast-pub.com/data/facts_reviews/index.php"> http://www.diecast-pub.com/data/facts_reviews/index.php</a><br /><br />Currently the database holds a little over 4,500 records with more being added on a regular basis.  The current program does a decent job but is very limited in how the information is displayed unless I want to be constantly doing template updates when ever security or software updates are performed.  (which sometimes seems to be too often) <br /><br />I currently have a CMS Builder licence that is not being used and thought I would explore the possible use of it for this application. <br /><br />Currently we have around 20 main categories with maybe 100 or so subs used throughout the main categories.  <br /><br />Kind of wondering if maybe someone could shed a little light on the best way to get started with this project. The main features that are needed I have listed below.<br /><br />Main Categories with numerous sub levels of each main.<br /><br />Advanced search functions<br /><br />Keyword listings<br /><br />Ability to display 6 to 10 photos for each listing. <br /><br />Appreciate any suggestions or ideas that could get me started in the right way.  <br /><br />I am not sure if some type of database tool could be created to convert the records that are already present so that maybe something that I would need to explore rather than creating all the current records from scratch.<br />]]></description>
          <pubDate>Tue, 29 Mar 2011 16:15:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210315#post2210315</guid>
        </item>
                <item>
          <title>Re: [Dave] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199956#post2199956</link>
          <description><![CDATA[Thanks Dave. Very much appreciated.<br />]]></description>
          <pubDate>Mon, 26 Oct 2009 19:21:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199956#post2199956</guid>
        </item>
                <item>
          <title>Re: [Dave] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199939#post2199939</link>
          <description><![CDATA[Hi Dave and thanks for the reply. I understand that we cannot generate a table of contents automatically. My question is how do we generate the anchors in the editor so that they can just be selected rather than entering them manually. I have included image that shows how it is demonstrated on TinyMice site. <br /><br />I spent sometime trying to find documentation on how to add these fields to the editor with no luck.  I did finally get them to work manually though. <br /><br />Thanks for the help.<br />]]></description>
          <pubDate>Mon, 26 Oct 2009 13:47:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199939#post2199939</guid>
        </item>
                <item>
          <title>Re: [Ginslinger] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199916#post2199916</link>
          <description><![CDATA[Going to the Tiny Mice site and using there example page you can insert an anchor link as it has an added spot to choose what anchor to use for the link. How do you add these type of fields to the editor. I tried finding the needed information on there site but don't have hours to find the answer to this. <br /><br />What good is having a function in the editor if it doesn't work? There may be documentation but I sure can't find it.<br />]]></description>
          <pubDate>Sun, 25 Oct 2009 21:12:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199916#post2199916</guid>
        </item>
                <item>
          <title>Re: [chris] Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199893#post2199893</link>
          <description><![CDATA[I have tried to use the anchor tag within the editor but could not get it to function correctly.  Creating a table of contents within the page is what I would like to accomplish.  Couldn't find any documentation on using the anchor tag. Is there something I could be missing?<br />]]></description>
          <pubDate>Thu, 22 Oct 2009 19:39:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199893#post2199893</guid>
        </item>
                <item>
          <title>Using anchor tags within content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199860#post2199860</link>
          <description><![CDATA[Trying to use CMSB as a extension of a monthly newsletter. This will be setup much like Interactive tools Newsletter with links to a tagged area within the page.  I need to be able to use anchor tags for a table of contents which links to the area of content on the page. <br /><br />I could use some advice on the best way to accomplish this.<br />]]></description>
          <pubDate>Wed, 21 Oct 2009 09:59:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199860#post2199860</guid>
        </item>
              </channel>
    </rss>
  