<?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%3ApixelMIGHT%28Josh%29</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 19:17:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ApixelMIGHT%28Josh%29&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: permalink use record &apos;num&apos; field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244867#post2244867</link>
          <description><![CDATA[<p>Hi Damon, <br /><br />I have a guy working on the site and he must have changed it back. I'll see what happens when he gives it a try and get back to you. <br /><br />Sorry  about  the  confusion.</p>]]></description>
          <pubDate>Tue, 30 Jun 2020 12:15:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244867#post2244867</guid>
        </item>
                <item>
          <title>Re: permalink use record &apos;num&apos; field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244864#post2244864</link>
          <description><![CDATA[<p>Hi Damon, </p>
<p>This isn't working for me. I actually had to change 'date' to 'item' due to a warning about 'date' being a reserved field name. </p>
<p>The auto creation of the date string does work, but it doesn't seem to be acknowledging the field as a permalink. It just takes me to the 404 page. </p>
<p>If you hover over one of the images here you'll see what I mean: <a href="https://affordablehomerenovations.com/projects" rel="nofollow">https://affordablehomerenovations.com/projects</a>. </p>
<p>I have my detail page url set to /project-details.php. And when I use the link with the the query it works. </p>
<p>But when I use this link it does not:</p>
<pre class="language-php"><code>&lt;a href="/&lt;?php echo htmlencode($record['item']) ?&gt;" target="_self"&gt;
</code></pre>
<p><br />What am I missing? <br /><br />Thanks. </p>]]></description>
          <pubDate>Mon, 29 Jun 2020 19:23:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244864#post2244864</guid>
        </item>
                <item>
          <title>Re: permalink use record &apos;num&apos; field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244814#post2244814</link>
          <description><![CDATA[<p>Thanks, Damon. I just wanted to drop a quick note that it'll be a few days before I can give this a try. I'll let you know how it goes as soon as I do, though. </p>

<p>Josh</p>]]></description>
          <pubDate>Sat, 20 Jun 2020 13:33:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244814#post2244814</guid>
        </item>
                <item>
          <title>Re: permalink use record &apos;num&apos; field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244800#post2244800</link>
          <description><![CDATA[<p>Thanks, Damon. <br /><br />Yes, I'm really just looking for a unique permalink that is "pretty". I'm mostly just trying to get a better solution than the default query link like (.php?xxx). I would like it to be fairly short, whatever it is, but the long date sequence would do, if that is the only option. SEO is not a concern for this site as the client is only using it as a portfolio to direct people to that he has already had contact with. </p>
<p>Sound like maybe you have something in mind? <br /><br />Josh</p>]]></description>
          <pubDate>Wed, 17 Jun 2020 11:05:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244800#post2244800</guid>
        </item>
                <item>
          <title>Re: permalink use record &apos;num&apos; field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244793#post2244793</link>
          <description><![CDATA[<p>In response to: <a href="https://www.interactivetools.com/forum/forum-posts.php?postNum=2242238#post2242238" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?postNum=2242238#post2242238</a></p>

<p>Hi. Was there a resolution to this? I'm actually having this same issue.</p>

<p>I've permalinks.php to be: </p>

<pre class="language-markup"><code>$GLOBALS['PERMALINKS']['autopopulate_fromFields'] = array('num');</code></pre>

<p>but I get "You must enter a value for 'permalink'!"<br /><br />Is the issue that the record doesn't know what 'num' it is until it's saved? Is there a work around for this? We don't have titles for these records. It's really just a bunch of images in each record. </p>]]></description>
          <pubDate>Mon, 15 Jun 2020 11:31:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244793#post2244793</guid>
        </item>
                <item>
          <title>how to - Permalink from imported category included in code generator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244786#post2244786</link>
          <description><![CDATA[<p>Thank you! That is exactly what I needed. I was trying to do similar, but had the ",1" on the wrong side of the parentheses. I just don't write PHP enough to ever get even passably good at it... or even figure out what to search for sometimes. So, this is is much appreciated and saved me a lot of frustration. </p>]]></description>
          <pubDate>Wed, 10 Jun 2020 13:58:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244786#post2244786</guid>
        </item>
                <item>
          <title>how to - Permalink from imported category included in code generator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244781#post2244781</link>
          <description><![CDATA[<p>The solution in the linked post worked well. </p>
<p>I added this: </p>
<pre class="language-php"><code>// load records from 'art_categories'
list($art_categoriesRecords, $art_categoriesMetaData) = getRecords(array(
'tableName' =&gt; 'art_categories',
'where' =&gt; '`name` IN('.mysql_escapeCSV($artwork_imagesRecord['category:labels']).')',
'loadUploads' =&gt; false,
'allowSearch' =&gt; false,
));</code></pre>
<p>To use this: </p>
<pre class="language-php"><code>&lt;?php foreach ($art_categoriesRecords as $record): ?&gt;
     &lt;a href="/&lt;?php echo htmlencode($record['permalink']) ?&gt;" target="_self"&gt;&lt;?php echo htmlencode($record['name']) ?&gt; 
&lt;?php endforeach ?&gt;&lt;/a&gt;</code></pre>
<p>Now, I just have one semi-related issue: </p>
<p>The foreach outputs the array of "All, Paintings", for example. However, all of the artwork, whether drawings or print making, etc, is in the 'All category. How can I always skip the first key in this array so it never prints 'All'? </p>
<p>Skipping the first item seems like it might be really simple, but I've tried using an array_slice and various if statements, but my novice self just can't figure it out. </p>
<p>Thanks for any further guidance. </p>]]></description>
          <pubDate>Tue, 09 Jun 2020 12:19:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244781#post2244781</guid>
        </item>
                <item>
          <title>how to - Permalink from imported category included in code generator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244770#post2244770</link>
          <description><![CDATA[<p>Thanks, guys. At a glance, that looks right. I'll be giving it a try next week and will post here about it. </p>

<p>~ Josh</p>]]></description>
          <pubDate>Fri, 05 Jun 2020 07:24:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244770#post2244770</guid>
        </item>
                <item>
          <title>how to - Permalink from imported category included in code generator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244764#post2244764</link>
          <description><![CDATA[<p>Hello. I hope I can explain this well. </p>
<p>I have a multi record editor called Artwork. In it, I import a list of categories from another multi record using 'Get options from database'. The category records have a permalink. Everything there works fine and I have a sortable gallery with permalinks when the categories are sorted. Then, if you click on an image from Artwork, you get the detail page of that image. Pretty straight forward and common. </p>
<p>My struggle is on the detail page, itself. Under the artwork image I list out the categories that artwork is in. I would like those categories to be clickable and then the user can get back to the list page and see all the artwork in the categories. However, I can't figure out how to import the category permalink to the artwork detail page in order to make it a link back to the category page.</p>
<p>Image attached for visual reference. </p>
<p>Any advise is appreciated.</p>

]]></description>
          <pubDate>Wed, 03 Jun 2020 13:20:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244764#post2244764</guid>
        </item>
                <item>
          <title>Hide an editor field for all but top level categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244423#post2244423</link>
          <description><![CDATA[<p>In the interest of speed and due to my limited PHP knowledge, I've decided to go about these sections a different way. But it would still be interesting to know if a filed can e hidden in the editor by level. But only if the answer is simple. Please don't spend much time on it, if any. Thanks. </p>]]></description>
          <pubDate>Fri, 17 Jan 2020 09:55:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244423#post2244423</guid>
        </item>
                <item>
          <title>Hide an editor field for all but top level categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244422#post2244422</link>
          <description><![CDATA[<p>Hello. </p>
<p>Is there a way to hide an editor field in the CMS Section  based upon it's level in the tree? <br /><br /></p>
<p>Specifically, I am creating a category menu to display service groups and the services within each group. </p>
<p>1. "Accounting Services" will be level one and have an image. </p>
<p>2. "Bookkeeping", "Budgeting", etc would be level 2 and not need an image. </p>

<p>If need be, I'll just put a description above the upload field to let users know when to add an image and when not, but it would be a lot less confusing to them if the field was only there when they needed it. </p>

<p>Thanks. </p>]]></description>
          <pubDate>Fri, 17 Jan 2020 09:21:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244422#post2244422</guid>
        </item>
                <item>
          <title>UPLOAD CHANGES IMAGE ORIENTATION</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238935#post2238935</link>
          <description><![CDATA[<p>Thanks, Damon. </p>
<p>I've replied to the original email.</p>
<p>Josh</p>]]></description>
          <pubDate>Mon, 23 May 2016 13:21:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238935#post2238935</guid>
        </item>
                <item>
          <title>UPLOAD CHANGES IMAGE ORIENTATION</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238932#post2238932</link>
          <description><![CDATA[<p>Also, I what Tina suggested above but I do get the Out of Memory warning. If that can be adjusted and images upload correctly, that is fine too. </p>
<p>Either solution is fine with me, but preferably it would upload correctly to start. </p>
<p>Thanks</p>]]></description>
          <pubDate>Mon, 23 May 2016 13:04:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238932#post2238932</guid>
        </item>
                <item>
          <title>UPLOAD CHANGES IMAGE ORIENTATION</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238931#post2238931</link>
          <description><![CDATA[<p>Hello. I am having the same problem with images. The culprit in this case is a Samsung S5. </p>
<p>I did at one time have Interactive Tools create a plugin that added a Rotate button to the upload preview, but with Version 3 it doesn't work. Here are the errors: </p>
<p>E_WARNING: include(): Failed opening 'lib/menus/default/uploadModify.php' for inclusion (include_path='/data/23/2/0/101/2652264/user/2911153/htdocs/BESnet/cms:/data/23/2/0/101/2652264/user/2911153/htdocs/BESnet/cms/3rdParty:.:/usr/share/php:/usr/services/vux/lib/php')</p>
<p>E_WARNING: include(lib/menus/default/uploadModify.php): failed to open stream: No such file or directory</p>
<p>E_WARNING: include(lib/menus/default/uploadModify.php): failed to open stream: No such file or directory</p>
<p>E_WARNING: require_once(lib/menus/default/uploadForm_functions.php): failed to open stream: No such file or directory</p>
<p>(Of course www.domain.com contains the actual domain.)</p>
<p>I saw in the documentation "To fix replace START_TIME with $_SERVER['REQUEST_TIME_FLOAT']" but I cannot find this line in any files.</p>
<p>Is there something in the custom plugin files I should change?</p>
<p>I can upload them here or send them to you if helpful. </p>
<p>Thank you</p>]]></description>
          <pubDate>Mon, 23 May 2016 13:01:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238931#post2238931</guid>
        </item>
                <item>
          <title>Not connecting to upload library after restore</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235131#post2235131</link>
          <description><![CDATA[<p>Thanks, Claire. </p>
<p>I went and checked it all again, including permissions. No luck. </p>
<p>It's odd. When I manually type in the locations of the image, it displays in the browser. But it won't display in the website when the html is generated via PHP. I'm pretty sure I have the uploads paths set correctly, as the should have been correct since they where correct before the restore of the website as a whole. (The entire site was reuploaded, CMS and all, due to an issue.) Essentially, the HTML that is being put into the image source code is losing the complete path, even though it is present in the general settings.  My "bandaid" was actually to add the missing HTML directly in the HTML file. No worries though, this site is about to undergo a complete rebuild on a different server. </p>
<p>Honestly, more and more I'm thinking this  I am convinced it is a server side issue we are having. Unfortunately, it's hosted with a company that is down-right hostile when it comes to customer service, so I really can't get them to check anything for me. I suspect that somehow their server has changed the permissions on most of the website files during recovery... out of my scope of knowledge but they changed somehow while being restored... and the files have never been anywhere else but on there server. Something has changed and we just cannot figure out what. </p>
<p>Anyway, thanks again for your help and we are going to live with our "band-aid" and move on to our new build and put this restore fiasco behind us. (Which I believe has nothing to do with Interactive Tools' CMS, it's a great product and I've done restores before with zero issue.)</p>


]]></description>
          <pubDate>Thu, 02 Oct 2014 16:55:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235131#post2235131</guid>
        </item>
                <item>
          <title>Not connecting to upload library after restore</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235119#post2235119</link>
          <description><![CDATA[<p>Hello, I hope I can explain this properly: </p>
<p>Long story short, we had to restore a website from a back up.</p>
<p>It appears that everything is working well, except the uploads are not connecting correctly. </p>
<p>It seems they are not using the path set in the General Settings tab of the CMS. </p>
<p>When I open the image path (of the 'empty' image) in my browser the address is abc.com/image.jpg</p>
<p>The image path should be abc.com/folder/cmsadmin/uploads/image.jpg.</p>
<p>When trying to upload an image in the CMS, I get a warning about file permissions. </p>
<p>All html and text sections of the CMS are populating just fine.</p>
<p>Any ideas what when wrong here? </p>
]]></description>
          <pubDate>Wed, 01 Oct 2014 08:48:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235119#post2235119</guid>
        </item>
                <item>
          <title>Elimate Duplicate Items from a for each </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233999#post2233999</link>
          <description><![CDATA[<p>Perfect! Thank you so very much. And thank you for the explanation of why it works also.</p>
<p>Josh</p>]]></description>
          <pubDate>Sat, 17 May 2014 05:37:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233999#post2233999</guid>
        </item>
                <item>
          <title>Remove checkbox from top level category when &apos;get options for database&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233991#post2233991</link>
          <description><![CDATA[<p>Thanks, Chris. I like the solution of having the &gt; 0 items with a "-" and it almost does it, but creates a second issue: The items with a depth of 0 are all at the top of the list and those with a depth &gt; 0 are below. If it's not possible to easily have the list stay in depth order using this advanced query, then no problem. I'll consider a custom plug-in if my client has an issue with what is otherwise achievable.</p>
<p>Josh</p>]]></description>
          <pubDate>Fri, 16 May 2014 14:18:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233991#post2233991</guid>
        </item>
                <item>
          <title>Elimate Duplicate Items from a for each </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233986#post2233986</link>
          <description><![CDATA[<p>I'm creating a tag menu based on the titles of a list page. I am struggling with eliminating duplications of the same event title. It seems this should be easy, but the various codes I find around the forums and internet don't seem to work right for this. I've tried a variety of array_unique situations, but can't seem to get it right. Please advise.</p>
<p>&lt;?php foreach ($events_listRecords as $record): ?&gt;<br />  &lt;a href="<a href="http://abc.com/title=" rel="nofollow">http://abc.com/title=</a>&lt;?php echo htmlencode($record['title']) ?&gt;"&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/a&gt;<br />&lt;?php endforeach; ?&gt;</p>]]></description>
          <pubDate>Fri, 16 May 2014 13:34:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233986#post2233986</guid>
        </item>
                <item>
          <title>Changed name of section, but website still looking for schema</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233810#post2233810</link>
          <description><![CDATA[<p>Never mind this. An oversight on my part. The deleted section was still being called from a separate PHP file that included the &lt;nav&gt; menu. Should have caught it sooner. </p>]]></description>
          <pubDate>Thu, 24 Apr 2014 14:15:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233810#post2233810</guid>
        </item>
                <item>
          <title>Changed name of section, but website still looking for schema</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233805#post2233805</link>
          <description><![CDATA[<p>I changed the name of a section from 'services_list' services. Now whenever I load the webpage I receive 'getRecords(services_list): Couldn't load schema for 'services_list'!'</p>
<p>I can fix this by creating a new section called 'services_list', but I'd, obviously, like to not have a random section just to fix a buggy issue. </p>
<p>Anyone know where this is coming from and how I can get rid of it so I can deleted the unneeded editor?</p>

<p>Thanks,</p>

<p>Josh</p>]]></description>
          <pubDate>Thu, 24 Apr 2014 12:39:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233805#post2233805</guid>
        </item>
                <item>
          <title>Remove checkbox from top level category when &apos;get options for database&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233795#post2233795</link>
          <description><![CDATA[<p>Hi Chris,</p>
<p>Thanks for getting back to me.</p>
<p>Basically, what I would like to do is, in the CMS, have imported category menus arrange so they show the category levels in a logical manner as opposed to one indiscriminate checklist as shown in the attachment. The menu is limited to 2 level, so there is only one level of multiple category headings and an then multiple list items, in a sense. (Note: I am referring to the functionality in the CMS, not on the webpage.)</p>
<p>What I'd, ideally, like to happen is that the 1st level, or heading, show in bold - or - the 2nd level, or list items, become indented. This way, there is a clear, logical distinction in the CMS as to what is a heading or list item and easy for the client to understand the list.</p>
<p>I'm not sure if there is a simple way that I am overlooking or if it is a simple tweak or not. Either way, it's not that big of a deal, but I think it would be a little more clear for the client.</p>
<p>A screen shot of the CMS and webpage is attached. I've also attached a shot of the screen editor.</p>

<p>Thanks,</p>
<p>Josh</p>]]></description>
          <pubDate>Wed, 23 Apr 2014 08:15:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233795#post2233795</guid>
        </item>
                <item>
          <title>Remove checkbox from top level category when &apos;get options for database&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233760#post2233760</link>
          <description><![CDATA[<p>I have one section that creates a categories menu that allows a user to generate tags and create a category list. This menu is then brought into a section through 'Get options from database (advanced)' and the user checks-off appropriate tags. Is there a way, in the CMS editor, to remove the check box from the top level category and make it bold. Basically, creating a category menu within the CMS. There is not need to check the top level options and it looks confusing to a user.</p>
<p>Any suggestions? </p>
<p>Thank you,</p>

<p>Josh</p>]]></description>
          <pubDate>Thu, 17 Apr 2014 12:24:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233760#post2233760</guid>
        </item>
                <item>
          <title>Notice: Undefined offset: 1. How fix so it ignores empty arrays or write differently?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232795#post2232795</link>
          <description><![CDATA[<p>I just used the second set of code on another site. So simple. Learning something new every day with PHP. Thanks again.</p>]]></description>
          <pubDate>Fri, 27 Dec 2013 11:06:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232795#post2232795</guid>
        </item>
                <item>
          <title>Notice: Undefined offset: 1. How fix so it ignores empty arrays or write differently?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232754#post2232754</link>
          <description><![CDATA[<p>Hi Dave,</p>
<p>I used the first set of code and it works excellent. This is exactly what I was trying to achieve and now that I see it it makes perfect sense. Thank you very much.</p>
<p>As far as your second set of code: I have not used the CMS's search feature before, but now that I understand that it can achieve this I will certainly look for it in the future. (For reasons of adjusting code that is related to the links on other pages and time, I'm not going to implement it in this site at this point.)</p>
<p>Happy Holidays and the Best for a New Year!</p>
<p>Josh</p>]]></description>
          <pubDate>Thu, 19 Dec 2013 12:16:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232754#post2232754</guid>
        </item>
              </channel>
    </rss>
  