<?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%3AWolf-E</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 00:31:55 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AWolf-E&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Featured Property Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213612#post2213612</link>
          <description><![CDATA[Hi Jason. The index.php opens up fine, complete with the property images and brief description etc, the problem starts when one clicks on the link to a property. The result is a page 404 error: &quot;The requested URL /detail-page.php was not found on this server.&quot;<br /><br />The pages list-page.php and detail page.php are both in the same folder and cross link fine, as do the search page and a featured property page, the only  part that won't hook in now is the links from the index page to the pages inside property_sales.php.<br /><br />Thanks, i've e-mailed the links to you.<br />]]></description>
          <pubDate>Mon, 24 Oct 2011 13:18:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213612#post2213612</guid>
        </item>
                <item>
          <title>Re: [Jason] Featured Property Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213609#post2213609</link>
          <description><![CDATA[HI again Jason. Just one last thing, the files and cms and everything reside in the folder: property_sales/  i'm having trouble getting the index.php page links to connect with the detail-page.php, list-page.php inside that folder.  The current path at the header is:<br /><br />&lt;?php<br /><br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/sites/acmspropertycentre.com/public_html/property_sales/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />?&gt;<br /><br />Should I try and change the path to something like: <br /><br /> $dirsToCheck = array('/home/sites/acmspropertycentre.com/public_html/property_sales/cmsAdmin/lib/viewer_functions.php&quot;;);<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />However, i tried that and a few other permutations but without success. Thanks in advance.<br />]]></description>
          <pubDate>Mon, 24 Oct 2011 12:27:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213609#post2213609</guid>
        </item>
                <item>
          <title>Re: [Jason] Featured Property Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213568#post2213568</link>
          <description><![CDATA[Hi Jason<br /><br />That fixed it. Thanks for your patience! Guess I need a holiday, can't spot the wood for the trees. [cool]<br />]]></description>
          <pubDate>Wed, 19 Oct 2011 05:29:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213568#post2213568</guid>
        </item>
                <item>
          <title>Re: [Wolf-E] Featured Property Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213509#post2213509</link>
          <description><![CDATA[Hi Jason/ Yes, i'm still getting a blank page, however, if I remove all code refering to the featured property section, the page loads fine. So that might help narrow it down a bit? I've attached the file (minus style elements). Thanks for your help.<br />]]></description>
          <pubDate>Thu, 13 Oct 2011 04:58:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213509#post2213509</guid>
        </item>
                <item>
          <title>Re: [Jason] Featured Property Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213480#post2213480</link>
          <description><![CDATA[Hi Jason<br /><br />I had a feeling i'd missed a comma or similar, thanks for your help. However, after making the alterations, i'm still not getting the page to display at all. Could you expand a little on what you meant by not using the variable in the script, ie; where and which bit please? I'm a bit lost with this page at present.<br />]]></description>
          <pubDate>Wed, 12 Oct 2011 06:02:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213480#post2213480</guid>
        </item>
                <item>
          <title>Featured Property Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213454#post2213454</link>
          <description><![CDATA[Hi, I have a 3 column page for real estate, the left hand side column features latest properties by date, the right hand column features latest price movers (so far so good), however, I cannot get the (single) featured property in the centre column to load. In fact, when I added the centre column code (and attendant header code) the whole page failed to load, but when I strip out that code, it loads.<br /><br />This is going to be a new index (php) page to replace the current (html) index page, with all the rest of the site going in a new folder (property_sales/). I'm about 95% there, just stalled on this featured property issue. I think a new pair of eyes is required, its probably something i'm just missing, like a '?'...thanks in advance.<br /><br />(I've cut out most of the non essential code for the page (styles, text etc etc), its the 3 columns' content code thats the main issue.)<br /><br /><br /><br /><br /><br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/sites/mywebsite.com/public_html/property_sales/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($propertyRecords, $propertyMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'property',<br />    'perPage'     =&gt; '3',<br />    'orderBy'     =&gt; 'date DESC, price',<br />    'allowSearch' =&gt; '1',<br />  ));<br /><br /><br />// load latest movers records<br />  list($moverspropertyRecords, $moverspropertyMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'property',<br />    'perPage'     =&gt; '3',<br />    'orderBy'     =&gt; 'updatedDate DESC, new_price',<br />    'allowSearch' =&gt; '0',<br />  ));<br /><br />//load featured record<br /> list($featuredpropertyRecords, $propertyMetaData) = getRecords(array( <br />    'tableName'   =&gt; 'property', <br />    'where'	        =&gt; 'featured = 1', <br />     'orderBy'     =&gt; 'date'     	<br />    'perPage'       =&gt; '1', <br /><br />));<br /><br />?&gt;<br /><br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;div id=&quot;wrap&quot;&gt;<br /> <br />&lt;!--left side content--&gt;<br /><br />  &lt;div id=&quot;leftside&quot;&gt;<br />        &lt;h2&gt;LATEST PROPERTIES:&lt;/h2&gt;<br /><br />   &lt;?php foreach ($propertyRecords as $record): ?&gt;<br />&lt;?php if (!$record['featured']): ?&gt;<br />&lt;div align=&quot;center&quot;&gt;<br />&lt;?php foreach ($record['property_images'] as $upload): ?&gt;    <br />  &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;140px&quot; height=&quot;80px alt=&quot;&quot; /&gt;   <br />  &lt;?php break ?&gt;  <br />&lt;?php endforeach ?&gt;&lt;/div&gt;<br />&lt;h2&gt;&amp;pound;&lt;?php echo number_format($record['price']); ?&gt;&lt;/h2&gt;<br /><br />&lt;h2&gt; &lt;?php echo $record['address'] ?&gt;&lt;br/&gt;<br />      Listed: &lt;?php echo date(&quot;D, M jS, Y &quot;, strtotime($record['date'])) ?&gt;&lt;br/&gt;<br />                    Read Full Details:&lt;/h2&gt; &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['address'] ?&gt; -&gt; -&gt;&lt;/a&gt;&lt;br/&gt;<br />      &lt;hr style=&quot;color:#840000; background-color:#840000;height:1px;border:none;&quot; /&gt;<br />    &lt;?php endforeach ?&gt;<br /><br /><br /><br />    &lt;?php if ($propertyMetaData['invalidPageNum']): ?&gt;<br />      Results page '&lt;?php echo $propertyMetaData['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $propertyMetaData['firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php elseif (!$propertyRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP2: Display Records --&gt;<br /><br /><br />    &lt;/div&gt;<br />  &lt;/div&gt;<br /><br /><br /><br /><br />&lt;!--right side content--&gt;<br /><br />  &lt;div id=&quot;extras&quot;&gt;<br />    &lt;h2&gt;LATEST PRICE MOVERS&lt;/h2&gt;<br />&lt;?php foreach ($moverspropertyRecords as $record): ?&gt;<br />&lt;?php if (!$record['featured']): ?&gt;<br />&lt;h2&gt;&amp;pound;&lt;?php echo number_format($record['price']); ?&gt;&lt;/h2&gt;<br />&lt;?php if($record['new_price']) : ?&gt;<br />&lt;h4&gt; New Price! &amp;pound;&lt;?php echo number_format($record['new_price']) ?&gt;&lt;/h4&gt;<br />&lt;?php endif; ?&gt;<br />&lt;?php echo $record['address'] ?&gt;<br />&lt;p&gt;&amp;nbsp&lt;/p&gt;<br /><br />&lt;!--display a single thumbnail image --&gt;<br />&lt;div align=&quot;center&quot;&gt;<br />&lt;?php foreach ($record['property_images'] as $upload): ?&gt;    <br />  &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;140px&quot; height=&quot;80px alt=&quot;&quot; /&gt;   <br />  &lt;?php break ?&gt;  <br />&lt;?php endforeach ?&gt;<br />&lt;/div&gt;<br />&lt;!--end thumbnail area--&gt;<br /><br />&lt;h5&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;View Details -&gt; -&gt;&lt;/a&gt;&lt;/h5&gt;<br /><br />    &lt;?php endforeach ?&gt;<br /><br />  &lt;/div&gt;<br /><br /><br />&lt;!--main content area--&gt;<br /><br />  &lt;div id=&quot;content&quot;&gt;<br /><br />&lt;h2&gt;FEATURED PROPERTY&lt;/h2&gt;<br /><br />&lt;?php foreach ($propertyRecords as $record): ?&gt;<br />&lt;?php if ($record['featured']:&gt;<br />&lt;h2&gt;&amp;pound;&lt;?php echo number_format($record['price']); ?&gt;&lt;/h2&gt;<br />&lt;?php if($record['new_price']) : ?&gt;<br />&lt;h2&gt; New Price!:&amp;pound;&lt;?php echo number_format($record['new_price']) ?&gt;&lt;/h2&gt;<br />&lt;?php endif; ?&gt;<br />&lt;h3&gt; &lt;?php echo $record['address'] ?&gt;&lt;/h3&gt; (&lt;?php echo $record['type'] ?&gt;)&lt;br/&gt;<br /> Featured: &lt;?php echo $record['featured'] ?&gt;&lt;br/&gt;<br />      Listed: &lt;?php echo date(&quot;D, M jS, Y g:i:s a&quot;, strtotime($record['date'])) ?&gt;  //  Updated: &lt;?php echo date(&quot;D, M jS, Y g:i:s a&quot;, strtotime($record['updatedDate'])) ?&gt;&lt;br/&gt;&lt;br/&gt;<br />          &lt;?php echo $record['teaser'] ?&gt;&lt;br/&gt;<br />        Council Tax Band: &lt;?php echo $record['council_tax_band'] ?&gt; // Bedrooms: &lt;?php echo $record['bedrooms'] ?&gt; // <br /><br />                 Read Full Details: &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['address'] ?&gt; -&gt; -&gt;&lt;/a&gt;&lt;br/&gt;<br /><br />     &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if ($propertyMetaData['invalidPageNum']): ?&gt;<br />      Results page '&lt;?php echo $propertyMetaData['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $propertyMetaData['firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php elseif (!$propertyRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br /><br /><br />&lt;h3&gt;You Are Viewing Property List Page: &lt;?php echo $propertyMetaData['page'] ?&gt;<br /><br /><br />&amp;nbsp;&amp;nbsp;<br /><br />&lt;!-- STEP3: Display Page Links (Paste anywhere below &quot;Load Record List&quot;) --&gt;<br />    &lt;?php if ($propertyMetaData['prevPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $propertyMetaData['prevPageLink'] ?&gt;&quot;&gt;&amp;lt;&amp;lt; prev&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      &amp;lt;&amp;lt; Prev<br />    &lt;?php endif ?&gt;<br /><br />    - page &lt;?php echo $propertyMetaData['page'] ?&gt; of &lt;?php echo $propertyMetaData['totalPages'] ?&gt; -<br /><br />    &lt;?php if ($propertyMetaData['nextPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $propertyMetaData['nextPageLink'] ?&gt;&quot;&gt;next &amp;gt;&amp;gt;&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      Next &amp;gt;&amp;gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP3: Display Page Links --&gt;<br /><br /><br />   <br />  &lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br />]]></description>
          <pubDate>Mon, 10 Oct 2011 06:22:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213454#post2213454</guid>
        </item>
                <item>
          <title>Re: [Jason] Possibly a &apos;sortby&apos; error?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212441#post2212441</link>
          <description><![CDATA[Thanks Jason.<br /><br />That worked well and the sort now looks a lot tidier. Appreciate the advice.<br /><br />Cheers ~ Wolf-E<br /><br />[:)]<br />]]></description>
          <pubDate>Fri, 29 Jul 2011 05:39:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212441#post2212441</guid>
        </item>
                <item>
          <title>Possibly a &apos;sortby&apos; error?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212362#post2212362</link>
          <description><![CDATA[Hi. I have a real estate site i'm building with CMS, mostly okay (detail pages/fulllist page show fine). I have 3 columns; left is for displaying 'new properties', the right column for displaying 'latest price movers'. (the main center column is for text and such like)<br /><br />But, when i add a new (test) listing to the 'price movers' category, it shows up in both columns, instead of just the 'price movers' column alone. I've gone through the forums and experimented a bit with the code, but so far no luck. Here's the code:<br /><br />(above &lt;header&gt; as per usual)<br /><br />// load latest movers records<br />  list($moverspropertyRecords, $moverspropertyMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'property',<br />    'perPage'     =&gt; '6',<br />    'orderBy'     =&gt; 'updatedDate DESC, new_price',<br />    'allowSearch' =&gt; '0',<br />  ));<br /><br /><br />  // load records<br />  list($propertyRecords, $propertyMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'property',<br />    'perPage'     =&gt; '6',<br />    'orderBy'     =&gt; 'date DESC',<br />    'allowSearch' =&gt; '0',<br />  ));<br /><br /><br />and in the &lt;body&gt; <br /><br />&lt;!--left hand column listings new--&gt;<br /><br />  &lt;?php foreach ($propertyRecords as $record): ?&gt;<br />&lt;div align=&quot;center&quot;&gt;<br />&lt;?php foreach ($record['property_images'] as $upload): ?&gt;    <br />  &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;140px&quot; height=&quot;80px alt=&quot;&quot; /&gt;   <br />  &lt;?php break ?&gt;  <br />&lt;?php endforeach ?&gt;&lt;/div&gt;<br />&lt;h2&gt;&amp;pound;&lt;?php echo number_format($record['price']); ?&gt;&lt;/h2&gt;<br />&lt;h3&gt; &lt;?php echo $record['address'] ?&gt;&lt;/h3&gt; &lt;br/&gt;<br />      Listed: &lt;?php echo date(&quot;D, M jS, Y &quot;, strtotime($record['date'])) ?&gt;&lt;br/&gt;<br />                    Read Full Details: &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['address'] ?&gt; -&gt; -&gt;&lt;/a&gt;&lt;br/&gt;<br />      &lt;hr style=&quot;color:#840000; background-color:#840000;height:1px;border:none;&quot; /&gt;<br />    &lt;?php endforeach ?&gt;<br /><br /><br /><br />    &lt;?php if ($propertyMetaData['invalidPageNum']): ?&gt;<br />      Results page '&lt;?php echo $propertyMetaData['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $propertyMetaData['firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php elseif (!$propertyRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /end left hand column listings new --&gt;<br /><br /><br />&lt;!--right side content price movers--&gt;<br /><br /> <br />&lt;?php foreach ($moverspropertyRecords as $record): ?&gt;<br />&lt;h2&gt;&amp;pound;&lt;?php echo number_format($record['price']); ?&gt;&lt;/h2&gt;<br />&lt;?php if($record['new_price']) : ?&gt;<br />&lt;h4&gt; New Price! &amp;pound;&lt;?php echo number_format($record['new_price']) ?&gt;&lt;/h4&gt;<br />&lt;?php endif; ?&gt;<br />&lt;?php echo $record['address'] ?&gt;<br />&lt;p&gt;&amp;nbsp&lt;/p&gt;<br />&lt;div align=&quot;center&quot;&gt;<br />&lt;?php foreach ($record['property_images'] as $upload): ?&gt;    <br />  &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;140px&quot; height=&quot;80px alt=&quot;&quot; /&gt;   <br />  &lt;?php break ?&gt;  <br />&lt;?php endforeach ?&gt;<br /><br />Any ideas or thoughts to make this work welcome!<br />]]></description>
          <pubDate>Fri, 22 Jul 2011 13:22:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212362#post2212362</guid>
        </item>
                <item>
          <title>Re: [sagentic] Gallery like this?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205207#post2205207</link>
          <description><![CDATA[Hi Kenny. Neat solution as ever. Can you clarify a point for me please? I need to set  up galleria for a model agency site i'm buiuilding. Am i right in thinking that the end user only needs to log into cmsb, add text to the title field (model's name) and then upload ,say five or so images, (content) and the galleria script will order it accordingly, and that the agency can easily add/amend images via cmsb? (assuming i've set up the page as per you advice?) Thanks ~ Wolf-E<br />]]></description>
          <pubDate>Thu, 01 Jul 2010 08:15:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205207#post2205207</guid>
        </item>
                <item>
          <title>Re: [Dave] Show &quot;NEW&quot; image next to new listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201249#post2201249</link>
          <description><![CDATA[Hi Dave. We've got a client running the old listings Manager Realty software - works fine BTW - but i'm wondering if this code could be tuned to use on that software, so new property could show a 'Just In' image or similar? Not sure if this has been asked before about the old LM gear.<br /><br />Cheers<br />]]></description>
          <pubDate>Wed, 20 Jan 2010 14:46:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201249#post2201249</guid>
        </item>
                <item>
          <title>Re: [Dave] Moving CMS after client gave it up.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201210#post2201210</link>
          <description><![CDATA[Hi Dave<br /><br />Thanks for the answer. I think the best thing to do would be to keep the license key, download the latest version to the new site, and make a donation via the IA site (which is only fair, as we would get the newer version for our next client). This way we keep inside the license agreement (one key - one website) and everyone is happy. Neat solution.<br /><br />Thanks to you other folks who responded too.<br /><br />Regards ~ Wolf-E<br />]]></description>
          <pubDate>Tue, 19 Jan 2010 05:57:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201210#post2201210</guid>
        </item>
                <item>
          <title>Moving CMS after client gave it up.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201191#post2201191</link>
          <description><![CDATA[HI. One of our clients has decided to retire, and has given us back the CMS we set up a ways back. What would be the best procedure for installing it to another website we could use it on?<br /><br />Cheers.<br />]]></description>
          <pubDate>Mon, 18 Jan 2010 15:30:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201191#post2201191</guid>
        </item>
                <item>
          <title>A Form Builder &amp; CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198011#post2198011</link>
          <description><![CDATA[I recently got a webform builder program (works okay) from those good people who like Coffee... and whilst reading through the documentation noticed it can be set up to send the responses direct to a database. That would be neat to link to the CMS Builder database and collect user input on the fly and generate the results as a new page. (I want to use it to collect information relevant to our full membership but without giving over 200+ &quot;associates&quot; access to the CMS Builder itself. ) This is to save time basically. Has anyone had any experience of doing this? Did it work? Any bugs?<br />]]></description>
          <pubDate>Tue, 30 Jun 2009 06:56:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198011#post2198011</guid>
        </item>
                <item>
          <title>Re: [Dave] For CMS Builder - For List Page, add option to display one thumbnail on List page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197980#post2197980</link>
          <description><![CDATA[HI Dave<br /><br />I have a similar problem. I have a list running in a sidebar down the lefthand side, with the product appearing on the page center section. So we have some text: &quot;new product widget in blue, read more...&quot;  and the full page loads. I need to add a thumbnail (no larger than 30px x 30px) to this. I have ten items listed per sidebar. Could you please elaborate on the work-around listed above?<br /><br />Cheers ~ Wolf-E<br />]]></description>
          <pubDate>Fri, 26 Jun 2009 07:08:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197980#post2197980</guid>
        </item>
                <item>
          <title>Alphabetical sort</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196649#post2196649</link>
          <description><![CDATA[Fixed it.<br />]]></description>
          <pubDate>Mon, 30 Mar 2009 14:11:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196649#post2196649</guid>
        </item>
                <item>
          <title>Re: [kevbarker] Caption positions and URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193476#post2193476</link>
          <description><![CDATA[Hi Kevin <br /><br />[:)]   Thanks for the URL workaround, that solved that glitch a treat. I've mailed you privately with the info required on the captions problem site. <br /><br />Many thanks ~ Wolf-E<br />]]></description>
          <pubDate>Wed, 24 Sep 2008 06:40:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193476#post2193476</guid>
        </item>
                <item>
          <title>Caption positions and URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193473#post2193473</link>
          <description><![CDATA[HI Folks <br /><br />Two minor glitches to solve: When we add a URL from a client detail page back to their website, the end result is like this: &quot;Home page (url): http://www.clientshomesite.com&quot;  except is does not display as a hyper link  merely as this text entry. How do we modify the admin code to get it to generate a real URL link from  the detail page to the client? <br /><br />Caption problem: Geting the caption to appear beneath the upload images (instead of at the sides) without forciing the rest of the images (and relevant captions) to end up displaying as disjointed columns? We have the detail page set to display rows of four images using vspace, hspace, border etc - works fine - but the moment we add the caption facilty to the code, it loses all cohesion. <br /><br />I saw an answer to this a while back but cannot find it in the forums again. Any quick fixes appreciated! <br /><br />Thanks ~ Wolf-E<br />]]></description>
          <pubDate>Tue, 23 Sep 2008 09:23:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193473#post2193473</guid>
        </item>
                <item>
          <title>Re: [sagentic] Caption Titles Not Showing Up</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193230#post2193230</link>
          <description><![CDATA[That works really well! <br /><br />Thanks for the code sagentic, I appreciate it and your time. Have a good weekend. <br /><br />regards ~ Wolf-E<br />]]></description>
          <pubDate>Fri, 05 Sep 2008 14:57:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193230#post2193230</guid>
        </item>
                <item>
          <title>Re: [sagentic] Caption Titles Not Showing Up</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193228#post2193228</link>
          <description><![CDATA[Ahhh! (....It's been a long week!)  <br /><br />Obvious now as I see it, many thanks. BTW, whilst you're here, do you know a way to get this to work differently? <br /><br />    Fri, Aug 22nd, 2008 &lt;br/&gt;<br />     &lt;a href=&quot;clients_in_depth.php?17&quot;&gt;Read More About This Client Here...&lt;/a&gt;&lt;br/&gt;      This is off our list page, where we have the date and the client's name, then the link to the detail page aS shown. What i'd like to do is have it read (on the page facing the public:)  <br /><br />    Fri, Aug 22nd, 2008 &lt;br/&gt;<br />     &lt;a href=&quot;clients_in_depth.php?17&quot;&gt;Read More About *CLIENT NAME SHOWS UP* Here...&lt;/a&gt;&lt;br/&gt; <br /><br />here's the normal code:     &lt;?php echo date(&quot;D, M jS, Y &quot;, strtotime($clientsRecord['date'])) ?&gt;&lt;br/&gt;<br />     &lt;a href=&quot;&lt;?php echo $clientsRecord['_link'] ?&gt;&quot;&gt;Read More About This Client Here...&lt;/a&gt;&lt;br/&gt; <br /><br />  <br /><br />Thanks!<br />]]></description>
          <pubDate>Fri, 05 Sep 2008 12:58:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193228#post2193228</guid>
        </item>
                <item>
          <title>Re: [sagentic] Caption Titles Not Showing Up</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193225#post2193225</link>
          <description><![CDATA[Hi Sagentic. I tried this but no luck: (in the Uploads code bit) <br /><br />&lt;?php foreach ($clientsRecord['images'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; &lt;?php echo $upload['info1'] ?&gt; &lt;?php echo $upload['info2'] ?&gt;width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; vspace=&quot;10&quot; hspace=&quot;10&quot; border=&quot;1&quot; align=&quot;center&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot;  alt=&quot;Our Client&quot; /&gt; <br /><br />Do I need to chnage ['info1'] to something like ['caption']   ? <br /><br />  <br /><br />Cheers<br />]]></description>
          <pubDate>Fri, 05 Sep 2008 12:36:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193225#post2193225</guid>
        </item>
                <item>
          <title>Caption Titles Not Showing Up</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193223#post2193223</link>
          <description><![CDATA[HI.  <br /><br />Two of the cms sites we have built are having problems with the (File Upload) Captions. I've had a look at the uploads and everything seems fine, except the clients are correct, when one adds a caption under an image (that was uploaded), it never appears on the web page. Do we need to code the page (on the FileUploads part of the code)  to get it to display the captions (eg: 'showCaption') or something similar? <br /><br />Cheers.<br />]]></description>
          <pubDate>Fri, 05 Sep 2008 11:38:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193223#post2193223</guid>
        </item>
                <item>
          <title>Re: [Michael Blake] Link Video</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192872#post2192872</link>
          <description><![CDATA[Hi, i've embedded several videos into CMSB pages very easily. First off, go to: <a target="_blank" href="http://www.dvdvideosoft.com/">http://www.dvdvideosoft.com/</a> and grab their free video to flash (.flv) converter tool. It is small in size but capable of converting a large number of video formats into .flv - which saves wondering if the end user has all manner of viewers installed. If you prefer you can convert it to a .swf file format. It's up to you. Once the conversion is complete, the software generates the player (player.swf) to place in a relevant folder (in this case 'videos'). Then embedded the converted file into the page using plain old HTML and style sheets. <br /><br />&lt;div id=&quot;movie&quot;&gt;<br />&lt;p align=&quot;center&quot;&gt;<br />&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;<a target="_blank" href="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0</a>&quot; width=&quot;320&quot; height=&quot;240&quot; id=&quot;player&quot; align=&quot;middle&quot;&gt; <br />&lt;param name=&quot;movie&quot; value=&quot;videos/player.swf?file=YOURMOVIE.flv&amp;size=false&amp;aplay=false&amp;autorew=false&amp;title=&quot;/&gt; <br />&lt;param name=&quot;menu&quot; value=&quot;false&quot;/&gt; <br />&lt;param name=&quot;quality&quot; value=&quot;high&quot;/&gt; <br />&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot;/&gt; <br />&lt;embed src=&quot;videos/player.swf?YOURMOVIE.flv&amp;size=false&amp;aplay=false&amp;autorew=false&amp;title=&quot; menu=&quot;false&quot; quality=&quot;high&quot; bgcolor=&quot;#FFFFFF&quot; width=&quot;320&quot; height=&quot;240&quot; name=&quot;player&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;<a target="_blank" href="http://www.macromedia.com/go/getflashplayer&quot;/&gt;&lt;/object">http://www.macromedia.com/go/getflashplayer&quot;/&gt;&lt;/object</a>&gt; <br />&lt;/p&gt;&lt;/div&gt; <br /><br />The free converter offers a few varieties on the look of it and runs/pauses etc when the page loads and the viewer hits 'play'. As freebies go, it's not bad.  <br /><br />Cheers.<br />]]></description>
          <pubDate>Thu, 07 Aug 2008 14:29:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192872#post2192872</guid>
        </item>
                <item>
          <title>Lightshow Pro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192487#post2192487</link>
          <description><![CDATA[I was just reading the new documentation when I noticed the info about Lightshow Pro and integrating it with CMCB for a slideshow. Has anyone used this with CMSB - any issues? Such as:<br />Install to your server. // setting it up // running the slide show.<br /><br />I've not seen this software in action, so anyone got a good link to demo it with? <br />Finally, if all else fails, can I.A. install for us?<br /><br />Cheers.<br />]]></description>
          <pubDate>Tue, 15 Jul 2008 11:11:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192487#post2192487</guid>
        </item>
                <item>
          <title>Re: [cavj] BUSINESS SENSE ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191832#post2191832</link>
          <description><![CDATA[I disagree. I've built several sites with LM and, whenever I got a problem, I got a resolution quite quickly. If I asked for clarification, I got it. Right now i'm up to my eyes in a whole new departure from our usual coding - and support has been there since the start. I bought my software a day or so before the price change - I got offered a whole refund, difference refund, or priority consulting time to the value. How many companies do that? I know a few that would have just said 'tough'. (a certain bloatware producer for example...[;)] )  <br /><br />Right now I have a glitch. I've asked for support over a sequence of e-mails - which allows IA and us to drill down to the root cause and mend it. I get a response my next business day - and given the time difference between IA and us, that's very good going.  <br /><br />What I find with IA is that their software allows me to complete tasks quickly without having to take a degree in software development first - and who has the time for that? I can concentrate on getting the end-result out to our clients, working 100% the way it should. It's like having a team of software developers on-call in the back office - and all for just the price of the software. Consider that for a moment.  The last 'local' coder we hired-in cost a fortune and couldn't be found anyplace when their code fell apart! [mad] .   I haven't worked out a value-added price on what you get as support, but it would be considerable if we had to hire that kind of help full time on every project! <br /><br />Okay, some of the answers can - of necessity - get a bit technical, but there are plenty of folks in the forums who have come up with work-arounds, code suggestions, even free style sheets, css and scripts, and mostly presented in easy enough terms. I've seen code in there that I've quite happily re-used, then  modified further. <br /><br />This isn't me starting an IA fan club, nor do I work for them (!) - just seeing it from a small business perspective. For a couple of hundred dollars I get some great software I can modify to suit, 90 days support, plenty of e-mail support, a ton of info (for free) out of the forums and a good wage at the end of the project. I've not had any issues with IA not standing by the product or their client (me). Far as i'm concerned it works. And believe me, if it didn't, I wouldn't be shy about saying so either!  <br /><br />Just a thought....[cool]<br />]]></description>
          <pubDate>Tue, 03 Jun 2008 14:59:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191832#post2191832</guid>
        </item>
                <item>
          <title>Re: [Dave] Is there a jump to page feature?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191817#post2191817</link>
          <description><![CDATA[That seems to have done the trick! Thanks.<br />]]></description>
          <pubDate>Mon, 02 Jun 2008 14:24:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191817#post2191817</guid>
        </item>
              </channel>
    </rss>
  