<?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%3AThomas</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 12:30:38 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AThomas&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Unwanted moxieplayer code added</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230667#post2230667</link>
          <description><![CDATA[<p>I figured it out the wysiwyg_custom.php with this page</p>
<p><a href="http://www.interactivetools.com/kb/article.php?Customizing-the-WYSIWYG-editor-buttons-22" rel="nofollow">http://www.interactivetools.com/kb/article.php?Customizing-the-WYSIWYG-editor-buttons-22</a></p>
<p>I added the code and all seems to work :)</p>
<p>Thanks again Greg!</p>]]></description>
          <pubDate>Tue, 21 May 2013 04:13:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230667#post2230667</guid>
        </item>
                <item>
          <title>Unwanted moxieplayer code added</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230664#post2230664</link>
          <description><![CDATA[<p>Thank you Greg,</p>
<p>I went to cmsAdmin/lib/ but couldn't see the wysiwyg_custom.php. I downloaded the latest version of CMS builder too and I couldn't see it there either. Am I missing something?</p>
]]></description>
          <pubDate>Mon, 20 May 2013 18:53:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230664#post2230664</guid>
        </item>
                <item>
          <title>Unwanted moxieplayer code added</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230659#post2230659</link>
          <description><![CDATA[<p>Thank you gregThomas.</p>
<p>I can do that, but it does not seem Flowplayer related.</p>
<p>The Flowplayer code works if I hand code an HTML test page, it's just that when I try to add code to a CMS builder page via HTML in the WYSIWYG form it adds the new code.</p>
<p><code>&lt;object width="320" height="240" data="<a href="http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf" rel="nofollow">http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf</a>" type="application/x-shockwave-flash"&gt;&lt;param name="src" value="<a href="http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf" rel="nofollow">http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf</a>" /&gt;&lt;param name="flashvars" value="url=http%3A//rba-online.s3.amazonaws.com/videos/ATLCo-AAT.mp4&amp;amp;poster=/" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="true" /&gt;&lt;/object&gt;</code></p>
<p>It is trying to add this from the /3rdParty/tiny_mce/plugins/media/moxieplayer.swf which is associated with the CMS builder installation.</p>
<p>If I just have flash in the &lt;video&gt; tags this doesn't happen, just when I add the mp4 handler.</p>
<p>I guess the editor is trying to create a non HTML 5 flash fallback, but I already have one built into Flowplayer so it is messing that up.</p>]]></description>
          <pubDate>Mon, 20 May 2013 10:24:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230659#post2230659</guid>
        </item>
                <item>
          <title>Unwanted moxieplayer code added</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230648#post2230648</link>
          <description><![CDATA[<p>Hi,</p>
<p>I am trying to use the HTML box to add a flowplayer video box</p>
<p><code>&lt;div style="width: 550px; margin: 0 auto;" align="center"&gt;<br />&lt;div class="flowplayer" data-swf="<a href="http://rba-online.s3.amazonaws.com/flowplayer/flowplayer.swf" rel="nofollow">http://rba-online.s3.amazonaws.com/flowplayer/flowplayer.swf</a>" data-ratio="0.5625" style="text-align: center;"&gt;&lt;video width="320" height="240"&gt;&lt;source src="<a href="http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.mp4" rel="nofollow">http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.mp4</a>" type="video/mp4" /&gt;&lt;source src="<a href="http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.flv" rel="nofollow">http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.flv</a>" type="video/flash" /&gt;&lt;/video&gt;&lt;/div&gt;<br />&lt;/div&gt;</code></p>
<p>but it gets auto converted to </p>
<p><code>&lt;div style="width: 550px; margin: 0 auto;" align="center"&gt;<br />&lt;div class="flowplayer" data-swf="<a href="http://rba-online.s3.amazonaws.com/flowplayer/flowplayer.swf" rel="nofollow">http://rba-online.s3.amazonaws.com/flowplayer/flowplayer.swf</a>" data-ratio="0.5625" style="text-align: center;"&gt;&lt;video width="320" height="240"&gt;&lt;source src="<a href="http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.mp4" rel="nofollow">http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.mp4</a>" type="video/mp4" /&gt;&lt;source src="<a href="http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.flv" rel="nofollow">http://rba-online.s3.amazonaws.com/videos/ATLCo-AAT.flv</a>" type="video/flash" /&gt;<span style="color:#ff0000;">&lt;object width="320" height="240" data="<a href="http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf" rel="nofollow">http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf</a>" type="application/x-shockwave-flash"&gt;&lt;param name="src" value="<a href="http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf" rel="nofollow">http://www.rba-online.com/ivf/3rdParty/tiny_mce/plugins/media/moxieplayer.swf</a>" /&gt;&lt;param name="flashvars" value="url=http%3A//rba-online.s3.amazonaws.com/videos/ATLCo-AAT.mp4&amp;amp;poster=/" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="true" /&gt;&lt;/object&gt;</span>&lt;/video&gt;&lt;/div&gt;<br />&lt;/div&gt;<br /></code></p>
<p>How can I prevent this from happening?</p>
<p>Many thanks</p>]]></description>
          <pubDate>Sun, 19 May 2013 16:52:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230648#post2230648</guid>
        </item>
                <item>
          <title>Re: [Chris] Website Membership Plugin -- Uploading Image(s)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210584#post2210584</link>
          <description><![CDATA[Can a modified version of this be used in the signup form?<br />]]></description>
          <pubDate>Sun, 10 Apr 2011 09:01:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210584#post2210584</guid>
        </item>
                <item>
          <title>Re: [Jason] Using Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210093#post2210093</link>
          <description><![CDATA[Thank you!<br />]]></description>
          <pubDate>Sun, 13 Mar 2011 17:35:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210093#post2210093</guid>
        </item>
                <item>
          <title>Re: [robin] Sequential numbering of listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210092#post2210092</link>
          <description><![CDATA[Thank you!<br />]]></description>
          <pubDate>Sun, 13 Mar 2011 17:35:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210092#post2210092</guid>
        </item>
                <item>
          <title>Sequential numbering of listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210073#post2210073</link>
          <description><![CDATA[Hi,<br /><br />Is there a way to get a sequential list from 1 - End number in the list/search page?<br /><br />So with a search, the items are reordered or if you delete posts the list is still numbered sequentially, from 1, with no omissions?<br /><br />eg.<br /><br />1. News item 4<br />2. News item 2<br />3. News item 6<br /><br />etc.<br />]]></description>
          <pubDate>Fri, 11 Mar 2011 10:33:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210073#post2210073</guid>
        </item>
                <item>
          <title>Using Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210070#post2210070</link>
          <description><![CDATA[Hi,<br /><br />I am excited to get to grips with the Category Menu, which is new for me, but I am having trouble getting my head around it. <br /><br />I would like to create a menu structure as the following, but I am struggling.<br /><br /><code>&lt;ul id=&quot;nav&quot;&gt;<br />	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />	&lt;li class=&quot;current&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;<br />		&lt;ul&gt;<br />			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menu Item&lt;/a&gt;<br />				&lt;ul&gt;<br />					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;<br />						&lt;ul&gt;<br />							&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />							&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />							&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />						&lt;/ul&gt;<br />					&lt;/li&gt;<br />					<br />					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />				&lt;/ul&gt;<br />			&lt;/li&gt;<br />			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sales&lt;/a&gt;&lt;/li&gt;<br />			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another Link&lt;/a&gt;&lt;/li&gt;<br />			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Department&lt;/a&gt;<br />				&lt;ul&gt;<br />					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />					&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Sub-Level Item&lt;/a&gt;&lt;/li&gt;<br />				&lt;/ul&gt;<br />			&lt;/li&gt;<br />		&lt;/ul&gt;<br />	&lt;/li&gt;	<br />	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;	<br />&lt;/ul&gt;</code><br /><br />I have searched the forums but I couldn't find any more information.<br />]]></description>
          <pubDate>Thu, 10 Mar 2011 23:08:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210070#post2210070</guid>
        </item>
                <item>
          <title>Re: [Jason] Exclude category in search results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209708#post2209708</link>
          <description><![CDATA[Thank you very much!<br />]]></description>
          <pubDate>Thu, 17 Feb 2011 22:51:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209708#post2209708</guid>
        </item>
                <item>
          <title>Re: [Thomas] Exclude category in search results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209624#post2209624</link>
          <description><![CDATA[I also note that the side bar I have that normally shows links to random  videos is not working so I am guessing there is some conflict there.<br /><br />I have this in my footer file<br /><br /><code>list($podcastsRecords, $podcastsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'podcasts',<br />    'orderBy'     =&gt; 'RAND()', <br />    'limit'       =&gt; '8',<br />  ));</code><br /><br />Maybe it is just easier to split the Sponsors section manually?<br />]]></description>
          <pubDate>Mon, 14 Feb 2011 22:37:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209624#post2209624</guid>
        </item>
                <item>
          <title>Re: [Jason] Exclude category in search results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209623#post2209623</link>
          <description><![CDATA[OK, just done that. Here is the output<br /><br /><code>SELECT SQL_CALC_FOUND_ROWS * FROM `ivfpodcast_podcasts`<br /> WHERE ( featured != 'Sponsors') AND hidden = 0 AND publishDate &lt;= NOW() AND (removeDate &gt;= NOW() OR neverRemove = 1) <br /> ORDER BY dragSortOrder DESC<br />SELECT FOUND_ROWS()<br />SELECT * FROM `ivfpodcast_uploads`<br /> WHERE tableName = 'podcasts' AND<br />       fieldName IN ('story_image','flv_file','m4v_file','zipped_file','playlist_file') AND<br />       recordNum IN (46,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,14,29,28,24,23,22,25,26,21,20,19,18,17,27,16,15,13,12,11,9,8,7,6,5,4,3,2,1)<br /> ORDER BY `order`, num<br />SELECT SQL_CALC_FOUND_ROWS * FROM `ivfpodcast_accounts`<br /> WHERE (`num` IN (1)) <br /> ORDER BY fullname, username<br />SELECT FOUND_ROWS()</code><br /><br />I have left 'debugSql' =&gt; true, live on the site so I hope it will help resolving this sooner.<br /><br />I did put a line in to test (it is now removed) <code>Category (&lt;?php echo $record['featured'] ?&gt;)</code> <br />and this did show 'Sponsors' for the sections I am trying to remove.<br /><br />Thank you for all your help so far.<br />]]></description>
          <pubDate>Mon, 14 Feb 2011 22:23:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209623#post2209623</guid>
        </item>
                <item>
          <title>Re: [ross] Exclude category in search results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209581#post2209581</link>
          <description><![CDATA[Thank you Ross.<br /><br />I have added 'debugSql' =&gt; true, <br /><br />to http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php and got the output<br /><br /><code>SELECT SQL_CALC_FOUND_ROWS * FROM `ivfpodcast_podcasts`<br /> WHERE hidden = 0 AND publishDate &lt;= NOW() AND (removeDate &gt;= NOW() OR neverRemove = 1) <br /> ORDER BY dragSortOrder DESC<br />SELECT FOUND_ROWS()<br />SELECT * FROM `ivfpodcast_uploads`<br /> WHERE tableName = 'podcasts' AND<br />       fieldName IN ('story_image','flv_file','m4v_file','zipped_file','playlist_file') AND<br />       recordNum IN (46,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,14,29,28,24,23,22,25,26,21,20,19,18,17,27,16,15,13,12,11,9,8,7,6,5,4,3,2,1)<br /> ORDER BY `order`, num<br />SELECT SQL_CALC_FOUND_ROWS * FROM `ivfpodcast_accounts`<br /> WHERE (`num` IN (1)) <br /> ORDER BY fullname, username<br />SELECT FOUND_ROWS()</code><br />]]></description>
          <pubDate>Thu, 10 Feb 2011 15:01:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209581#post2209581</guid>
        </item>
                <item>
          <title>Re: [Jason] Exclude category in search results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209563#post2209563</link>
          <description><![CDATA[Thank you Jason,<br /><br />I have added the code <br /><br /><code>$where       = &quot;&quot;; <br />  $allowSearch = true; <br />   <br />  if(@$_REQUEST['featured']==&quot;all&quot;){ <br />     <br />    $allowSearch = false; <br />    $where       = &quot; featured != 'Sponsors'&quot;; <br />  } <br /><br />  list($podcastsRecords, $podcastsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'podcasts',<br />    'perPage'     =&gt; '',<br />    'allowSearch'      =&gt;      $allowSearch, <br />    'where'            =&gt;      $where, <br />  ));</code><br /><br />however, when I search using:<br /><br />http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php?featured=all I still get all the Sponsors listings.<br /><br />The list of sponsors listings can be seen at:<br /><br />http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php?featured=Sponsors<br /><br />I am probably doing something simple wrong. Any ideas?<br />]]></description>
          <pubDate>Wed, 09 Feb 2011 17:19:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209563#post2209563</guid>
        </item>
                <item>
          <title>Exclude category in search results</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209537#post2209537</link>
          <description><![CDATA[Is it possible to exclude a category in search results?<br /><br />I have a list of categories in a drop down menu and call each one as follows. For example:<br /><br />http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php?featured=Presentations<br /><br />http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php?featured=Techniques<br /><br />http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php?featured=News<br /><br />etc.<br /><br />I would also like to have a general category that shows all results with the exception of a single category.<br /><br />For example something like <br /><br />http://www.ivfpodcasts.com/IVF_Podcasts/Podcastlist.php?featured=all&amp;except=sponsors<br /><br />Does this make sense? Is is it possible?<br />]]></description>
          <pubDate>Tue, 08 Feb 2011 22:24:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209537#post2209537</guid>
        </item>
                <item>
          <title>Page Elements section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203112#post2203112</link>
          <description><![CDATA[Hi,<br /><br />I am trying to set up a 'Page Elements' section that will include things like header, footer, menus, etc. so I have set up a single record editor with a field for each item.<br /><br />I would now like to include these in my other pages that have the content so at the top of the page I have included (in addition to the page content code):<br /><br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br />  require_once &quot;/lib/viewer_functions.php&quot;;<br /><br />  list($page_elementsRecords, $page_elementsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'page_elements',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $page_elementsRecord = @$page_elementsRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$page_elementsRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt;</code><br /><br />Then calling the element with :<br /><br /><code>&lt;?php echo $page_elementsRecord['header'] ?&gt;&lt;br/&gt;</code><br /><br />This is all working great, but only on the first page.<br />As soon as I go to the next page I get 'Record not found!' I guess because there is no page 2 of the page elements.<br /><br />Is there a way I can call the same page elements  on all pages?<br />]]></description>
          <pubDate>Fri, 09 Apr 2010 12:38:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203112#post2203112</guid>
        </item>
                <item>
          <title>Re: [Jason] Using search results in results page.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203028#post2203028</link>
          <description><![CDATA[Thanks Jason! That is very helpful [:)]<br />]]></description>
          <pubDate>Mon, 05 Apr 2010 19:22:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203028#post2203028</guid>
        </item>
                <item>
          <title>Using search results in results page.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202997#post2202997</link>
          <description><![CDATA[I would like to be able to use search results in the content of the search results page. For example, if a search was for:<br /><br />search.php?age_min=30&amp;age_max=40&amp;hair_color=Brown&amp;eye_color=Blue<br /><br />then I would be able to use $age_min, $age_max, $hair_color and $eye_color in the next page.<br /><br />Is that possible?<br /><br />Many thanks.<br />]]></description>
          <pubDate>Sun, 04 Apr 2010 21:43:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202997#post2202997</guid>
        </item>
                <item>
          <title>Re: [jdancisin] Using titles in header file</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197481#post2197481</link>
          <description><![CDATA[Thank you jdancisin,<br />I'll give that a try<br />]]></description>
          <pubDate>Sat, 23 May 2009 13:22:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197481#post2197481</guid>
        </item>
                <item>
          <title>Re: [ross] Using titles in header file</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197429#post2197429</link>
          <description><![CDATA[Hi Ross, <br /><br />Thank you for your response.<br />I would actually like to have a separate title for each page mainly for SEO reasons. I can actually do that with a php include after the code on the php page... <br /><br /><br /><code>&lt;?php<br />  <br />  require_once &quot;/rba-online.com/ivf/lib/viewer_functions.php&quot;;<br /><br />  list($pagesRecords, $pagesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'pages',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $pagesRecord = @$pagesRecords[0]; // get first record<br /><br />?&gt;<br /><br /><b>Then in 'header.php'</b><br /><br />&lt;title&gt;&lt;?php echo $pagesRecord['title'] ?&gt;&lt;/title&gt;</code><br /><br />and this will provide a unique title for 80% of the site.<br /><br />What I would like is either;<br />i) to be able to do something that would call the title form the other pages in other sections or<br />ii) If a title is not able to be displayed put a generic title there instead.<br /><br />Does this make sense?<br /><br />Many thanks<br />]]></description>
          <pubDate>Tue, 19 May 2009 14:34:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197429#post2197429</guid>
        </item>
                <item>
          <title>Using titles in header file</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197412#post2197412</link>
          <description><![CDATA[Hi,<br /><br />Is it possible to use the title of the page in a generic site wide header file?<br />I have managed to get this working with all pages in a category but any other categories it will not work.<br /><br />For example:<br /><br />http://76.163.37.133/ivf/index.php?RBA-History-4<br />Works and includes 'RBA HISTORY' in the title<br /><br />http://76.163.37.133/ivf/newslist.php<br />Does not include a title instead 'Notice: Undefined variable: pagesRecord in .../rba-online.com/ivf/header.php on line 6'<br /><br />http://76.163.37.133/ivf/news.php?Breakthrough-in-Egg-Freezing-1<br />This is a different category too, again no title.<br /><br />Is there a work around I can use?<br /><br />Thanks<br />]]></description>
          <pubDate>Mon, 18 May 2009 15:06:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197412#post2197412</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197148#post2197148</link>
          <description><![CDATA[This is one of my CMSB sites:<br /><br />http://www.ivfpodcasts.com/<br /><br />[:)]<br />]]></description>
          <pubDate>Wed, 29 Apr 2009 20:43:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197148#post2197148</guid>
        </item>
                <item>
          <title>Re: [sidcam] Comments on Blogs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196159#post2196159</link>
          <description><![CDATA[Thanks sidcam,<br /><br />I spent hours looking through all the scripts I could find.<br /><br />There are a number of features that I wanted:<br /> <br />1) People not having to log in (there are enough places you have to log in already)<br />2) CAPTCHA or other antispam protection<br />3) Easy administration<br />4) Possibilities to vote, agree, reply etc. for users.<br />5) Bonus features, like the ability to post images or an avatar.<br /><br />I actually ended up with a 3rd party hosted comments system.<br /><br />http://js-kit.com/comments/<br /><br />The reasons for this are:<br /><br />i) Easy admin<br />ii) Really easy installation<br />iii) Sign on as a guest or log in (although I think the list of sign in options might confuse some of my visitors)<br />iv) Add photos &amp; avatars<br />v) More features: Easily posting emoticons and even youtube videos.<br /><br />Also a big plus is that it is free (although I am prepared to pay for a good system).<br /><br />I do think that CMS builder needs an integrated comments system, perhaps as a plug in? If you look around at other systems it does seem to be the biggest, most commonly used feature missing (oh, and a contact form). In my opinion it is much better to have everything together rather than add on separate systems and admin areas.<br /><br />Have a look and see if it is something you might be able to use.<br />[:)]<br />]]></description>
          <pubDate>Sat, 07 Mar 2009 13:24:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196159#post2196159</guid>
        </item>
                <item>
          <title>Re: [Dave] Comments on Blogs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195910#post2195910</link>
          <description><![CDATA[Thank you Dave,<br /><br />Unfortunately I am not a programmer so I do not think I will do well with the code. I have been looking around for 3rd party scripts and have been generally disappointed. I know you guys would do a great job.<br /><br />I'll keep looking...<br />]]></description>
          <pubDate>Sat, 21 Feb 2009 16:43:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195910#post2195910</guid>
        </item>
                <item>
          <title>Re: [Dave] Comments on Blogs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195900#post2195900</link>
          <description><![CDATA[Hi, <br /><br />It's been a while now so I just wanted to check and see how comments is coming along. Is this something that will be a plugin?<br /><br /><br />[:)]<br />]]></description>
          <pubDate>Thu, 19 Feb 2009 20:00:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195900#post2195900</guid>
        </item>
              </channel>
    </rss>
  