<?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%3Aosga</link>
        <description></description>
        <pubDate>Thu, 14 May 2026 13:19:37 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aosga&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Alert Record Saved 2nd email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243268#post2243268</link>
          <description><![CDATA[<p>Thanx for the assistance Djuila. </p>
<p>Put in this new code and BOOM! Works great!</p>
<p>The Plugin is now EXACLTY what we need!</p>
]]></description>
          <pubDate>Fri, 12 Apr 2019 12:18:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243268#post2243268</guid>
        </item>
                <item>
          <title>Alert Record Saved 2nd email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243262#post2243262</link>
          <description><![CDATA[<p>Hi Djulia...</p>
<p>Can you tell us where this would belong in the code?</p>
<p>Here is the original code we currently have on the page:</p>
<p>// send email on save<br />function _plugin_alertRecordSaved() { <br />global $SETTINGS, $CURRENT_USER, $tableName, $isNewRecord, $oldRecord;</p>
<p>//<br />$emailTemplate = "alert-record-saved.mel.php";<br />$emailHeaders = emailTemplate_load(array(<br />'template' =&gt; $emailTemplate,<br />'template' =&gt; saved_sendAlertMessage_pluginDir() . "/$emailTemplate",<br />'subject' =&gt; '[CMSB :: Alert New Record Is Saved]',<br />'from' =&gt; $SETTINGS['adminEmail'],<br />'to' =&gt; $SETTINGS['adminEmail'],<br />'CC' =&gt; "osgajim@gmail.com",<br />'placeholders' =&gt; array(<br />'username' =&gt; $CURRENT_USER['username'],<br />'email' =&gt; $CURRENT_USER['email'],<br />'tableName' =&gt; $tableName,<br />'isNewRecord' =&gt; $isNewRecord,<br />'recordNum' =&gt; intval(@$_REQUEST['num']),<br />'title' =&gt; htmlspecialchars(@$_REQUEST['title']),<br />'oldTitle' =&gt; htmlspecialchars($oldRecord['title']),<br />),<br />'disabled' =&gt; false,<br />'logging' =&gt; false,<br />));<br />$mailErrors = sendMessage($emailHeaders);<br />if ($mailErrors) { die("Mail Error: $mailErrors"); }<br />}</p>]]></description>
          <pubDate>Thu, 11 Apr 2019 13:51:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243262#post2243262</guid>
        </item>
                <item>
          <title>Alert Record Saved 2nd email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243256#post2243256</link>
          <description><![CDATA[<p>Thanx Daniel.</p>
<p>Unfortunately, that easy fix did not work. Tried a few variations of that prior to posting.</p>
<p>Just tried it again with the double quotes. Still sends the "To" email, but not the CC.</p>
<p>:&gt;(</p>
<p>Jim</p>
]]></description>
          <pubDate>Wed, 10 Apr 2019 15:22:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243256#post2243256</guid>
        </item>
                <item>
          <title>Alert Record Saved 2nd email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243253#post2243253</link>
          <description><![CDATA[<p>Hey guys.</p>
<p>We were looking for a way to have CMS Builder send us an email when a writer posts. Added in the <span>Alert Record Saved</span> plugin and then fixed the error via another post in here. Works great now. But. we'd like it to send to two email addresses.</p>
<p>We played around trying to add in a 'cc' field but that does not seem to work. This seems like it should be so easy. uggh.</p>
<p>I know that <span>Alert Record Saved is not an Interactive Tools plugin, but is there a line of code we can stick in this thing to make the plugin send to developerEmail as a CC?</span></p>
<p><span>Thanx</span></p>
<p><span>Jim</span></p>]]></description>
          <pubDate>Wed, 10 Apr 2019 13:41:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243253#post2243253</guid>
        </item>
                <item>
          <title>PhP or Virtual includes...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243206#post2243206</link>
          <description><![CDATA[<p>We were trying to use the codes included in the first post I created</p>

<p>&lt;!--#include virtual="page.html" --&gt; or &lt;?php include 'page.html';?&gt;</p>

<p>I even tried the one suggested &lt;?php include ('page.html');?&gt;</p>

<p>but none of it has worked. </p>]]></description>
          <pubDate>Mon, 25 Mar 2019 09:41:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243206#post2243206</guid>
        </item>
                <item>
          <title>PhP or Virtual includes...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243187#post2243187</link>
          <description><![CDATA[<p>We were trying to use them in the Content Field of an article in cms, but since neither way will parse, we will do something else...</p>


<p>Thanks Guys...</p>]]></description>
          <pubDate>Thu, 21 Mar 2019 13:40:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243187#post2243187</guid>
        </item>
                <item>
          <title>PhP or Virtual includes...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243183#post2243183</link>
          <description><![CDATA[<p>Hello...</p>
<p>We a re tyring to use either the... &lt;!--#include virtual="page.html" --&gt; or &lt;?php include 'page.html';?&gt; ...in the bodies of articles, but CMSB, seems to ignore them. Any hints?</p>
]]></description>
          <pubDate>Wed, 20 Mar 2019 14:10:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243183#post2243183</guid>
        </item>
                <item>
          <title>Iframes in CMS Builer issues</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242715#post2242715</link>
          <description><![CDATA[<p>ok... lol.. here we go...</p>
<p>that seemed to help, but for your own reference, only in Safari on the Mac so far.</p>
<p>Firefox on Mac, the code still got altered</p>
<p>Chrome on PC, still got altered</p>
<p>We also noticed that the iframe gets handled as Embeded Media by the editor, could that have something to do with the issue?</p>]]></description>
          <pubDate>Thu, 29 Nov 2018 14:33:18 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242715#post2242715</guid>
        </item>
                <item>
          <title>Iframes in CMS Builer issues</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242698#post2242698</link>
          <description><![CDATA[<p>ok well that helped (which is hysterical), but another question is why does the editor keep forcing a width="xx" and height="xx" into the iframe code even after i keep deleting it?<br /><br />&lt;div align="center"&gt;&lt;iframe <em><strong>width="300" height="150"</strong></em> style="width: 100%; max-width: 468px;" allowtransparency="true" src="<a href="http://ads2.williamhill.com/ad.aspx?bid=1487415503&amp;amp;pid=274599" rel="nofollow">http:website.com/img</a>" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt;</p>

<p>the whole point of the excersize is to make the iframe "responsive" so the img shrinks for phones etc, not to push pages wide...</p>]]></description>
          <pubDate>Tue, 27 Nov 2018 10:01:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242698#post2242698</guid>
        </item>
                <item>
          <title>Iframes in CMS Builer issues</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242687#post2242687</link>
          <description><![CDATA[
<p>im trying to paste a piece of iframe code into the cms html editor, but as  soon as I hit "OK", without even "saving" the article yet, cms changes the style code in the iframe, from what you see in the first line of code, to what you see in the second...any thoughts?</p>

<p>what i insert:<br />&lt;div align="center"&gt;&lt;iframe allowtransparency="true" src="<a href="http://website/img" rel="nofollow">http://website/img</a>" style=“width: 100%; max-width: 468px;” marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt;</p>
<p>what it turns into:<br />&lt;div align="center"&gt;&lt;iframe width="300" height="150" allowtransparency="true" src="<a href="http://website/img" rel="nofollow">http://website/img</a>" 100="" max-width:="" 468px="" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;/div&gt;</p>]]></description>
          <pubDate>Mon, 26 Nov 2018 14:37:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242687#post2242687</guid>
        </item>
                <item>
          <title>Sporatic Header Errors</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242133#post2242133</link>
          <description><![CDATA[<p>yeh that was our first impression, but we cant find anything special in the text fields that might cause this...</p>]]></description>
          <pubDate>Thu, 24 May 2018 10:32:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242133#post2242133</guid>
        </item>
                <item>
          <title>Sporatic Header Errors</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242130#post2242130</link>
          <description><![CDATA[<p>We're getting "header error" in the article list code, on this page:<br /><a href="http://www.osga.com/News.html" rel="nofollow">http://www.osga.com/News.html</a></p>
<p>I have included the page code in an upload, but even stranger, why would the error only be in random articles not everyone of them?</p>

<p>Any help would be appreciated!</p>]]></description>
          <pubDate>Wed, 23 May 2018 11:43:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242130#post2242130</guid>
        </item>
                <item>
          <title>Display Next Record</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242073#post2242073</link>
          <description><![CDATA[<p>Hello guys.</p>
<p>We are working with a new website template and there is a slider image and related news article(s). Each 'slide' should display the next article by date posted. I thought we could just use the [1] after $articlesRecords ($articlesRecords[1], but obviously that doesn't work. I also tried to create the next article  by using 'offset', which works to a point but throws errors and certainly can't be the way to  do this (below) . . . Any assitance would  be greatly appreciated.</p>
<p>// load record from 'articles'<br /> list($articlesRecords2, $articlesMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'articles',<br /> 'where' =&gt; '', // load second record<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> 'limit' =&gt; '1',<br /> 'offset' =&gt; '1',<br /> ));</p>
<p>SO....Here what we have so far:</p>
<p>&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br /> // load viewer library<br /> $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br /> $dirsToCheck = array('/var/www/sites/www.osga.com/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 record from 'articles'<br /> list($articlesRecords, $articlesMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'articles',<br /> 'where' =&gt; '', // load first record<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> 'limit' =&gt; '1',<br /> ));</p>
<p><br />?&gt;</p>
<p>********************</p>
<p>&lt;div class="caroufredsel_wrapper caroufredsel_wrapper_slider"&gt;<br /> &lt;ul class="slider"&gt;<br /> &lt;li class="slide"&gt;<br /> &lt;img src='images/slider/image_01.jpg' alt='img'&gt;<br /> &lt;div class="slider_content_box"&gt;<br /> &lt;ul class="post_details simple"&gt;<br /> &lt;li class="category"&gt;&lt;?php echo htmlencode($articlesRecord['art_field1']) ?&gt;&lt;/li&gt;<br /> &lt;li class="date"&gt;<br /> &lt;?php echo date("D, M jS, Y g:i:s a", strtotime($articlesRecord['date'])) ?&gt;<br /> &lt;/li&gt;<br /> &lt;/ul&gt;<br /> &lt;h2&gt;&lt;div&gt;<br /> &lt;?php foreach ($articlesRecords as $record): ?&gt;<br /><br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;" target="new"&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br /> &lt;p class="clearfix"&gt;&lt;?php echo $record['summary'] ?&gt;&lt;/p&gt;<br /> &lt;?php endforeach ?&gt;</p>
<p>&lt;?php if (!$articlesRecords): ?&gt;<br /> No records were found!&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;&lt;/div&gt;<br /> &lt;!-- /Slide2: Display --&gt;<br /> &lt;/div&gt;<br /> &lt;/li&gt;<br /> &lt;li class="slide"&gt;<br /> &lt;img src='images/slider/image_01.jpg' alt='img'&gt;<br /> &lt;div class="slider_content_box"&gt;<br /> &lt;ul class="post_details simple"&gt;<br /> &lt;li class="category"&gt;&lt;?php echo $articlesRecord[1]['categoryNum:label'] ?&gt;&lt;/li&gt;<br /> &lt;li class="date"&gt;<br /> &lt;?php echo date("D, M jS, Y g:i:s a", strtotime($articlesRecord[1]['date'])) ?&gt;<br /> &lt;/li&gt;<br /> &lt;/ul&gt;<br /> &lt;h2&gt;&lt;div&gt;<br /> &lt;?php foreach ($articlesRecords[1] as $record): ?&gt; <br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;" target="new"&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br /> &lt;p class="clearfix"&gt;&lt;?php echo $record['summary'] ?&gt;&lt;/p&gt;<br /> &lt;?php endforeach ?&gt;</p>
<p>&lt;?php if (!$articlesRecords[1]): ?&gt;<br /> No records were found!&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;&lt;/div&gt;</p>
]]></description>
          <pubDate>Wed, 16 May 2018 15:09:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242073#post2242073</guid>
        </item>
                <item>
          <title>Cat 2 in related content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240871#post2240871</link>
          <description><![CDATA[<p>It came to out attention that the "related Files Setin in our articles was not pickin up the "Category 2" Titles... How can we adjust our code for that? Included is our page template, "Related Content" starts on Line 365</p>


]]></description>
          <pubDate>Tue, 11 Jul 2017 11:33:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240871#post2240871</guid>
        </item>
                <item>
          <title>Employing Content Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240726#post2240726</link>
          <description><![CDATA[<p>Well the &lt;?php echo $selectedCategory['Content']; ?&gt; didnt work, (which really looked like it would) I tried the debug and got the following results which clearly showed the content we are looking to implement, but it's still not showing up.</p>


<p>Offshore Report : The Insider : Hartley Henderson<br /><br />Notice: Undefined index: Content in /usr/www/virtual/osga/www.osga.com/online_gaming.php on line 177<br /><br />Array<br />(<br />    [num] =&gt; 53<br />    [createdDate] =&gt; 0000-00-00 00:00:00<br />    [createdByUserNum] =&gt; 1<br />    [updatedDate] =&gt; 2017-06-19 11:21:52<br />    [updatedByUserNum] =&gt; 87<br />    [globalOrder] =&gt; 22<br />    [siblingOrder] =&gt; 1<br />    [lineage] =&gt; :22:49:53:<br />    [depth] =&gt; 2<br />    [parentNum] =&gt; 49<br />    [breadcrumb] =&gt; Offshore Report : The Insider : Hartley Henderson<br />    [name] =&gt; Hartley Henderson<br />    [content] =&gt; &lt;p&gt;HARTLEY HENDERSON has been involved with the online gambling world for more than fifteen years. His insights helped Intertops become the first sportsbook online to list odds for reality TV betting when they opened lines for Survivor in 2000. Hartley worked extensively for WWTS in the heyday of that storied sportsbook in the mid-2000s and finally landed at Major Wager writing his popular frontline column for five years. His contacts throughout the online gaming industry are unparalleled and his column often offers exclusive interviews and opinions from gambling leaders around the world. Hartley was voted our top writer in 2012 and again in 2013. His weekly insights are not to be missed here at OSGA.&lt;/p&gt;<br />    [image] =&gt; <a href="http://www.osga.com/images/writers_header_hartley.jpg" rel="nofollow">http://www.osga.com/images/writers_header_hartley.jpg</a><br />    [type] =&gt; regular<br />    [locked] =&gt; 0<br />    [filename] =&gt; hartley<br />    [needsPublish] =&gt; 1<br />    [needsPublishForArticleLists] =&gt; 1<br />    [hideOnSearchForm] =&gt; 0<br />    [createdTime] =&gt; 1286299163<br />    [lastUpdatedTime] =&gt; <br />    [_filename] =&gt; Offshore-Report-The-Insider-Hartley-Henderson<br />    [_link] =&gt; test2012_cms_cat_detail.php?Offshore-Report-The-Insider-Hartley-Henderson-53<br />    [_tableName] =&gt; category<br />    [_isSelected] =&gt; 1<br />    [_isAncestorSelected] =&gt; <br />    [_isDescendantSelected] =&gt; <br />    [_isSelectedBranch] =&gt; 1<br />    [_isBreadcrumb] =&gt; 1<br />    [_hasParent] =&gt; 1<br />    [_hasChild] =&gt; 0<br />    [_isFirstChild] =&gt; 1<br />    [_isLastChild] =&gt; 1<br />    [_hasSiblings] =&gt; 0<br />    [_isSiblingSelected] =&gt; 0<br />    [_isParentSelected] =&gt; 0<br />    [_isChildSelected] =&gt; 0<br />    [_listItemStart] =&gt; <br />        &lt;ul&gt;<br />          &lt;li&gt;<br />    [_listItemEnd] =&gt; &lt;/li&gt;<br />        &lt;/ul&gt;<br />      &lt;/li&gt;<br />    &lt;/ul&gt;<br />  &lt;/li&gt;<br />)<br />Offshore Report : The Insider : Hartley Henderson<br />Cereus Poker repayments get delayed as remittances are low<br />Jun 15, 2017<br />A look at why Absolute Poker and Ultimate Bet players are being forced to wait a bit longer to be repaid.<br />Read More . . .</p>]]></description>
          <pubDate>Mon, 19 Jun 2017 08:39:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240726#post2240726</guid>
        </item>
                <item>
          <title>Employing Content Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240659#post2240659</link>
          <description><![CDATA[<p>We would like to add content from the Content field, on the "modify Category" page.</p>
<p>We placed the proper code "&lt;?php echo $record['Content']; ?&gt;"</p>
<p>But its not showing up on the page. (<a href="http://www.osga.com/online_gaming.php?categoryNum=53" rel="nofollow">http://www.osga.com/online_gaming.php?categoryNum=53</a>) You can see where the error shows up at the top.</p>
<p>I'm including the page's code. Im sure im just missing a "trigger" at the top php code on the page, but the "Get Code" in CMS Builder didnt seem to include it</p>]]></description>
          <pubDate>Tue, 13 Jun 2017 13:34:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240659#post2240659</guid>
        </item>
                <item>
          <title>Excluding Specific Categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240623#post2240623</link>
          <description><![CDATA[<p>that worked like a charm Deborah, Thank You!</p>]]></description>
          <pubDate>Fri, 02 Jun 2017 11:05:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240623#post2240623</guid>
        </item>
                <item>
          <title>Excluding Specific Categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240599#post2240599</link>
          <description><![CDATA[<p>Hi Deborah... we finally got this work with a little playing around, Note the "CategoryNum" as opposed to the suggested "category" in the statement (make a mental note of that)... </p>
<p>now the question is: Do you know the syntax for excluding more than 1 category?</p>

<p>  'where'       =&gt; ' categoryNum NOT LIKE "9" ',</p>


<p>thanks for all ur help so far!</p>]]></description>
          <pubDate>Thu, 25 May 2017 13:18:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240599#post2240599</guid>
        </item>
                <item>
          <title>Excluding Specific Categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240539#post2240539</link>
          <description><![CDATA[<p>generates this error</p>
<p>"MySQL Error: Unknown column 'category' in 'where clause'"</p>
<p>(new page for code attached....)</p>]]></description>
          <pubDate>Tue, 16 May 2017 08:43:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240539#post2240539</guid>
        </item>
                <item>
          <title>Excluding Specific Categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240528#post2240528</link>
          <description><![CDATA[<p>thank you for the response... how would we implement this on the page...?</p>
<p>page included...</p>]]></description>
          <pubDate>Mon, 15 May 2017 14:02:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240528#post2240528</guid>
        </item>
                <item>
          <title>Excluding Specific Categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240507#post2240507</link>
          <description><![CDATA[<p>Is there a way to exclude a specific category from the main list/news feed?</p>
<p>we're trying to avoid the doubling of headlines that appear on our homepage...</p>

<p>thanks in advance!</p>]]></description>
          <pubDate>Tue, 09 May 2017 12:32:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240507#post2240507</guid>
        </item>
                <item>
          <title>Changing Border defaults....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240405#post2240405</link>
          <description><![CDATA[<p>We were wondering if theres a way in the CMS Builder files to change the default colors of borders (added by the "add image" popup box) from black to white?</p>]]></description>
          <pubDate>Wed, 12 Apr 2017 12:41:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240405#post2240405</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239781#post2239781</link>
          <description><![CDATA[<p>Excellent Greg, thank you! The top one worked perfectly! Cheers!</p>
<p>In the same vein... is there a way to hide the parent category in the string? So instead of seeing "Sport: Football: NFL" it would be just "NFL"? not a dealbreaker, but I thought I would ask...</p>]]></description>
          <pubDate>Wed, 16 Nov 2016 09:56:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239781#post2239781</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239752#post2239752</link>
          <description><![CDATA[<p>here ya go...<br /><br /></p>]]></description>
          <pubDate>Fri, 11 Nov 2016 12:25:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239752#post2239752</guid>
        </item>
                <item>
          <title>Category on top...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239749#post2239749</link>
          <description><![CDATA[<p>that one gave me an error..</p>
<p>i can throw these in &lt;?php echo $articlesRecord['art_field1'] ?&gt;, and they work, just nothing using "Category" (so far)</p>

]]></description>
          <pubDate>Thu, 10 Nov 2016 16:04:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239749#post2239749</guid>
        </item>
              </channel>
    </rss>
  