<?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%3Astudio-a</link>
        <description></description>
        <pubDate>Sun, 05 Apr 2026 12:19:13 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Astudio-a&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] How to alternate banners with each pageload using 1x upload field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210710#post2210710</link>
          <description><![CDATA[Hey Jason, <br /><br />I found this discussion about banner ads and thought I would continue it for our company’s purpose and to expand the topic for anyone that is exploring banner functionality within their website. <br /><br /><br /><b>This is What We Want to Accomplish:[</b> <br />------------------------------------------------------------- <br /><b>Background)</b> We have a client with various product listing pages, each of which has a pagination of 6 to 10 pages. <br /><br /><b>Goal)</b> To provide 10 different advertising banners (jpegs) per listing page view per pagination click. <br /><br /><b>Example)</b> Our client has say 70 advertisers for this one particular product listing page. There are a total of 7 paginations clicks (meaning seven different page views for this one product listing category just to be clear). We would like to group ten different RANDOM banners per pagination page. YET, not have a banner advertisement repeat itself throughout the 7 paginations views. Each group of ten banner images will hold a different set of images.<br /><br />We understand how to pull out the advertisements banners per listing page using Where and Random statements. However, we are not sure how to “<b>group ten random banners</b>” per listing page and “<b>rotate a new group of ten banner images that differ</b>” then the pagination click previously displayed. <br /><br />We suspect a multidimensional array is required to create the groups of ten then some sort of session variable will be needed to display one group at a time per pagination page view. Then this could loop through and continue per pagination click finally exhausting the full list of advertisers (70 in the case example) and repeat for that listing page. <br /><br />How difficult is this this type of array to create and combine it with the session variable? <br /><br />Any light you can shine on this greatly appreciated! <br /><br />studio-a<br />]]></description>
          <pubDate>Thu, 14 Apr 2011 12:27:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210710#post2210710</guid>
        </item>
                <item>
          <title>Re: [chris] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208699#post2208699</link>
          <description><![CDATA[Hi Chris, <br /><br />Thanks for your input and time. We will create a test page removing all of the Code Jason recommended and try this new code. <br /><br />For the sake of this tutorial thread, it appears your approach is completely different than the code Jason began the thread topic with, is this correct?<br /><br />Based on your code, the direction for this solution would be to create a special MySQL query when pulling the records (hence grouping the items which have the same category). Whereas, Jason's method was to use arrays within the PHP to group the items with the same category, is this correct? <br /><br />We will let you know our efforts with implementing the code and to assist the thread's topic.<br /><br />Thanks again for your help. You guys really do supply great support!<br /><br />studio-a<br />]]></description>
          <pubDate>Fri, 17 Dec 2010 09:22:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208699#post2208699</guid>
        </item>
                <item>
          <title>Re: [chris] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208666#post2208666</link>
          <description><![CDATA[Hi Chris, <br /><br />Your example is correct. Any help is greatly appreciated!<br /><br />Thanks, <br /><br />studio-a<br />]]></description>
          <pubDate>Wed, 15 Dec 2010 19:32:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208666#post2208666</guid>
        </item>
                <item>
          <title>Re: [Jason] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208660#post2208660</link>
          <description><![CDATA[Hi Jason,<br /><br />Thanks for your input. We read your feedback and it's slightly more than what our client is thinking.<br /><br />They would like each Category (group) NOT to be split between separated pages. Currently we are limiting the number of listed attractions, but happens is the Category (group) sometimes is divided into two separate pagination (half of the Category (group) on one page an the other half on another page), just the opposite what the client likes.<br /><br />So we are trying to figure out how to keep a Category (Group) from being divided into two pages.  We tried using the limited 'perPage' MySQL query but that does not work. The amount of attractions within a Category (group) will not be limited ONLY the Groups per page.<br /><br />Does this clarify the functionality we are seeking? We look forward to your feedback.<br /><br />Thanks,<br /><br />studio-a<br />]]></description>
          <pubDate>Wed, 15 Dec 2010 14:59:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208660#post2208660</guid>
        </item>
                <item>
          <title>Re: [Jason] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208611#post2208611</link>
          <description><![CDATA[Hi Jason, <br /><br />Thanks again for your help. We do have an additional question. Currently we are limiting the number of attractions listing per page. However, sometimes the pagination breaks one Group into two pages. Below is the code we're using.<br /><br /><code>	  list($local_attractionsRecords, $local_attractionsMetaData) = getRecords(array(<br />		'tableName'   =&gt; 'local_attractions',<br />		'perPage'     =&gt; '15',<br />	  ));</code><br /><br />We have tried to limit the number of Groups per page in the same manner above, but it losses the pagination links.<br /><br />We're pretty sure the arrays contribute in some form of matter and we cannot figure out how to limit the number of Groups per page.<br /><br />If you can shine some light on this additional feature we would appreciate it.<br /><br />thanks,<br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 14 Dec 2010 12:33:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208611#post2208611</guid>
        </item>
                <item>
          <title>Re: [Jason] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208594#post2208594</link>
          <description><![CDATA[Hi Jason,<br /><br />Your help is greatly appreciated, but we are not seeing the Group Description or thumbnail for each Group. No errors message either, odd?<br /><br />We're thinking since we change to the code from your last posting help, perhaps there are more changes within this section of code too? Below is the lines of code for the description and images.<br /><br />UPDATE:  Problem Solved! <br />-----------------------------------------------------------<br />After reviewing Jason's code and the CMS Admin it turns out we needed to &quot;change&quot; the Field for the Option Values within the <br />attractions_categories table FROM &quot;num&quot; TO the field we named &quot;title.&quot; <br /><br />See the attached jpeg for CMS screenshot.<br /><br />-----------------------------------------------------------<br /><br />Between the arrays and referencing the two tables things can get a bit confusing for us. Nonetheless, Interactive Tools pulls through and helps us find the solution. Thanks Jason. <br /><br />You guys rock!<br /><br />studio-a<br />]]></description>
          <pubDate>Mon, 13 Dec 2010 16:57:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208594#post2208594</guid>
        </item>
                <item>
          <title>Re: [Jason] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208588#post2208588</link>
          <description><![CDATA[Hi Jason,<br /><br />Thanks for the input. Since we are referencing two tables we're not sure which field is correct. Below is the code for all the arrays AND Attached is the CMS cpanel for both tables.<br /><br /><code>  $categoryNumToRecord=array(); <br />  foreach($attractions_categoriesRecords as $categoryRecord){ <br />    $categoryNumToRecord[$categoryRecord['num']]=$categoryRecord; <br />  }<br />  <br />  $orderedGroups=array(); <br />   foreach($local_attractionsRecords as $attraction){ <br />    $groups = trim($attraction['category'],&quot;\t&quot;); <br />       <br />    if($groups){ //record has groups <br />      $groups = explode(&quot;\t&quot;,$groups); <br />          <br />      foreach($groups as $group){ <br />        $orderedGroups[$group][]=$attraction; <br />      } <br />    } <br />    else{ //record has no group <br />      $orderedGroups['No Group'][]=$attraction; <br />    } <br />  }</code><br /><br />Can you let us know the correct field you are suggesting.<br /><br />Thanks,  <br /><br />studio-a<br />]]></description>
          <pubDate>Mon, 13 Dec 2010 15:40:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208588#post2208588</guid>
        </item>
                <item>
          <title>Re: [Jason] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208586#post2208586</link>
          <description><![CDATA[Hey Jason, <br /><br />Thanks for getting back to us. We removed the line for the single record as you mentioned, placed the array you wrote and added the line for <br />&lt;?php $attractions_categories = $categoryNumToRecord[$groupTitle];?&gt;<br /><br />However, we're now getting errors Listed below: <br /><br />Notice: Undefined index: SeaWorld(R) &amp; Busch Gardens in /pages/attractionsTEST.php on line 127 <br />Warning: Invalid argument supplied for foreach() in /pages/attractionsTEST.php on line 128 <br /><br />The code in reference is Listed below:<br /><code>Line 127      &lt;?php $attractions_categories = $categoryNumToRecord[$groupTitle];?&gt;     <br />Line 128     &lt;?php foreach ($attractions_categories['thumbnail'] as $upload): ?&gt;</code><br /><br />We appreciate your help and love to work through this problem.<br /><br />Thanks,<br /><br />studio-a<br />]]></description>
          <pubDate>Mon, 13 Dec 2010 15:12:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208586#post2208586</guid>
        </item>
                <item>
          <title>Re: [chris] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208559#post2208559</link>
          <description><![CDATA[Hi Chris, <br /><br />Thanks for asking. Below is the code we have been working on. The Group Title and List of Items work fine, <br />the problem is that we cannot figure out is how to include a Thumbnail Image for the Group Title along with <br />a Desciption for each Group. <br /><br />What is happening - the same &quot;thumbnail&quot; and  the same &quot;description&quot; is displayed for each Group Title <br />rather than having a separate image and description for each Group.<br /><br />We suspect another array is needed?<br /><br /><code>&lt;?php<br />  list($local_attractionsRecords, local_attractionsMetaData) =getRecords(array( <br />    'tableName'   =&gt; 'attractions',<br />	'perPage'     =&gt; '10',<br />      )); <br />  <br />  list($attractions_categoriesRecords, $attractions_categoriesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'attractions_categories',  <br />      )); <br />   $attractions_categories = @$attractions_categoriesRecords[0]; // get first record<br /><br />?&gt;<br /><br />&lt;?php <br /><br />  $orderedGroups=array(); <br />   foreach($local_attractionsRecords as $attractions){ <br />    $groups = trim($attractions['category'],&quot;\t&quot;); <br />       <br />    if($groups){ //record has groups <br />      $groups = explode(&quot;\t&quot;,$groups); <br />          <br />      foreach($groups as $group){ <br />        $orderedGroups[$group][]=$attraction; <br />      } <br />    } <br />    else{ //record has no group <br />      $orderedGroups['No Group'][]=$attraction; <br />    } <br />  } <br />?&gt;<br /><br />&lt;!-- //////////   Thumbnail image for category  ///////// --&gt; <br />                        <br />&lt;?php foreach ($orderedGroups as $groupTitle =&gt; $group): ?&gt;<br />&lt;div&gt;<br />				&lt;?php foreach ($attractions_categories['thumbnail'] 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; align=&quot;left&quot; alt=&quot;alt tag goes here&quot;  /&gt;<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; align=&quot;left&quot; border=&quot;0&quot; alt=&quot;&quot;/&gt;<br />				  &lt;?php endif ?&gt;<br />				&lt;?php endforeach ?&gt;<br />&lt;!-- //////////   Title and Description per category  ///////// --&gt; <br />			 &lt;?php if(is_numeric($groupTitle)): ?&gt; <br />			  &lt;h4&gt;&lt;?php echo $categoryNumToName[$groupTitle]; ?&gt;&lt;/h4&gt;<br />			 &lt;?php else: ?&gt; <br />			   &lt;h2&gt;&lt;?php echo $groupTitle; ?&gt; &lt;/h2&gt;<br />			&lt;?php endif ?&gt;<br />		&lt;?php echo $attractions_categories['description'] ?&gt; &lt;br /&gt;<br /><br />&lt;/div&gt;<br />&lt;!-- //////////   List of attractione per category ///////// --&gt; <br />	  &lt;?php foreach($group as $item): ?&gt; <br />				&lt;li&gt;&lt;?php echo $item['name'] ?&gt;<br />					&lt;ul&gt;<br />						&lt;p&gt;&lt;?php echo $item['description'] ?&gt;&lt;/p&gt;<br />					&lt;/ul&gt;<br />				&lt;/li&gt;<br />	  &lt;?php endforeach ?&gt; <br />  &lt;?php endforeach ?&gt;<br /><br />&lt;!-- //////////   End Loop for Attractions Listing  ///////// --&gt;</code> <br /><br />Thanks for your help. We always appreciate your feedback!<br /><br />studio-a<br />]]></description>
          <pubDate>Sat, 11 Dec 2010 22:41:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208559#post2208559</guid>
        </item>
                <item>
          <title>Re: [InHouse] Ordering by Multiple Value Lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208534#post2208534</link>
          <description><![CDATA[Hello, <br /><br />This thread has been very helpful. However, say if we have a field for the Group Description. This description field is located in the table 'new_category' - How do we include this within the arrays to work properly? It looks simple, yet we cannot get it to work. <br /><br />For example the output would look something like this: <br />---------------------------------------------------------------------- <br /><br />Group Title 01 Placement Goes Here <br />Description: Text will be placed here and continue erat et tristique viverra, turpis purus tincidunt lacus, nec condimentum nisl neque sit amet augue. Ut tellus arcu, tempor ultrices. <br /><br />- list item for group 01 <br />- list item for group 01 <br />- list item for group 01 <br />- list item for group 01 <br /><br />Group Title 02 Placement Goes Here <br />Description: Text will be placed here and continue erat et tristique viverra, turpis purus tincidunt lacus, nec condimentum nisl neque sit amet augue. Ut tellus arcu, tempor ultrices. <br /><br />- list item for group 02 <br />- list item for group 02 <br />- list item for group 02 <br />- list item for group 02 <br />---------------------------------------------------------------------- <br /><br />We look forward to your feedback! <br /><br />studio-a<br />]]></description>
          <pubDate>Fri, 10 Dec 2010 13:51:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208534#post2208534</guid>
        </item>
                <item>
          <title>Membership Login - Member Report</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207504#post2207504</link>
          <description><![CDATA[Hello, <br /><br />We purchased the Membership Login Plug-in some time ago and we are finally using it on paid project. Our client wanted to know if we can setup a report system to display the login dates for each user. This would be as simple as a page with a list of the user member names (records) and then being able to click the name to link into a detail page which shows the list of dates the member logged in (perhaps even the sever time?).<br /><br />Has anyone considered this and can provide advice on the setup?<br /><br />Thanks, <br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 19 Oct 2010 10:42:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207504#post2207504</guid>
        </item>
                <item>
          <title>Re: [Djulia] Notice: CMSB Upcoming Features and Development Plan</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206821#post2206821</link>
          <description><![CDATA[Hello, <br /><br />Djulia, you read our minds! In fact, I just signed in to find a solution for this EXACT feature. No kidding. We have a client which is a rental home business and we need to include over 30 amenities (check boxes) which will add length to the admin page - makes the page look generic. <br /><br />I may look into the forum for a solution, even if we had to go into the php that’s fine, but this feature will be a nice improvement! <br /><br />We really like this application and we’ve been building clients’ websites with CMS Builder since version v1.34 Great work guys! <br /><br />Thanks <br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 14 Sep 2010 15:46:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206821#post2206821</guid>
        </item>
                <item>
          <title>Re: [Jason] where filter that uses a field name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205122#post2205122</link>
          <description><![CDATA[Hi Jason, <br /><br />We sent you the ftp and cms login info you requested, but we understand things get busy. Attached is the serviceListTest.php file we have been testing using the code you recommended. As we mentioned, the Category Name along with its Summary are displayed when using the URL format (listed below) and your suggested code. However, no Service Titles show up? <br /><br />For Example: www.mydomain.com/pages/serviceListTest.php?category=Cat Name Here <br /><br />If anyone can help us we appreciate your time. <br /><br />Thanks, <br /><br />studio-a<br />]]></description>
          <pubDate>Thu, 24 Jun 2010 19:26:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205122#post2205122</guid>
        </item>
                <item>
          <title>Re: [Jason] where filter that uses a field name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205104#post2205104</link>
          <description><![CDATA[Hi Jason, <br /><br />Thanks so much for your help! <br /><br />We have implemented the code using within the URL and ONLY the category_name For Example: www.mydomain.com/pages/serviceList.php?category=Cat Name Here <br /><br />We see the Category Name and its Summary, but the Service Titles and Descriptions are not showing up. We received the standard message (No records were found.) Any idea why? Attached is the serviceListTest.php file. We have commented out various includes in case that was causing complications, but we still do not see the Service Titles and Service Descriptions.<br /><br />Thanks again for your work and helping us find a solution! <br /><br />studio-a<br />]]></description>
          <pubDate>Thu, 24 Jun 2010 06:50:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205104#post2205104</guid>
        </item>
                <item>
          <title>Re: [Jason] $selectedCategory and Pagination conflict?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204993#post2204993</link>
          <description><![CDATA[Hi Jason, <br /><br />We resent you the email.<br /><br />Looking forward to your reply! <br /><br />studio-a<br />]]></description>
          <pubDate>Mon, 21 Jun 2010 12:56:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204993#post2204993</guid>
        </item>
                <item>
          <title>Re: [Jason] where filter that uses a field name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204990#post2204990</link>
          <description><![CDATA[Hi Jason, <br /><br />Jason asked: Do you want to display all service_categories records? Or just one that has been selected? <br />studio-a answer: Just the one selected and link with the services titles. Page output display is written below. <br /><br />PAGE DISPLAY BELOW. <br />------------------------------------------------------ <br />category_name <br />summary <br /><br />service_title <br />description <br /><br />service_title <br />description <br /><br />service_title <br />description <br /><br />&lt;&lt; pagination &gt;&gt; <br /><br /><br />Jason asked: How are you associating a service_title record with a category? <br />studio-a answer: We are associating the service titles with the service categories via the drop down list referencing another table (see Admin Set Listed Below AND attached jpg). <br /><br />ADMIN SETUP BELOW. <br />------------------------------------------------------ <br />table 01 = service_categories <br />textfield within this table = category_name <br />textbox within this table = summary <br /><br />table 02 = service_titles <br />droplist within this table = category (this is being dynamically populated from table 01 textfield category_name - see attached image for cross table setup) <br />textfield within this table = service_title <br />textbox within this table = description <br /><br />Looking forward to your help. <br /><br />studio-a  <br /><br />P.S. We have the page working, but the pagination is now causing a problem. See other post at: <a target="_blank" href="http://www.interactivetools.com/forum/gforum.cgi?post=81347#81347">http://www.interactivetools.com/forum/gforum.cgi?post=81347#81347</a><br />]]></description>
          <pubDate>Mon, 21 Jun 2010 12:34:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204990#post2204990</guid>
        </item>
                <item>
          <title>Re: [Jason] $selectedCategory and Pagination conflict?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204987#post2204987</link>
          <description><![CDATA[Hi Jason, <br /><br />We emailed you the actual link. We mistakenly called you chris, he also replied to another post. Sorry about.<br /><br />We look forward to your feedback. <br /><br />studio-a<br />]]></description>
          <pubDate>Mon, 21 Jun 2010 12:11:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204987#post2204987</guid>
        </item>
                <item>
          <title>Re: [chris] $selectedCategory and Pagination conflict?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204970#post2204970</link>
          <description><![CDATA[Hello, <br /><br />We are experiencing the same problem with including the category number within the URL and then trying to use the pagination.  We have tried the solution Dave wrote - placing the &quot;&amp;lastNum=0&quot; at the end of nexp/prev links, but this has not helped. In fact, with Dave’s recommendation in place and when the “next” link is clicked we receive an HTTP 404 Not Found error. The example URL is displayed below.<br /><br />http://www.mydomain.com/pages/list.test.php?service_categories=5&amp;page=2&amp;lastNum=0<br /><br />We are using CMS Builder v2.04.  Why would we get a 404 error? If we remove the “&amp;lastNum=0” the page displays, but with the wrong category content (category 2 is display when it should be category 5). Are we missing some additional code within the php file? <br /><br />Attached is our sample file. You’ll note a list section is commented out, that’s another complication with an additional table. One thing at a time, pagination first.<br /><br />Any help in getting our page to work with proper pagination is appreciated!<br /><br />Thanks, <br /><br />studio-a<br />]]></description>
          <pubDate>Sun, 20 Jun 2010 14:08:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204970#post2204970</guid>
        </item>
                <item>
          <title>Re: [chris] where filter that uses a field name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204958#post2204958</link>
          <description><![CDATA[Hi Chris, <br /><br />Thanks for getting back with us. We have uploaded the php file for the test listing page. You will note a variety of php lines of code rendered out. <br /><br />We are interested in using the URL with the category number and name with the SEO/readability. <br /><br />BELOW IS OUR SETUP. <br /><br />table 01 = service_categories <br />textfield within this table = category_name <br />textbox within this table = summary <br /><br />table 02 = service_titles <br />droplist within this table = category (this is being dynamically populated from table 01 textfield category_name) <br />textfield within this table = service_title <br />textbox within this table = description <br /><br />Our objective is to create List Pages for EACH Service Category while displaying the category_name and summary at the top of each page followed by the list of service_titles and descriptions associated with the dynamically created category_name(s) grouping. In addition, we will need to include the page links. <br /><br />As you can see within the php test page we have the information for the page created, we're just not sure how to query the database since we are using two tables. Let me ask, &quot;Using two tables for this dynamic menu setup - is this a good strategy? Is there a better way to offer the client a dynamic way of creating interactive menus?&quot;<br /><br />Thanks for your help and time. We look forward to hearing your reply! <br /><br />studio-a<br />]]></description>
          <pubDate>Fri, 18 Jun 2010 21:29:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204958#post2204958</guid>
        </item>
                <item>
          <title>Re: [Perchpole] Categories and Subcategories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204953#post2204953</link>
          <description><![CDATA[Hello, <br /><br />We have been reading this thread and it has the content of information we are seeking, but it’s not been clarified. IF someone can fill in the missing pieces we sure would appreciate your help. <br /><br />What’s missing are just a few elements from Dave and Perchole comments. For example, the comment Perchole made in his Step 5 using the code below appears as if we know the our category name (YOURCATEGORY). We thought the idea was to allow One Table to Dynamically populate the other Table’s particular field and then to list all the records in the second table accordly with the dynamically populated field. Are we reading the intentions for this thread correctly? <br /><br /> <code>   'where' =&gt; &quot;category = 'YOURCATEGORY'&quot;, </code><br /><br />The other information missing is the PHP code from Carrie so that’s a bit confusing too. Dave did bring to comment more code for the where statement, but how do we actually use it? <br /><br /> <code>  'where' =&gt; &quot; parentCategory = '&quot; .getNumberFromEndOfUrl() . &quot;'&quot;, </code><br /><br /><br />BELOW IS OUR SETUP. <br /><br />table 01 = service_categories <br />textfield within this table = category_name <br /><br />table 02 = service_titles <br />droplist within this table = category (this is being dynamically populated from table 01 textfield category_name) <br />textfield within this table = service_title <br />textbox within this table = description <br /><br />Our objective is to create List Pages for EACH Service Category while displaying the service_titles and descriptions associated with the dynamically created category_name(s) filtering. <br /><br />Anyone who can help please do. We look forward to hearing from you. <br /><br />Thanks for your time! <br /><br />studio-a<br />]]></description>
          <pubDate>Fri, 18 Jun 2010 17:19:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204953#post2204953</guid>
        </item>
                <item>
          <title>Re: [ryan_dot] where filter that uses a field name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204942#post2204942</link>
          <description><![CDATA[Hello, <br /><br />I have been reading this thread and I think it has the solution we need, but I am not sure. If I understand correctly, this is the case: <br /><br />Some of the names and titles have been changed for communication purposes. <br />Category = plant_training_services <br />Course = courses <br /><br />----------------------------------------------------------------------------------------------------------------------- <br />01. There are TWO tables: (1) Category and the other (2) Course <br />02. Inside of the Courses Table is a dropdown menu which is populated by the other table’s (Category) field titled “catergory_name” <br />03. The Courses need to be sorted by the associated Category field in the List View page. <br />04. Is this Correct? If so, this is EXACTLY what we are trying to accomplish. However, filtering the Courses with Category is not working for us. We must be doing something wrong. <br /><br />Is the code below setting up a way for the “where” statement to filter the Category Table's field with the Course list (the Courses per Category)? <br /><br /> <code>  $escapedSection = mysql_real_escape_string( @$plant_training_servicesRecord['section'] ); </code><br /><br />We have tried to use the URL filter as written below, but since the category_name is from another table it does not work. Is this correct? <br /><br /> <code>   listPage.php?catergory_name=catNameGoesHere </code><br /><br />Any help is appreciated! <br /><br />studio-a <br /><br /><br />P.S. <br />Jason assisted us in another matter for this same project at <a target="_blank" href="http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fiforum%2FP81157%2381157">http://www.interactivetools.com/iforum/P81157#81157</a> if anyone is interested in reading additional information using two tables stucture. Now, IF we can only filter the listing!?<br />]]></description>
          <pubDate>Fri, 18 Jun 2010 14:13:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204942#post2204942</guid>
        </item>
                <item>
          <title>Re: [Jason] Filtering one most recent record per category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204792#post2204792</link>
          <description><![CDATA[You Guys Rock!<br /><br />When we created the navigation we didn’t realize the snags while listing of Services and Categories menu, but Jason you solved our problem! Reading your code helps us improve our entry level of php skills too. <br /><br />Everyone here has always been very helpful and we cannot say thank you enough. CMS Builder fits our company’s needs and we continue to sell it every chance we can. You guys take suggestions and make this product even better. We have a good majority of the plug-ins and look forward to new features for the upgrades. Interactive Tools is simply good business! <br /><br />Thanks again for your help!<br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 08 Jun 2010 15:45:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204792#post2204792</guid>
        </item>
                <item>
          <title>Re: [Jason] Filtering one most recent record per category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204783#post2204783</link>
          <description><![CDATA[Hi Jason,<br /><br />Thanks for asking. We will need to limit the number of Service Titles per category.<br /><br />Your help is greatly appreciate!<br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 08 Jun 2010 15:04:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204783#post2204783</guid>
        </item>
                <item>
          <title>Re: [Jason] Filtering one most recent record per category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204777#post2204777</link>
          <description><![CDATA[Hi Jason, <br /><br />Thanks for the help, setting things up in an array works perfectly! Although, there is ONE thing that we’re not sure how to handle. <br /><br />We thought we could control how many Service Titles will be displayed by using the “limit” tag within the query (  'limit'  =&gt; '8',  ) but this limits the Services Titles AND the Service Categories? We absolutely need to limit the number of Service Titles that are displayed.<br /><br />Attached is the php file (note: we are using this as an include)<br /><br />Thanks again for your assistance!<br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 08 Jun 2010 14:13:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204777#post2204777</guid>
        </item>
                <item>
          <title>Re: [Jason] Filtering one most recent record per category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204770#post2204770</link>
          <description><![CDATA[Hi Jason, <br /><br />You are correct regarding the &quot;category field that comes from another table in the database&quot; but not exactly about our objective. <br /><br />We are trying to generate a list of Service Categories names followed with a list of Service Title names. There is a total of five (5) Service Categories and unlimited number of Service Title names. <br /><br />Within the CMS we have a table for Categories and a table for Services. We have a required field with as a drop down list which is populated by the Service Categories table. This is how we thought to associate the Service Titles with the Service Categories. The client needs both of these to be dynamic. <br /><br />Below is a visual for the text display version and there is an attached image for CSS the layout.  Keep in mind, the Service Titles will be associated to only one (1) Service Category and do NOT have to be in any order.<br /><br />Service Categories 01 <br />Service Title (A) <br />Service Title (B) <br />Service Title (F)<br /><br />Service Categories 02 <br />Service Title (E) <br />Service Title (C)  <br />Service Title (H)<br /><br />Service Categories 03 <br />Service Title (G) <br />Service Title (D) <br />Service Title (I) <br /><br />We look forward to your help! <br /><br />studio-a<br />]]></description>
          <pubDate>Tue, 08 Jun 2010 12:09:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204770#post2204770</guid>
        </item>
              </channel>
    </rss>
  