<?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%3ASubD</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 02:08:56 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ASubD&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>IE9 issues with CMS editors - going blank</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229993#post2229993</link>
          <description><![CDATA[<p>Hey guys, do we have any known issues with IE9 and the CMS?</p>
<p>I have a client that is saying the fields do not save.</p>
<p>When they edit the section and save, the old values remain.</p>

<p>Please advise.</p>

]]></description>
          <pubDate>Fri, 22 Mar 2013 12:50:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229993#post2229993</guid>
        </item>
                <item>
          <title>IF current record from list then change class - need a little php help please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229802#post2229802</link>
          <description><![CDATA[<p>ah ha!</p>
<p>Thanks again.</p>
<p>This is within my foreach record code inside the image that needs to have the class changed when on the current record:</p>
<p><code>&lt;?php if($record['num'] == $numValue): ?&gt;class="active" &lt;?php else:?&gt; class="inactive"&lt;?php endif; ?&gt;</code></p>
<p>Simple an I can totally see where to use this in other applications for list detail pages.</p>
<p>:-)</p>]]></description>
          <pubDate>Tue, 12 Mar 2013 18:25:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229802#post2229802</guid>
        </item>
                <item>
          <title>IF current record from list then change class - need a little php help please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229795#post2229795</link>
          <description><![CDATA[<p>That is really simple way to look at it and would work.</p>
<p>I will give it a shot and get back to you guys. Thanks!</p>]]></description>
          <pubDate>Tue, 12 Mar 2013 10:42:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229795#post2229795</guid>
        </item>
                <item>
          <title>IF current record from list then change class - need a little php help please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229790#post2229790</link>
          <description><![CDATA[<p>Well thanks. PHP guys, could you lend a hand?</p>
<p>THanks</p>
]]></description>
          <pubDate>Mon, 11 Mar 2013 19:53:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229790#post2229790</guid>
        </item>
                <item>
          <title>IF current record from list then change class - need a little php help please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229777#post2229777</link>
          <description><![CDATA[<p>Thanks for the follow up. I see what you are doing I think. This is matching the filename and changing the line item based on if a match is found in the regex pattern.<br /><br />I can save this for later for sure but its not quite working in my case. I tried adding this to the function to pull the query string value and match the pageURL on that.</p>
<p><code>.$_SERVER['QUERY_STRING']</code></p>
<p>Didn't work. <br /> My match needs to happen on the query string since these are list records and not single files. If we continue with this solution, can you show me how to match the query string to the $currentFile</p>

]]></description>
          <pubDate>Sun, 10 Mar 2013 08:56:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229777#post2229777</guid>
        </item>
                <item>
          <title>IF current record from list then change class - need a little php help please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229775#post2229775</link>
          <description><![CDATA[<p>Hi guys, need a little help with some php.</p>
<p>I can't seem to write this correctly.</p>
<p>I'm trying to get the current record number or title and if it is the current one that we are on (detail page from list) then echo a class or id.</p>
<p>I've done this before by setting further up in the head</p>
<p><code>&lt;?php $page = " yadda yadda " ; ?&gt;</code></p>
<p>and looking for it in the navigation to change classes before  -but that way is more manual.I would really like to just change classes or ID's automatically by seeing which record we are on. I'm sure matching on 'num' would work or even 'title' or even if you could tease it from the URI after the '.php?'</p>
<p>Something like this.....</p>
<p><code>&lt;?php foreach ($listRecords as $record): ?&gt; <br />&lt;?php if ($pageName==($record['num'])) echo 'class="active"' ; ?&gt;<br />           &lt;?php else: ?&gt;<br />            &lt;?php echo 'class="inactive"' ; ?&gt;<br />          &lt;?php endif ?&gt;<br />...<br />...<br />...<br />&lt;?php endforeach ?&gt;<br /></code></p>
<p>Not working obviously...</p>
<p>Thanks in advance.</p>]]></description>
          <pubDate>Sat, 09 Mar 2013 16:17:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229775#post2229775</guid>
        </item>
              </channel>
    </rss>
  