<?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%3AOakweb</link>
        <description></description>
        <pubDate>Sat, 02 May 2026 01:16:16 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AOakweb&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Website Membership Plugin Query</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210511#post2210511</link>
          <description><![CDATA[Hi<br /><br />I have been using CMS Builder for some time but have not yet tried any of the plugins.<br /><br />I have a client who is an architect who wants to have a client login section on his site so that individual clients will login and be able to see their own files (pdf) that he will have uploaded.<br /><br />My question is. Will the Website Membership Plugin allow my client to set up user accounts for his clients to let them login and see their own content - that would be different content for each different user as no two will be the same. And are there instructions with the plugin that will help me to to this without to much of a problem as I'm not much of a programmer.<br /><br />Hope this makes sense and thanks in advance.<br /><br />Paul<br />]]></description>
          <pubDate>Thu, 07 Apr 2011 06:39:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210511#post2210511</guid>
        </item>
                <item>
          <title>Re: [zip222] link change based on field contents</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208027#post2208027</link>
          <description><![CDATA[Hi - I've cracked it. <br /><br />Should have been <br /><br />&lt;?php foreach ($adventure_and_sportRecords as $record): ?&gt;<br />    &lt;div class=&quot;itemPreview&quot;&gt;<br />    &lt;?php if ($record['website']): ?&gt; <br /> &lt;h1&gt;&lt;a href=&quot;&lt;?php echo $record['website'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />    &lt;?php echo $record['preview_description'] ?&gt;<br />    &lt;strong&gt;&lt;a href=&quot;&lt;?php echo $record['website'] ?&gt;&quot;&gt;Find out more &amp;raquo;&lt;/a&gt;&lt;/strong&gt;<br />    &lt;?php elseif ($record['_link']): ?&gt;<br />    &lt;h1&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />    &lt;?php echo $record['preview_description'] ?&gt; <br />    &lt;strong&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;Find out more &amp;raquo;&lt;/a&gt;&lt;/strong&gt; <br />    &lt;?php endif ?&gt;<br />    &lt;/div&gt; <br />    &lt;?php endforeach ?&gt; <br /><br />It was the &lt;?php elseif ($record['_link']): ?&gt; bit. <br /><br />Thanks for your help though as I wouldn't have got that far without your start.<br />]]></description>
          <pubDate>Mon, 15 Nov 2010 05:30:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208027#post2208027</guid>
        </item>
                <item>
          <title>Re: [zip222] link change based on field contents</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208026#post2208026</link>
          <description><![CDATA[Thank you <br /><br />Unfortunately this has thrown up the error <br /><br /><b>Parse error</b>: syntax error, unexpected ';', expecting ':' in <b>/home/asksam/3P216Y7H/htdocs/adventure_and_sport.php</b> on line <b>88</b> <br /><br /><b>Line 88 refers to &lt;?php else ?&gt;</b><br />]]></description>
          <pubDate>Mon, 15 Nov 2010 05:15:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208026#post2208026</guid>
        </item>
                <item>
          <title>link change based on field contents</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208019#post2208019</link>
          <description><![CDATA[I am setting up a website for a a client which is basically a directory of organizations. There is the list page with a few details and then a &quot;Find out more&quot; link that goes to the detail page. All was fine until the client changed their mind and decided that if the organisation listed had a website, they wanted the Find out more link to go straight to the website, if not they want the link to go to the detail page. <br /><br />So for the list page I currently have  <br /><br />&lt;?php foreach ($adventure_and_sportRecords as $record): ?&gt;&lt;div class=&quot;itemPreview&quot;&gt;<br />      &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;h1&gt;&lt;?php echo $record['title'] ?&gt;&lt;/h1&gt;&lt;/a&gt;<br />      &lt;?php echo $record['preview_description'] ?&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;strong&gt;Find out more &amp;raquo;&lt;/strong&gt;&lt;/a&gt;<br />            &lt;/div&gt;<br />    &lt;?php endforeach ?&gt; <br /><br />This gives a few details of the organisation and then links to the detail page. <br /><br />I have a field for the website address in the section editor - &lt;?php echo $adventure_and_sportRecord['website'] ?&gt; <br /><br />So what I need to do is if the &quot;website&quot; field has a Url in it I need the &quot;Find out more&quot; link to go straight to that site and if the field is empty I need it to go to the detail page. <br /><br />I have seen some bits about If statements on the forum, but can't work out if it is possible to utilize it here.  <br /><br />Any help would be much appreciated.<br />]]></description>
          <pubDate>Sat, 13 Nov 2010 06:33:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208019#post2208019</guid>
        </item>
                <item>
          <title>Re: [Jason] Multiple lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207924#post2207924</link>
          <description><![CDATA[Thanks jason, that's great. <br /><br />The pricing information isn't stored anywhere yet - I haven't got that far. <br /><br />I'll try and explain what I'm tring to do. I have a Section Editor created for Traditional oak doors which are available in a number of sizes and prices. I want the client to be able to add a door style and at the same time select the relevant sizes and then select or enter the price which goes with each specfic size. <br /><br />I will also have similar section editors for different types of doors - mahogany, teak etc etc all with the same type of info. <br /><br />I will also need to be able to perform a function accross all these editors that will allow a customer to search by size - so they select a size (say <span style="color: #000000"><font size="2">78x24&quot;x35mm) and it will then display a page that shows all of the doors of that size from accross the range of oak, mahogany, teak etc.</font>[/#000000] <br /><br /><span style="color: #000000"><font size="2">Hope that makes sense and thanks for your help.</font>[/#000000] <br /><br /><span style="color: #000000"><font size="2">Paul</font>[/#000000]<br />]]></description>
          <pubDate>Tue, 09 Nov 2010 08:30:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207924#post2207924</guid>
        </item>
                <item>
          <title>Multiple lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207882#post2207882</link>
          <description><![CDATA[<span style="color: #000000"><font size="2">Hi <br /><br />I am using a multi-selection list box to display a list of product sizes <br /><br />&lt;?php echo join(', ', getListLabels('doors', 'sizes', $doorsRecord['sizes'])); ?&gt; <br /><br />They currently display on the viewer as - item1, item 2, item 3 etc - all on one line. <br /><br />I would like to display them 1 per line instead. <br /><br />Is there an easy way to achieve this? <br /><br />Also whilst I have been writing this it appears to have got more complicated.</font>[/#000000] <br /><br /><span style="color: #000000"><font size="2">The site I am working on displays doors that are available in a selection of different sizes and a selection of different prices</font>[/#000000] <br /><br /><span style="color: #000000"><font size="2">I want to get it so that the client can input each and it displays on the site. Foir example, one door might be avaialble in sizes  12&quot;x78&quot;x35mm, 15&quot;x78&quot;x35mm, 18&quot;x78&quot;x35mm, 21&quot;x78&quot;x35mm with a price of 120 each whist anothe door might be available  the same sizes but different prices for each.</font>[/#000000] <br /><br /><span style="color: #000000"><font size="2">It would then need to display something like this:</font>[/#000000] <br /><br />[font &quot;Arial&quot;]<span style="color:black">78x24&quot;x35mm<b> £75</b> To order.</span></span> <br /><br />[font &quot;Arial&quot;]<span style="color:black">78x27&quot;x35mm<b> £75</b> To order.</span></span> <br /><br />[font &quot;Arial&quot;]<span style="color:black">78x30&quot;x35mm<b> £80</b>To order.</span></span> <br /><br />[font &quot;Arial&quot;]<span style="color:black">80x32&quot;x35mm<b> £75</b> To order.</span></span> <br /><br />[font &quot;Arial&quot;]<span style="color:black">78x33&quot;x35mm<b> £75</b> To order.</span></span> <br /><br />[font &quot;Arial&quot;]<span style="color:black">2040x726x40mm<b> £80</b> To order.</span></span> <br /><br />[font &quot;Arial&quot;]<span style="color:black">2040x826x40mm<b> £80</b> To order.</span></span> <br /><br /><span style="color: #000000"><font size="2">Any advice would be much appreciated - assuming any of what I hae said makes sense.</font>[/#000000]<br />]]></description>
          <pubDate>Sat, 06 Nov 2010 10:41:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207882#post2207882</guid>
        </item>
                <item>
          <title>Re: [Jason] thumbnail image to larger image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207869#post2207869</link>
          <description><![CDATA[Thank you all very much - all sorted.<br />]]></description>
          <pubDate>Fri, 05 Nov 2010 06:30:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207869#post2207869</guid>
        </item>
                <item>
          <title>thumbnail image to larger image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207838#post2207838</link>
          <description><![CDATA[Hi <br /><br />Apologies in advance if this is a bit basic but.. I have created a multiple listing page for displaying doors for a site for a wood merchant. I have created a field for an upload for an image to show up on the listing page and told the system to create a thumbnail of a specific size.  <br /><br />All works fine. <br /><br />However I want the larger version of the image to show on the detail page but I can only make it show the thumbnail again. <br /><br />I am sure that there is a really simple answer to this and would be grateful if someone could help me out. <br /><br />Thanks<br />]]></description>
          <pubDate>Thu, 04 Nov 2010 10:54:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207838#post2207838</guid>
        </item>
                <item>
          <title>Issue with Site</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207718#post2207718</link>
          <description><![CDATA[I have had a site running CMS 2.05 for some time and it had been running fine. Until today that is when I enter the site url I get <br /><br />&quot;Error: You must install the program before you can use the viewers.&quot; and when I try to access the admin panel, I get  <br /><br />There doesn't seem to be a problem with the <br /><br />&quot;<b>Fatal error</b>: Call to undefined function renameorremovedefaultfiles() in <b>/home/uhurupeace/X4E58G7S/htdocs/cmsAdmin/lib/admin_functions.php</b> on line <b>39</b>  <br /><br />There doesn't seem to be a problem with the server as I have other instances of CMS builder running on it (on different domains) <br /><br />Has anyone got any ideas, <br /><br />Thanks<br />]]></description>
          <pubDate>Thu, 28 Oct 2010 08:03:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207718#post2207718</guid>
        </item>
                <item>
          <title>Re: [ross] Multiple record listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204344#post2204344</link>
          <description><![CDATA[Many thanks for your help - all working well<br />]]></description>
          <pubDate>Tue, 18 May 2010 14:52:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204344#post2204344</guid>
        </item>
                <item>
          <title>Multiple record listing</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204236#post2204236</link>
          <description><![CDATA[<span style="color: #000000"><font size="2">Hi <br /><br />I have just purchased my first copy of CMS Builder having used Realty Manager to build Property sites before. I have a couple of questions. I have done a news page which lists news items down the page with a limit of 10 per page and that is fine. I also have a panel on each page which will list the latest 5 news headlines. This is also on the news page as it is integral to the site. How do I set a separate limit of 5 records in the headlines panel whilst retaining 10 news items per page in the main news listing. <br /><br />Also are there any instructions anywhere for getting featured listings working as I would like to dot a few featured properties around the site. <br /><br />Hope this makes sense.</font>[/#000000]<br />]]></description>
          <pubDate>Sun, 16 May 2010 06:01:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204236#post2204236</guid>
        </item>
                <item>
          <title>php includes on other pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2226943#post2226943</link>
          <description><![CDATA[I am new to Article manager - have just installed it today - have a great deal of experience with Listings manager but need some help with AM <br /><br />I can access all of the content I need (domain.com/artman/publish but I want to include some content in the main site which is in the site root - for example I would like to include a list of some of the main articles on the home (index.php) page of the site and on some of the category pages where relevant. I'm sure I need to use php includes in some way. The server wont let me include a file path from the cgi bin, so [font "Verdana"]&lt;?php include('/www/username/cgi-bin/artman2/search.cgi?');?&gt; doesn't work.<br /><br />Can anyone point me in the right direction? <br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 25 Nov 2008 10:37:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2226943#post2226943</guid>
        </item>
              </channel>
    </rss>
  