<?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%3Avideopixel</link>
        <description></description>
        <pubDate>Mon, 06 Apr 2026 08:20:29 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Avideopixel&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Permalinks plugin and multi language website</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232797#post2232797</link>
          <description><![CDATA[<p>Example: I want to add a second language to my existing website, so i created an extra field for almost all fields in a record.</p>
<p>For "title" I have now 2 fields one for English and one for Dutch, what is the solution to use permalinks now?</p>
<p>Example:</p>
<p>(English) <a href="http://www.yourdomain.com/title-comes-here/" rel="nofollow">http://www.yourdomain.com/title-comes-here/</a></p>
<p>(Dutch) <a href="http://www.yourdomain.com/titel-komt-hier/" rel="nofollow">http://www.yourdomain.com/titel-komt-hier/</a></p>
<p>OR</p>
<p>Is the only solution to create a new section or record ?</p>

<p>thanks</p>]]></description>
          <pubDate>Mon, 30 Dec 2013 05:35:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232797#post2232797</guid>
        </item>
                <item>
          <title>Alphabetical sorting tags</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232125#post2232125</link>
          <description><![CDATA[<p>Ok I found it... for some reason the code did not remove spaces in my keywords that's why it didn't sort...</p>
<p><code>&lt;?php $tagList = split(',', $blogRecord['tags']); ?&gt;<strong>&lt;?php sort($tagList); ?&gt;</strong><br />&lt;?php foreach ($tagList as $tagLink): ?&gt;<br />&lt;div class="tags"&gt;&lt;a href="/blog.php?tags_keyword=&lt;?php echo urlencode(trim($tagLink)); ?&gt;"&gt;<br />&lt;?php echo $tagLink ?&gt;&lt;/a&gt;&lt;/div&gt;<br />&lt;?php endforeach ?&gt;<br /></code></p>]]></description>
          <pubDate>Mon, 14 Oct 2013 09:51:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232125#post2232125</guid>
        </item>
                <item>
          <title>Alphabetical sorting tags</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232101#post2232101</link>
          <description><![CDATA[<p>Thanks Ross,</p>
<p>And where do I put that code?</p>
]]></description>
          <pubDate>Thu, 10 Oct 2013 15:23:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232101#post2232101</guid>
        </item>
                <item>
          <title>Alphabetical sorting tags</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232085#post2232085</link>
          <description><![CDATA[<p>I have a textfield named tags where i put comma separated words in it</p>
<p>I use this code to show them:</p>
<p><code>&lt;?php $tagList = split(',', $blogRecord['tags']); ?&gt;<br />&lt;?php foreach ($tagList as $tagLink): ?&gt;<br />&lt;div class="tags"&gt;&lt;a href="/blog.php?tags_keyword=&lt;?php echo urlencode(trim($tagLink)); ?&gt;"&gt;<br />&lt;?php echo $tagLink ?&gt;&lt;/a&gt;&lt;/div&gt;<br />&lt;?php endforeach ?&gt;</code></p>
<p>How can I sort those words (tags) alphabetical?</p>

<p>thx</p>

]]></description>
          <pubDate>Wed, 09 Oct 2013 13:21:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232085#post2232085</guid>
        </item>
                <item>
          <title>Re: [Jason] Showing my categories from: Use Options Listed Below</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217185#post2217185</link>
          <description><![CDATA[Jason,<br /><br />This was helpful ! Thanks [;)]<br />]]></description>
          <pubDate>Thu, 26 Jul 2012 04:04:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217185#post2217185</guid>
        </item>
                <item>
          <title>Showing my categories from: Use Options Listed Below</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217132#post2217132</link>
          <description><![CDATA[How to show All my categories once from a field created with (list) &quot;use options listed below&quot;<br />on a list viewer? At the moment they are all repeated accordingly with the number of records that uses the category...<br />]]></description>
          <pubDate>Mon, 23 Jul 2012 17:16:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217132#post2217132</guid>
        </item>
                <item>
          <title>Re: [Jason] &quot;IF condition&quot; is this possible?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217002#post2217002</link>
          <description><![CDATA[Thanks Jason!<br />]]></description>
          <pubDate>Mon, 16 Jul 2012 15:54:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217002#post2217002</guid>
        </item>
                <item>
          <title>&quot;IF condition&quot; is this possible?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216984#post2216984</link>
          <description><![CDATA[Could i call a field from a record into an if condition?<br /><br /><code>&lt;?PHP if ($record['sample'] == &quot;book&quot;): ?&gt;</code><br /><br />I want to replace &quot;book&quot; with<br /><br /><code>&lt;?PHP if ($record['sample'] == &quot;&lt;?php echo $myRecord['category'] ?&gt;&quot;): ?&gt;</code><br /><br />What is the correct way to do this?<br /><br /><br />thx<br />]]></description>
          <pubDate>Sun, 15 Jul 2012 11:35:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216984#post2216984</guid>
        </item>
                <item>
          <title>Styling the geocoder marker_infowindow</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216760#post2216760</link>
          <description><![CDATA[I want to style the marker_infowindow<br />At the moment I use this: <code>&lt;div id=&quot;marker_infowindow_&lt;?php echo $record['num']; ?&gt;&quot;&gt;</code><br />Like in the example you provided (this div is dynamic... so how to css this?)<br /><br /><br />Thanks<br />]]></description>
          <pubDate>Sun, 24 Jun 2012 06:07:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216760#post2216760</guid>
        </item>
                <item>
          <title>Re: [videopixel] Website membership: content based on user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214462#post2214462</link>
          <description><![CDATA[Everything works Jason...<br /><br />Just 1 last question about this topic:<br /><br />Is it possible that the &quot;Admin&quot; can see all assets when logged in?<br />]]></description>
          <pubDate>Wed, 21 Dec 2011 18:52:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214462#post2214462</guid>
        </item>
                <item>
          <title>Re: [Jason] Website membership: content based on user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214453#post2214453</link>
          <description><![CDATA[THANKS! Jason<br />]]></description>
          <pubDate>Wed, 21 Dec 2011 13:13:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214453#post2214453</guid>
        </item>
                <item>
          <title>Website membership: content based on user</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214447#post2214447</link>
          <description><![CDATA[Hello,<br /><br />I created an extra field in my User Accounts section called &quot;Assets&quot;, it's an upload field.<br /><br />How can I restrict that each user only sees his uploads when logging in?<br /><br />I already succesfully implemented the membership plugin...<br /><br />But what goes between this<br /><br /><code>&lt;?php if ($CURRENT_USER): ?&gt;<br />???<br />&lt;?php endif ?&gt;</code><br />]]></description>
          <pubDate>Wed, 21 Dec 2011 08:17:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214447#post2214447</guid>
        </item>
                <item>
          <title>Re: [videopixel] Retrieving section title or table name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214128#post2214128</link>
          <description><![CDATA[Found it already ;-)<br /><br />needed to be <code>[_tableName]</code><br /><br />Thanks Collin for putting me on the right track!<br />]]></description>
          <pubDate>Sat, 03 Dec 2011 19:56:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214128#post2214128</guid>
        </item>
                <item>
          <title>Re: [Collin] Retrieving section title or table name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214127#post2214127</link>
          <description><![CDATA[ok, I need this <code>[tableName]</code><br />How do i insert this between the brackets?<br /><code>does not work?<br />&lt;?php echo $record['tableName'] ?&gt;</code><br />]]></description>
          <pubDate>Sat, 03 Dec 2011 17:18:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214127#post2214127</guid>
        </item>
                <item>
          <title>Retrieving section title or table name?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214123#post2214123</link>
          <description><![CDATA[I'm merging 3 sections with this code:<br /><br /><code>$mosaicRecords = array_merge($blogRecords,$portfolioRecords,$downloadsRecords);<br />shuffle($mosaicRecords);</code><br /><br />everything works like expected but I want to show the section names from where they came from...<br /><br /><code>&lt;?php foreach ($mosaicRecords as $record): ?&gt;<br />&lt;?php foreach ($record['mosaic'] as $upload): ?&gt;<br /><br />What goes between the brackets? &lt;?php echo $record['??????'] ?&gt;<br /><br />&lt;?php endforeach ?&gt;<br />&lt;?php endforeach ?&gt;</code><br /><br /><br />thanks!<br />]]></description>
          <pubDate>Fri, 02 Dec 2011 20:02:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214123#post2214123</guid>
        </item>
                <item>
          <title>Re: [Jason] SEO urls with trailing slash and without .php extension?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214058#post2214058</link>
          <description><![CDATA[Concerning the &quot;anything behind the post url&quot; here an example form your own website:<br /><br />http://www.interactivetools.com/about/conditions.php/whatevertexthere<br /><br />or<br /><br />http://www.interactivetools.com/about/conditions.php?whatevertexthere<br /><br /><br />you will always arrive to http://www.interactivetools.com/about/conditions.php<br /><br /><br />I find that not logical... and for me there should be an error404 page instead!<br />]]></description>
          <pubDate>Tue, 29 Nov 2011 15:19:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214058#post2214058</guid>
        </item>
                <item>
          <title>SEO urls with trailing slash and without .php extension?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214041#post2214041</link>
          <description><![CDATA[Because CMSBuilder has some problems with useSeoUrls together with the .htaccess for ignoring file extensions together i found this little script:<br /><br /><a target="_blank" href="http://codecanyon.net/item/mod-rewriter/79439">http://codecanyon.net/item/mod-rewriter/79439</a><br /><br />Could this be the solution?<br /><br />Another problem for me is the fact that you can put anything behind the post url (try it on your site) and still see the post, instead of an error 404. For me that's not acceptable! Any solution for this?<br />]]></description>
          <pubDate>Tue, 29 Nov 2011 07:47:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214041#post2214041</guid>
        </item>
                <item>
          <title>Re: [Jason] Comments add on questions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213320#post2213320</link>
          <description><![CDATA[Thanks Jason for the reply!<br /><br />I can wait.... ;-)<br />]]></description>
          <pubDate>Thu, 22 Sep 2011 15:55:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213320#post2213320</guid>
        </item>
                <item>
          <title>Comments add on questions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213290#post2213290</link>
          <description><![CDATA[I will buy the membership add on (although I don't need it) AND the Comments add on IF:<br /><br />Comments can be placed without login and as security a kind of captcha system...<br /><br />My experience is that casual visitors tend to reply more on a website article when they don't need to register.<br />]]></description>
          <pubDate>Wed, 21 Sep 2011 12:07:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213290#post2213290</guid>
        </item>
                <item>
          <title>Re: [MickC] Facebook comments plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213233#post2213233</link>
          <description><![CDATA[Thanks MickC<br /><br />But I found another workaround for my problem:<br /><br /><a target="_blank" href="http://www.interactivetools.com/iforum/gforum.cgi?post=88072;search_string=Facebook%20comments;t=search_engine#88072">http://www.interactivetools.com/iforum/gforum.cgi?post=88072;search_string=Facebook%20comments;t=search_engine#88072</a><br /><br />...and it's working:<br />example@bottom<br /><a target="_blank" href="http://www.dirkbeckers.be/blogdetail.php?Let-s-have-some-fun-with-the-moon-59">http://www.dirkbeckers.be/blogdetail.php?Let-s-have-some-fun-with-the-moon-59</a><br />]]></description>
          <pubDate>Sun, 18 Sep 2011 06:48:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213233#post2213233</guid>
        </item>
                <item>
          <title>Re: [Maurice] Website Comments v1.01 Released!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213229#post2213229</link>
          <description><![CDATA[+ for Facebook login!!!<br /><br /><br /><blockquote>Looks great we are now testing it<br /><br />just 1 missing thing.<br /><br />login using facebook, twitter or open id account that would of been the finishing toutch. <br /> [;)]<br /><br />Greetz M</blockquote><br />]]></description>
          <pubDate>Sat, 17 Sep 2011 14:57:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213229#post2213229</guid>
        </item>
                <item>
          <title>Re: [videopixel] Facebook comments plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213228#post2213228</link>
          <description><![CDATA[Ok found the problem...<br /><br />FB adds a &quot;fb_comment_id&quot; behind your url so it's not possible to link back from facebook's newsfeed...<br />]]></description>
          <pubDate>Sat, 17 Sep 2011 10:15:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213228#post2213228</guid>
        </item>
                <item>
          <title>Facebook comments plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213227#post2213227</link>
          <description><![CDATA[I want to add this plugin from Facebook:<br /><br /><a target="_blank" href="http://developers.facebook.com/docs/reference/plugins/comments/">http://developers.facebook.com/docs/reference/plugins/comments/</a><br /><br />But because my pages are dynamic what url need I put in to the &quot;URL to comment on&quot; box?<br />]]></description>
          <pubDate>Sat, 17 Sep 2011 09:46:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213227#post2213227</guid>
        </item>
                <item>
          <title>Re: [videopixel] Problem accessing Admin Sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213031#post2213031</link>
          <description><![CDATA[OK I re-installed everything and now everything works again.<br /><br />But I must admit that this error was a scary one!<br />]]></description>
          <pubDate>Sat, 03 Sep 2011 18:17:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213031#post2213031</guid>
        </item>
                <item>
          <title>Re: [usnetpro] Problem accessing Admin Sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213029#post2213029</link>
          <description><![CDATA[I have the same problem can't access anything anymore in the admin!!!!<br /><br />v2.12<br />Safari and Chrome...<br />Cleared everything but no result<br /><br />What to do now?<br /><br /><br /><br /><blockquote>Thanks for the reply.  I cleared the cache but I still have the same problem.</blockquote><br />]]></description>
          <pubDate>Sat, 03 Sep 2011 17:54:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213029#post2213029</guid>
        </item>
              </channel>
    </rss>
  