<?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%3Akyle</link>
        <description></description>
        <pubDate>Thu, 21 May 2026 09:26:37 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Akyle&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Mulit list generating content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235176#post2235176</link>
          <description><![CDATA[<p>Ok, I have made some progress, but still no cigar, the code almost works, <br />the for loop finds the first match fantastically, but doesnt find the rest of the matches in the foreach<br /><br /></p>
<p>Any ideas ? </p>

<p>&lt;?php foreach ($corporatesRecords as $record): ?&gt;<br /> &lt;h3&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/h3&gt;<br /> &lt;?php $list = join(',', $record['project_team:labels']);<br /> $array = explode(",", $list);<br /> $count = count($array);<br /> $arraynum = 0;<br /> ?&gt;<br /><br /> &lt;?php foreach ($eunomix_teamRecords as $et): ?&gt; <br /><br /> &lt;?php for ($offset = 0; $et['name'] == $array[$offset]; $offset++ ): ?&gt; <br /><br /> &lt;?php echo htmlencode($et['name']) ?&gt;&amp;nbsp;&lt;?php echo $offset?&gt;&lt;br /&gt;</p>
<p>&lt;?php endfor?&gt;<br /> &lt;br /&gt;</p>
<p><br /> &lt;?php endforeach?&gt;<br /><br />&lt;?php endforeach?&gt;</p>]]></description>
          <pubDate>Tue, 14 Oct 2014 07:34:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235176#post2235176</guid>
        </item>
                <item>
          <title>Mulit list generating content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235166#post2235166</link>
          <description><![CDATA[<p>Howsit all <br /><br />I have two separate records set up, a company profile, and a list of jobs.<br />The idea is to be able to assign people to specific jobs, at the moment I have a list being generated in the Jobs section via the list field using mySQL query to display a list check-box of the respective employees.<br /><br />Running through the standard process of the code generator I can get the selected names displayed. However I would like to link in their profile photos into the jobs page as well. <br /><br />I have tried numerous methods of if statements, arrays and loops but no success just yet. </p>
<p>Is there anyway that you guys could think of that I could query the output of the jobs field with that of the profile pages<br /><br /> Project team (Labels): &lt;?php echo join(', ', $record['project_team:labels']); ?<br /><br />This is the field that generates the selected names, and seperates them with a comma.<br /><br />Any suggestions would be greatly appreciated <br /><br /></p>
<p>- Kyle</p>]]></description>
          <pubDate>Fri, 10 Oct 2014 05:39:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235166#post2235166</guid>
        </item>
                <item>
          <title>Multi record - Detail and list on one page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230552#post2230552</link>
          <description><![CDATA[<p>Thanks so much, that combo page did the trick perfectly :) </p>]]></description>
          <pubDate>Mon, 13 May 2013 00:53:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230552#post2230552</guid>
        </item>
                <item>
          <title>Multi record - Detail and list on one page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230536#post2230536</link>
          <description><![CDATA[<p>Howsit everyone </p>
<p>Iv been scouring the forum for a few days now and I'mstill left clueless</p>

<p>I'm trying to have a multi record detail page that has a list section of the same record in it<br />So, you would click on the article you want to view  more of (Standard list page), which sends you to the detail page and in the footer of the page there is suppose to be a list with all the other atricles in this section</p>

<p>Iv got a somewhat working system, but the fact that a detail page has a limit of 1 is preventing my list section from displaying all records that are related</p>
<p>Any ideas, hints, suggestions and so on are greatly appreciated :)</p>

<p>Thanks in advance :) </p>]]></description>
          <pubDate>Fri, 10 May 2013 03:56:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230536#post2230536</guid>
        </item>
                <item>
          <title>Displaying from nth record </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230452#post2230452</link>
          <description><![CDATA[<p>Thanks a lot :) this was a great help :) <br /><br />Ill definitely look into the for loop system at a later stage :) </p>]]></description>
          <pubDate>Fri, 03 May 2013 00:18:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230452#post2230452</guid>
        </item>
                <item>
          <title>Displaying from nth record </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230424#post2230424</link>
          <description><![CDATA[<p>Howsit guys</p>
<p>I realise this is a  fairly simple issue, but i cant seem to find a system that works ... </p>
<p>Im trying to display a normal list page, </p>
<p>but i want the top 3 items in the order to be displayed in the main div</p>
<p>and the remainder of the records to follow in a lower down div, without any records repeating themselves </p>

<p>Please help, im at wits end :) </p>]]></description>
          <pubDate>Thu, 02 May 2013 06:41:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230424#post2230424</guid>
        </item>
                <item>
          <title>Record not found - connection issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229765#post2229765</link>
          <description><![CDATA[<p>Yup, its a single record, and everything is saving to the database</p>

<p>The php page and the database are just refusing to communicate to each other, </p>
<p>but will defiantly fill in a support request. </p>

<p>Thanks  </p>]]></description>
          <pubDate>Thu, 07 Mar 2013 22:58:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229765#post2229765</guid>
        </item>
                <item>
          <title>Record not found - connection issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229744#post2229744</link>
          <description><![CDATA[<p>Howsit guys..<br /><br />Hopefully someone can shed some light on this subject ..<br /><br />I have set up the latest version of CMSB on my server, install went smoothly with everything function <br /><br />used the code generator just to be certain and i got a <span>Record not found ..<br /><br />The server meets all requirements the pages are in the right location links are all correct .,. <br /><br />the only issue is the page not being able to see the database .. <br /><br />I realise its probably something silly, but im been tinkering for hours and need anther set of brain power ..<br /><br /><br />Thanks in advance </span></p>]]></description>
          <pubDate>Thu, 07 Mar 2013 01:47:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229744#post2229744</guid>
        </item>
              </channel>
    </rss>
  