<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Title not coming into a detail page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Title-not-coming-into-a-detail-page-72273</link>
        <description></description>
        <pubDate>Mon, 16 Mar 2026 23:47:35 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Title-not-coming-into-a-detail-page-72273" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Mercer Design] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209759#post2209759</link>
          <description><![CDATA[Hi,<br /><br />Glad to hear everything is working now.  Please let us know if you have any other questions.<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 12:58:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209759#post2209759</guid>
        </item>
                <item>
          <title>Re: [Jason] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209747#post2209747</link>
          <description><![CDATA[Thanks, that works perfectly. I have done a work around the second problem by creating a separate field called link. Thanks you again. It all seems so simple when someone explains it all.<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 05:22:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209747#post2209747</guid>
        </item>
                <item>
          <title>Re: [Mercer Design] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209739#post2209739</link>
          <description><![CDATA[Hi,<br /><br />I don't have the url's to these pages, so I'm having to do a little guess work as to where the problems are.<br /><br />For the first problem of only displaying 1 banner instead of all of them.  I'm assuming the issue is in Special_Event.php.  If so, I think the problem is here:<br /><br /><code> &lt;?php foreach ($special_eventRecords as $record): ?&gt;<br />      &lt;?php echo $record['banner_image'] ?&gt;&lt;br/&gt;<br />    &lt;?php endforeach ?&gt;</code><br /><br />Here you're looping through all of the records and outputting their banner_image fields.  Try replacing this code with this:<br /><br /><code>      &lt;?php echo $special_eventRecord['banner_image'] ?&gt;&lt;br/&gt;</code><br /><br />As for the second issue, I'm not exactly sure where you're experiencing the problem.  If you could let me know in which file you're seeing this issue and could provide a url so that I could see the problem in action, I'll see if I can help you out.<br /><br />Hope this helps.<br />]]></description>
          <pubDate>Mon, 21 Feb 2011 13:00:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209739#post2209739</guid>
        </item>
                <item>
          <title>Re: [Jason] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209735#post2209735</link>
          <description><![CDATA[Please find attached my list and detail page.<br />]]></description>
          <pubDate>Mon, 21 Feb 2011 04:19:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209735#post2209735</guid>
        </item>
                <item>
          <title>Re: [Mercer Design] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209716#post2209716</link>
          <description><![CDATA[Hi,<br /><br />If you could attach your .php files, I should be able to give you a better example of how to do this.<br /><br />Thanks<br />]]></description>
          <pubDate>Fri, 18 Feb 2011 11:42:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209716#post2209716</guid>
        </item>
                <item>
          <title>Re: [Mercer Design] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209714#post2209714</link>
          <description><![CDATA[I have a new problem now, I have a wysiwyg area on a list page for a banner image, it is pulling in other banner images from detail pages though, how can i limit it just to bring in the banner image from the first record.<br /><br />Also I have got the first title coming in as a link from the list of records, unfortunately when you click on the second record on that page it changes that title, how can I make it so it keeps the first record from the list and not change it to the current record.<br />]]></description>
          <pubDate>Fri, 18 Feb 2011 09:52:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209714#post2209714</guid>
        </item>
                <item>
          <title>Re: [Jason] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209710#post2209710</link>
          <description><![CDATA[Thanks, I have sorted it all out now.<br />]]></description>
          <pubDate>Fri, 18 Feb 2011 04:49:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209710#post2209710</guid>
        </item>
                <item>
          <title>Re: [Mercer Design] Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209697#post2209697</link>
          <description><![CDATA[Hi,<br /><br />Could you attach News_list.php and News_details.php so I can take a look at the code?<br /><br />Thanks<br />]]></description>
          <pubDate>Thu, 17 Feb 2011 14:58:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209697#post2209697</guid>
        </item>
                <item>
          <title>Title not coming into a detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209675#post2209675</link>
          <description><![CDATA[I have created a list page, which will have special events on. <br />I have then told both list and detail pages to pull in the title of the first record to be a link to that page events page, this is working fine on most pages but on my news detail page no content is coming in, it works on other detail pages: Here is the url: http://www.ardingly.com/Ardingly_College_Sussex/News_Independent_Schools_Sussex/News_list.php<br />If you click on Find out more &gt;&gt; you will see that the link to the memorial cricket match disappears. I have tried changing the title field name etc.<br />]]></description>
          <pubDate>Thu, 17 Feb 2011 07:10:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209675#post2209675</guid>
        </item>
              </channel>
    </rss>
  