<?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%3Amnoyes</link>
        <description></description>
        <pubDate>Thu, 21 May 2026 11:16:31 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amnoyes&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Combo Page List Viewer by Category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231527#post2231527</link>
          <description><![CDATA[<p>I have a list of services, and each service can be placed into a category. I would like to have the list divided into the categories, with the category name at the head of each list. I have ben tried everything I can, and no luck.</p>
<p>here is the code I am working with....</p>
<p>-------------------------------</p>
<p>&lt;?php<br /> /* TEchnology Solutions */<br /><br /> // load viewer library<br /> $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br /> $dirsToCheck = array('/home/apitech1/public_html/','','../','../../','../../../');<br /> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br /> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>// load detail record from 'solutions'<br /> list($solutionsRecords, $solutionsMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'solutions',<br /> 'where' =&gt; whereRecordNumberInUrl(1), // If no record # is specified then latest record is shown<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> ));<br /> $detailRecord = @$solutionsRecords[0]; // get first record<br /> if (!$detailRecord) { dieWith404("Record not found!"); } // show error message if no record found</p>
<p>// load list records from 'solutions'<br /> list($solutionsRecords, $solutionsMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'solutions',<br /> 'loadUploads' =&gt; false,<br /> 'allowSearch' =&gt; false,<br /> ));</p>
<p>?&gt;</p>

<p>--------------------------------</p>
<p>Here is the list code......</p>
<p>----------------------------------</p>
<p>&lt;?php foreach ($solutionsRecords as $listRecord): ?&gt;<br />&lt;?php $isSelected = ($listRecord['num'] == $detailRecord['num']); ?&gt;<br />&lt;?php if ($isSelected) { print "&lt;b&gt;"; } ?&gt;<br />&lt;img src="A.png" width="8" height="9" alt="&lt;?php echo htmlencode($listRecord['title']) ?&gt;" /&gt; &lt;a href="&lt;?php echo htmlencode($listRecord['_link']) ?&gt;"&gt;&lt;?php echo htmlencode($listRecord['title']) ?&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;<br />&lt;?php if ($isSelected) { print "&lt;/b&gt;"; } ?&gt;<br />&lt;?php endforeach ?&gt;</p>

<p>-------------------------------</p>

<p>You can see the page here:</p>
<p><a href="http://www.apitechnology.com/solutions.php" rel="nofollow">http://www.apitechnology.com/solutions.php</a></p>
<p>Would like the list menu divide by ['category']</p>
<p>any direction or help would be appreciated.</p>
]]></description>
          <pubDate>Wed, 14 Aug 2013 20:18:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231527#post2231527</guid>
        </item>
                <item>
          <title>HELP...Combo Page Viewer Not functioning in SAFARI</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229948#post2229948</link>
          <description><![CDATA[<p>thanks. I think i might do that....</p>]]></description>
          <pubDate>Tue, 19 Mar 2013 23:20:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229948#post2229948</guid>
        </item>
                <item>
          <title>HELP...Combo Page Viewer Not functioning in SAFARI</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229942#post2229942</link>
          <description><![CDATA[<p>had to add "position:relative;"</p>]]></description>
          <pubDate>Tue, 19 Mar 2013 20:42:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229942#post2229942</guid>
        </item>
                <item>
          <title>HELP...Combo Page Viewer Not functioning in SAFARI</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229941#post2229941</link>
          <description><![CDATA[<p>Thanks...looked like that might work....I did the image map, but it is still blocking the links underneath. Even have the z-index of the image at 100 and the Content at 1000....</p>
<p>Guess need to keep trying.</p>
]]></description>
          <pubDate>Tue, 19 Mar 2013 20:22:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229941#post2229941</guid>
        </item>
                <item>
          <title>HELP...Combo Page Viewer Not functioning in SAFARI</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229927#post2229927</link>
          <description><![CDATA[<p>if you select a persona name on the left, the link takes you to the Homepage of the site. Sometimes it takes you to the detail page. Works fine in other browsers.</p>
<p>here is the link.....</p>
<p><a href="http://mahalasdayspa.com/Staff.php" rel="nofollow">http://mahalasdayspa.com/Staff.php</a></p>]]></description>
          <pubDate>Tue, 19 Mar 2013 14:00:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229927#post2229927</guid>
        </item>
              </channel>
    </rss>
  