<?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%3Abenedict</link>
        <description></description>
        <pubDate>Mon, 04 May 2026 18:18:53 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Abenedict&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Bold Parents, indent Children in Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236180#post2236180</link>
          <description><![CDATA[<p>Hello? Do we have any update on this - I'd love to get this sorted out if you have the time.</p>]]></description>
          <pubDate>Tue, 03 Mar 2015 15:35:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236180#post2236180</guid>
        </item>
                <item>
          <title>Bold Parents, indent Children in Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236163#post2236163</link>
          <description><![CDATA[<p>All of them are parents except for bullets 2-5 - Module A,B, C, &amp; D.</p>]]></description>
          <pubDate>Tue, 24 Feb 2015 14:33:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236163#post2236163</guid>
        </item>
                <item>
          <title>Bold Parents, indent Children in Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236097#post2236097</link>
          <description><![CDATA[<p>Thanks for the quick response - you can see it here - <a href="http://www.hrlegal.com.au/training-courses.php" rel="nofollow">http://www.hrlegal.com.au/training-courses.php</a></p>]]></description>
          <pubDate>Mon, 16 Feb 2015 14:05:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236097#post2236097</guid>
        </item>
                <item>
          <title>Bold Parents, indent Children in Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236094#post2236094</link>
          <description><![CDATA[<p>Yes, this much I know. How is it applied to your category code?</p>

<p><code>&lt;ul class="menu"&gt;<br />                                     &lt;?php foreach ($training_coursesRecords as $listRecord): ?&gt;<br />      &lt;?php $isSelected = ($listRecord['num'] == $detailRecord['num']); ?&gt;<br />      &lt;?php if ($isSelected) { print "&lt;b&gt;"; } ?&gt;<br />      &lt;li&gt;&lt;a href="&lt;?php echo htmlencode($listRecord['_link']) ?&gt;"&gt;&lt;?php echo htmlencode($listRecord['name']) ?&gt;&lt;/a&gt;&lt;/li&gt;<br />      &lt;?php if ($isSelected) { print "&lt;/b&gt;"; } ?&gt;<br />    &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if (!$training_coursesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />                                    &lt;/ul&gt;</code></p>
]]></description>
          <pubDate>Mon, 16 Feb 2015 13:55:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236094#post2236094</guid>
        </item>
                <item>
          <title>Bold Parents, indent Children in Category Menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236077#post2236077</link>
          <description><![CDATA[<p>I can't believe I haven't come across this issue before in CMSB and I am sure there is an easy fix. Anybody know how to bold parents in a category menu and have all children indented?</p>]]></description>
          <pubDate>Sun, 15 Feb 2015 15:43:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236077#post2236077</guid>
        </item>
                <item>
          <title>Migrate to new server and get SQL error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235855#post2235855</link>
          <description><![CDATA[<p>Thanks Greg,</p>
<p>That did the trick - as always I am indebted.</p>
<p>Cheers,</p>
<p>Benedict</p>]]></description>
          <pubDate>Mon, 26 Jan 2015 14:17:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235855#post2235855</guid>
        </item>
                <item>
          <title>Migrate to new server and get SQL error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235844#post2235844</link>
          <description><![CDATA[<p>Sorry I haven't come back to you sooner - the client held off the server migration again until now. So I have tracked down the problem to one issue:</p>
<p>This is a Wine List page that shows the wines from a particular range.</p>
<p>The code that worked fine on the old server, but not this one is:</p>
<p><code>  // load records<br />  list($winesRecords, $winesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'wines',<br />    'where' =&gt; "range = '". intval($rangeRecord['num']) ."'" ,<br />  ));<br />  <br /></code></p>
<p>When I remove this code, the page loads at least, without the wine list. When I include the code, I get this (when trying to load the wine range MWC which is range #11):</p>
<p><code>MySQL Error: You have an error in your SQL syntax; check the manual that<br /> corresponds to your MySQL server version for the right syntax to use <br />near 'range = '11')' at line 3<br /></code></p>
<p>FInal piece of info - the WInes table pulls the Ranges from the Ranges table using the GET OPTIONS FROM DATABASE option, values=num, labels=title.</p>
<p>Detail pages all present fine as well.</p>]]></description>
          <pubDate>Sat, 24 Jan 2015 14:12:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235844#post2235844</guid>
        </item>
                <item>
          <title>Migrate to new server and get SQL error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235273#post2235273</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>We migrated a lot of cmsBuilder accounts to a new server without issue, but one account is throwing issues on the website, saying:</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /home/jmcpher/public_html/about-mcpherson-wines.php:32) in /home/jmcpher/public_html/cmsAdmin/lib/database_functions.php on line 634 There was an error creating the list field ''. MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'range, year DESC LIMIT 0, 999' at line 1</p>
<p>Any ideas what this might be in that file  (/home/jmcpher/public_html/cmsAdmin/lib/database_functions.php) on line 634 that I can fix?</p>
<p>Cheers!</p>
<p>P.S. I had to change the DNS back to the old server in the mean time, so I can not show you a live example.</p>]]></description>
          <pubDate>Sun, 02 Nov 2014 19:14:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235273#post2235273</guid>
        </item>
                <item>
          <title>500 Internal Server Error New install</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234120#post2234120</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>I'm in the same boat - I've done hundreds of installs of CMSB and getting a 500 error on normal install of 2.61? Did you find the solution for s2media? I've checked that PHP and MySQL versions are compatible, and the bizarre thing is the site I installed it on is still working finr, but I can not get to the /cmsAdmin page.</p>
<p>Cheers,</p>
<p>Benedict</p>]]></description>
          <pubDate>Thu, 05 Jun 2014 22:33:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234120#post2234120</guid>
        </item>
                <item>
          <title>Remove commas from join in Code Generator-created code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233358#post2233358</link>
          <description><![CDATA[<p>Hi guys, just a quick question with hopefully a simple fix.</p>
<p>I have a products section where products are assigned one or more categories using a list field (Check boxes).</p>
<p>When I use the code generator, it spits out this:</p>
<p><code>Category (labels): &lt;?php echo join(', ', $record['category:labels']); ?&gt;</code></p>
<p><br />Which outputs the selected categories like this e.g. Home, Business</p>
<p>How do I get rid of the comma that separates the two selected categories? I know it's something to do with the ', ', just after join, but my random noodling has born no fruit.</p>
<p>Cheers,</p>
<p>B</p>]]></description>
          <pubDate>Mon, 03 Mar 2014 20:05:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233358#post2233358</guid>
        </item>
                <item>
          <title>Permalinks: Identical code, different servers, one interrupts 301 redirects</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233326#post2233326</link>
          <description><![CDATA[<p>So simple... Thanks Dave.</p>]]></description>
          <pubDate>Wed, 26 Feb 2014 20:47:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233326#post2233326</guid>
        </item>
                <item>
          <title>Permalinks: Identical code, different servers, one interrupts 301 redirects</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233294#post2233294</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>I'm using the same .htaccess code with your permalinks code, and while permalinks works on both, the subsequent 301 redirects do not work on one of the servers. When I remove the permalinks code, the 301 redirects work fine. I presume there is a server setting adjustment I need to make. Any ideas?</p>
<p><code># Add this to an .htaccess file in your website root folder<br /># Your website root folder is usually named: htdocs, httpdocs, www, html, or just / in FTP<br /><br /># START: CMS Permalink Code<br />&lt;IfModule mod_rewrite.c&gt;<br />  RewriteEngine On<br />  RewriteBase /<br />  RewriteRule ^permalinks_dispatcher\.php$ - [L]<br />  RewriteCond %{REQUEST_FILENAME} !-f<br />  RewriteCond %{REQUEST_FILENAME} !-d<br />  RewriteRule . /cmsAdmin/plugins/permalinks/permalinks_dispatcher.php [L]<br />&lt;/IfModule&gt;<br /># END: CMS Permalink Code<br /><br />RewriteCond %{HTTP_HOST} !^www\.<br />RewriteRule ^(.*)$ <a href="/$1%C2%A0%5BR=301,L%5D">http://www.%{HTTP_HOST}/$1 [R=301,L]</a><br /><br />RewriteEngine On<br /><br />## 301 Redirects<br /># 301 Redirect 1<br />RewriteCond %{QUERY_STRING}  ^Samples-4$ [NC]<br />RewriteRule ^nonslip-products\.php$ /samples? [R=301,NE,NC,L]</code></p>

<p>Cheers &amp; thanks in advance.</p>]]></description>
          <pubDate>Tue, 25 Feb 2014 02:33:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233294#post2233294</guid>
        </item>
                <item>
          <title>Default date showing even though no entry made in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232130#post2232130</link>
          <description><![CDATA[<p>Thanks Gerry, that plugin did the trick instantly. Appreciate the explanation.</p>]]></description>
          <pubDate>Mon, 14 Oct 2013 15:49:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232130#post2232130</guid>
        </item>
                <item>
          <title>Default date showing even though no entry made in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232124#post2232124</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>I am having an issue with an events page with a form I am producing. For every event, the client wanted the ability to add up to 10 event dates that a person can choose to attend. Some events have 4 dates, some more. So in CMSB, I just created 10 fields - Event Date 1, Event Date 2, etc...</p>
<p>In my viewer page I have coded the 10 event date fields into a select field, coding it so that it should only show an event date if an entry has been made. In this example event (<a href="http://hrlegal.stockstreetserver.com/events-detail.php?Protecting-Your-Business-from-Ex-Employees-5" rel="nofollow">http://hrlegal.stockstreetserver.com/events-detail.php?Protecting-Your-Business-from-Ex-Employees-5</a>) it correctly shows the first 4 event dates that have been entered, but then shows a default date for the other 6 dates that have not been entered in CMSB.</p>
<p>This is my select field code:</p>
<p><code>&lt;label for="fieldEmail"&gt;Date You Wish To Attend:&lt;/label&gt;<br />        &lt;select name="date" id="date"&gt;<br />&lt;option value="" selected="selected"&gt;--Please Select--&lt;/option&gt;<br />            &lt;?php if ($eventsRecord['1st_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['1st_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['1st_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['2nd_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['2nd_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['2nd_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['3rd_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['3rd_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['3rd_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['4th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['4th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['4th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['5th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['5th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['5th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['6th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['6th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['6th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['7th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['7th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['7th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['8th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['8th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['8th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['9th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['9th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['9th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />          &lt;?php if ($eventsRecord['10th_date_time']): ?&gt;<br />&lt;option value="&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['10th_date_time'])) ?&gt;"&gt;&lt;?php echo date("D, M jS, Y g:i a", strtotime($eventsRecord['10th_date_time'])) ?&gt;&lt;/option&gt;<br />          &lt;?php endif ?&gt;<br />                  &lt;/select&gt;</code></p>
<p>How do I make fields with no date entry not appear in this list?</p>
<p>Thanks in advance.</p>]]></description>
          <pubDate>Sun, 13 Oct 2013 19:22:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232124#post2232124</guid>
        </item>
                <item>
          <title>Sort records by the sort order in another table</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231516#post2231516</link>
          <description><![CDATA[<p>So here's a curly one. The CMS has a Wine Varieties (cms_varieties) and a Wines (cms_wines) section. The varieties are linked into the Wines section via a list field.</p>
<p>Now, I the customer wants the wines sorted by variety - these are not sorted alphabetically, rather by the strength of the grape from white through to red wines. So I'm using DragSortOrder in the varieties table - on the wines list viewer page  how do I get the wines to order by the variety order from the variety table, i.e. not alphabetically.  ?</p>]]></description>
          <pubDate>Mon, 12 Aug 2013 23:16:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231516#post2231516</guid>
        </item>
                <item>
          <title>Image Shuffle and Randomising - only randomising the first 4 images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231479#post2231479</link>
          <description><![CDATA[<p>Boom. Works. You beauty! Thanks, mate.</p>]]></description>
          <pubDate>Wed, 07 Aug 2013 15:55:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231479#post2231479</guid>
        </item>
                <item>
          <title>Image Shuffle and Randomising - only randomising the first 4 images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231471#post2231471</link>
          <description><![CDATA[<p>I still get the same result as before - it switches the galleries around, but is not randomising the images at all. It keeps showing the first image in each gallery.</p>]]></description>
          <pubDate>Tue, 06 Aug 2013 13:16:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231471#post2231471</guid>
        </item>
                <item>
          <title>Image Shuffle and Randomising - only randomising the first 4 images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231458#post2231458</link>
          <description><![CDATA[<p>Hi, I'm using the code you posted here at:</p>
<p><a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2218577#post2218577" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2218577#post2218577</a></p>
<p>It works with my multirecord Gallery section which has 4 records in it with an upload field holding approx. 25 images per  record/gallery - Weddings/Corporate/NYE/Private Charters</p>
<p>When I say it works, it gathers up the images and presents them in random order... almost.</p>
<p>What it does is it randomises only the presentation of the first 4 images - it is still the same 4 <strong>first </strong>images everytime (the first in each record of Weddings/Corporate/NYE/Private Charters). I want those images to be completely shuffled every time the page loads.</p>
<p>You can see it working down the bottom of the page in the carousel at <a href="http://vicstar.stockstreetserver.com/index.html" rel="nofollow">http://vicstar.stockstreetserver.com/index.html</a> - note when you refresh, it is showing the same 1st image each time, not randomising the whole array.</p>
<p>My modified code of yours is:</p>
<p><code>&lt;div class="carousel"&gt;<br />            &lt;div class="carousel-center"&gt;<br />                &lt;div class="gmask-center"&gt;<br />                    &lt;div class="gmask"&gt;<br />                        &lt;ul&gt;<br />                        &lt;?php<br />  <br />// load records from 'galleries'<br />list($gallery, $galleriesMetaData) = getRecords(array(<br />'tableName' =&gt; 'galleries',<br />'orderBy' =&gt; 'RAND()',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />));<br /><br />//shuffle all of the images for each record<br />foreach($gallery as $images){<br />shuffle($images['images']);<br />}<br /><br />//counter<br />$n = 0;<br />//max number of images you want to pull from each section;<br />$max = 7;<br />while($n &lt;= $max): ?&gt;<br />                        &lt;?php foreach($gallery as $key =&gt; $images): ?&gt;<br />                            &lt;li&gt;<br />                                &lt;div class="photo"&gt;<br />                                    &lt;?php //If there is a picture in the image array with a key of $n, assign it to the $image varible, else return false<br />if($image = @$images['images'][$n]): ?&gt;<br />&lt;?php shuffle($images['images']); ?&gt;<br />                                &lt;img title="&lt;?php echo $image['info1']; ?&gt;" alt="&lt;?php echo $image['info1']; ?&gt;" src="&lt;?php echo $image['thumbUrlPath3']; ?&gt;" width="309" height="206"/&gt;<br />                                    &lt;?php endif; ?&gt;<br />                                &lt;/div&gt;<br />                            &lt;/li&gt;<br />                            &lt;?php endforeach; ?&gt;<br />&lt;?php $n++; ?&gt;<br />&lt;?php endwhile; ?&gt;<br />                        &lt;/ul&gt;<br />                    &lt;/div&gt;<br />                &lt;/div&gt;<br />                &lt;a href="#" class="btn-prev"&gt;prev&lt;/a&gt;<br />                &lt;a href="#" class="btn-next"&gt;next&lt;/a&gt;<br />            &lt;/div&gt;<br />        &lt;/div&gt;</code></p>
]]></description>
          <pubDate>Mon, 05 Aug 2013 17:36:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231458#post2231458</guid>
        </item>
                <item>
          <title>Permalink error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231370#post2231370</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>We're launching another permalink site that has an issue. When we go to the page we created, we get this issue:</p>
<p><strong>The requested URL /cmsAdmin/plugins/permalinks/permalinks_dispatcher.php was not found on this server.</strong></p>
<p>When I go to that path in my browser to find it, I get this:</p>
<p><b>Fatal error</b>: Call to undefined function addAction() in <b>/usr/home/shabaka/public_html/xn--wgb.xn----1mcbc7cp0fnu.xn--mgbaam7a8h/cmsAdmin/plugins/permalinks/permalinks.php</b> on line <b>19</b></p>
<p>The file is definitely there along with all the other files in the Permalink folder, so I'm stumped. The URL permalink is just /test:</p>
<p><span><a href="http://xn----1mcbc7cp0fnu.xn--mgbaam7a8h/" rel="nofollow">http://xn----1mcbc7cp0fnu.xn--mgbaam7a8h/</a></span>test</p>
<p>(It converts to arabic).</p>
<p>P.S. I have reuploaded the plugin, ensured it is in a folder named permalinks and all permissions are set.</p>]]></description>
          <pubDate>Mon, 29 Jul 2013 20:59:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231370#post2231370</guid>
        </item>
                <item>
          <title>Can you have two Permalink fields?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231192#post2231192</link>
          <description><![CDATA[<p>I'm doing a site in Arabic (a world first - first site that uses arabic in the domain name - it's a new gTLD) and using Permalinks which is holding up well.</p>
<p>But every press release is in both English and Arabic - I am using the Permalink field for the arabic URL, but want to use another for English. Possible? Or will I have to create two sections - one for English, one for Arabic?</p>]]></description>
          <pubDate>Wed, 10 Jul 2013 18:35:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231192#post2231192</guid>
        </item>
                <item>
          <title>Permalinks code generator throws a 406 error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230693#post2230693</link>
          <description><![CDATA[<p>Hi guys, any ideas on this?</p>]]></description>
          <pubDate>Wed, 22 May 2013 07:20:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230693#post2230693</guid>
        </item>
                <item>
          <title>Permalinks code generator throws a 406 error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230663#post2230663</link>
          <description><![CDATA[<p>Good News - I migrated server and it all works. Great!</p>
<p>Bad News - Everything set up, uploaded .htacccess file, tested it on a non-working url, and it is working fine. I created a 'permalink' field and did my first test on www.mysite.com.au/test.php in my "Footer Links section whose original url would have been footer-links.php?test-4. It did redirect, but to the fourth record in a completely different section ("Design Guidelines"). I did another test straight away on footer-links.php?jabba-5 permalinked to www.mysite.com.au/jabba.php. Same issue - it went to the 5th record in a different section.</p>
<p>I checked the head code in both sections and updated it as I had done the upgrade to 2.53, and also checked the fields in the body - all function fine without the permalink , still no luck when it is added. Any ideas?</p>]]></description>
          <pubDate>Mon, 20 May 2013 13:37:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230663#post2230663</guid>
        </item>
                <item>
          <title>Permalinks code generator throws a 406 error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230621#post2230621</link>
          <description><![CDATA[<p>Yes all upgraded to 2.53. Tried Firefox and Chrome, same result. Disabled mod_security - same result. Really want to get this baby working.</p>]]></description>
          <pubDate>Wed, 15 May 2013 15:11:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230621#post2230621</guid>
        </item>
                <item>
          <title>Permalinks code generator throws a 406 error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230590#post2230590</link>
          <description><![CDATA[<p>Hi guys,</p>
<p>I'm trying to install the permalinksplugin for the first time, but when I go to the Code generator for Permalinks, and click ".htaccess code for redirecting requests", I get a 406 error:</p>
<p><em><strong>Not Acceptable</strong></em></p>
<p><em><strong>An appropriate representation of the requested resource /cmsAdmin/admin.php could not be found on this server.</strong></em></p>
<p><em><strong>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</strong></em></p>
<p>The link it is trying to reach is:</p>
<p><a href="http://www.mysite.com.au/cmsAdmin/admin.php?filename=.htaccess&amp;menu=_codeGenerator&amp;_generator=permalink_codeGenerator" rel="nofollow">http://www.mysite.com.au/cmsAdmin/admin.php?filename=.htaccess&amp;menu=_codeGenerator&amp;_generator=permalink_codeGenerator</a></p>
<p>Any ideas?</p>]]></description>
          <pubDate>Tue, 14 May 2013 21:27:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230590#post2230590</guid>
        </item>
                <item>
          <title>Create list of categories from upload fields&apos; info field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230013#post2230013</link>
          <description><![CDATA[<p>Thanks Greg, that worked beautifully.</p>]]></description>
          <pubDate>Sun, 24 Mar 2013 17:59:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230013#post2230013</guid>
        </item>
              </channel>
    </rss>
  