<?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%3Ajohnniefp</link>
        <description></description>
        <pubDate>Sat, 25 Apr 2026 14:21:24 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ajohnniefp&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jake] Specific records displaying question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193013#post2193013</link>
          <description><![CDATA[I'm new to CMSB but have been reading through to docs.<br /><br />On this page:<br /><a target="_blank" href="http://www.interactivetools.com/docs/cmsbuilder/code_generator.html">http://www.interactivetools.com/docs/cmsbuilder/code_generator.html</a> it shows you can filter results.<br /><br />Wouldn't you be better off letting MySQL do the filtering? so in the 'Filter Results' textbox you enter 'featured_ad = 1'<br /><br />edit:<br />using MySQL filtering assumes you only want 'featured_ad' results so this would only give you a filtered resultset.<br /><br />Jakes solution will give you <b>all</b> the results and leave the logic up to you as to showing 'featured_ad'.<br /><br />In short; Jakes solution is more flexible.<br />]]></description>
          <pubDate>Wed, 20 Aug 2008 03:24:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193013#post2193013</guid>
        </item>
                <item>
          <title>Re: [johnniefp] Problem with urlencode</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192951#post2192951</link>
          <description><![CDATA[Problem solved.<br /><br />The %0A is an encoded newline character:<br />removed on unix with: (from memory you probably need \n\r on windows and \r on mac)<br /><code>$cat = str_replace(&quot;\n&quot;,&quot;&quot;,$cat);</code><br /><br />I ended up just using &amp; instead of &amp;amp; which solved the next problem.<br /><br />Also where the urlencode on the search docs page shows %20 (spaces) I have found that + (output from php urlencode() function) also works with the search.<br />]]></description>
          <pubDate>Thu, 14 Aug 2008 15:28:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192951#post2192951</guid>
        </item>
                <item>
          <title>Problem with urlencode</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192950#post2192950</link>
          <description><![CDATA[Hello.<br /><br />I'm building a menu from a text file which will also be used for a search, the problem I'm having is encoding the string to use as a querystring for the search<br /><br />example string to encode:<br /><code>Chemicals &amp; Dispensers</code><br /><br />If I use the urlencoder on your search docs page (http://www.interactivetools.com/docs/cmsbuilder/viewer_search.html) it encodes it like this:<br /><code>Chemicals%20%26%20Dispensers</code><br /><br />If I use php's build in urlencode I get this:<br /><code>Chemicals+%26amp%3B+Dispensers%0A</code><br /><br />I'd prefer to use php to do this as all I need to update is a text file rather than manaully editing going via the search docs page<br /><br />thanks.<br />Can anyone help with this issue?<br />]]></description>
          <pubDate>Thu, 14 Aug 2008 15:06:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192950#post2192950</guid>
        </item>
                <item>
          <title>Re: [ChetW] type php directly into wysiwyg editor?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2221801#post2221801</link>
          <description><![CDATA[Thanks Chet.<br /><br />Ticket submitted<br />]]></description>
          <pubDate>Fri, 23 Feb 2007 11:25:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2221801#post2221801</guid>
        </item>
                <item>
          <title>type php directly into wysiwyg editor?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2221791#post2221791</link>
          <description><![CDATA[Hello.<br /><br />What do I have to do to code php into the wysiwyg editor. (or its html popup editor)<br /><br />I want to code stuff in php and then "include('myApp.php')" within the content area.<br /><br />I have tried but its replacing my tags.<br /><br />If its possible can you point me at a howto<br /><br />(I have already set my AM2 to parse PHP includes)<br /><br />Thanks<br />John<br />]]></description>
          <pubDate>Fri, 23 Feb 2007 04:17:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2221791#post2221791</guid>
        </item>
                <item>
          <title>Re: [ross] Adsense tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2221018#post2221018</link>
          <description><![CDATA[<blockquote>There are other options for the adsense code as well though. For example, you could setup your template so that it displays a google add after the 4 paragraph automatically if you like. </blockquote><br />That sounds like what we're after.<br />How can you do this?<br /><br />Thanks<br />john<br /><br />p.s. any tips on what else can be done would be great.<br />]]></description>
          <pubDate>Fri, 12 Jan 2007 03:38:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2221018#post2221018</guid>
        </item>
                <item>
          <title>Re: [ross] Adsense tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2220990#post2220990</link>
          <description><![CDATA[Hello Ross.<br /><br />Well the first thing that has me wondering is how askthebuilder managed to get ads *within* the content on this page:<br /><a href="http://www.askthebuilder.com/How_to_Make_a_Video.shtml" rel="nofollow">http://www.askthebuilder.com/How_to_Make_a_Video.shtml</a><br /><br />I see two rectangle adsense blocks, the first I think is just placeing the code before the content placeholder in the template, how have they managed the second block? (4 para's below the video clip)<br /><br />Thanks<br />John<br />]]></description>
          <pubDate>Wed, 10 Jan 2007 11:36:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2220990#post2220990</guid>
        </item>
                <item>
          <title>Adsense tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2220960#post2220960</link>
          <description><![CDATA[Hello,<br /><br />Could we have an adsense intergration tutorial please.<br />I know adsense usage is simple but something that expands into whats possible with AM2 &amp; Adsense would be great. (best practices?)<br /><br />thanks<br />john<br />]]></description>
          <pubDate>Tue, 09 Jan 2007 03:26:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2220960#post2220960</guid>
        </item>
              </channel>
    </rss>
  