<?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%3AQuietCalm</link>
        <description></description>
        <pubDate>Sat, 25 Apr 2026 12:19:58 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AQuietCalm&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Need the &quot;Justify&quot; text option in wysiwyg editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197194#post2197194</link>
          <description><![CDATA[The editor as default has left aligned, center aligned and right aligned. Where is the &quot;justify&quot; aligned option&gt; Can I turn it on somehow?<br /><br />QuietCalme<br />]]></description>
          <pubDate>Fri, 01 May 2009 09:03:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197194#post2197194</guid>
        </item>
                <item>
          <title>Menu works, links work, page name works, content does not?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195126#post2195126</link>
          <description><![CDATA[Here is the page live in action: <br /><br /><a target="_blank" href="http://72.35.27.78/categoryList.php?About-Us-2">http://72.35.27.78/categoryList.php?About-Us-2</a> <br /><br />Clicking menu links at left will result in proper name changing at right column. But the content (where is shows &quot;Bus Tours Information&quot; is not changing even though the code is there. <br /><br />Any idea why this is not working? <br /><br />categoryList.php code attached. <br /><br />QuietCalm  &lt;== not a php programmer<br />]]></description>
          <pubDate>Mon, 12 Jan 2009 11:46:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195126#post2195126</guid>
        </item>
                <item>
          <title>Re: [Dave] How to let customers add new pages with menu?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195102#post2195102</link>
          <description><![CDATA[I just can't get the menu to work ?  <br /><br /><a target="_blank" href="http://72.35.27.78/categoryList.php?About-Us-2">http://72.35.27.78/categoryList.php?About-Us-2</a> <br /><br />Menu error:  <br /><br />Notice: Undefined index: _isSelected in /var/www/vhosts/lambtonmall.com/categoryList.php on line 71 [url &quot;http://72.35.27.78/categoryList.php?About-Us-2&quot;]<span style="color: #800080">About Us[/#800080][/url] Notice: Undefined index: _isSelected in /var/www/vhosts/lambtonmall.com/categoryList.php on line 73 <br />Notice: Undefined variable: selectedCategory in /var/www/vhosts/lambtonmall.com/categoryList.php on line 77 No record selected Notice: Undefined variable: selectedCategory in /var/www/vhosts/lambtonmall.com/categoryList.php on line 81 <br /><br />Attached is the categoryList.php being used.  <br /><br />I really need this to work as it is holding up my project. I have posted the code from your forum, double chekced code from CMS code generator.. I do not understand what the problem is. ? <br /><br />Anyone know? <br /><br />QuietCalm<br />]]></description>
          <pubDate>Fri, 09 Jan 2009 13:24:03 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195102#post2195102</guid>
        </item>
                <item>
          <title>Re: [QuietCalm] How to let customers add new pages with menu?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195084#post2195084</link>
          <description><![CDATA[I am getting close to the fix and understanding this Dave.. thanks for the help. It is a bit daunting without being a php coder..  <br /><br />Everything seems to be working now except the error at : <a target="_blank" href="http://72.35.27.78/categoryList.php?Bus-Tours-5">http://72.35.27.78/categoryList.php?Bus-Tours-5</a> <br /><br /><b>ERROR:</b> Notice: Undefined index: _isSelected in /var/www/vhosts/lambtonmall.com/categoryList.php on line 62 [url &quot;http://72.35.27.78/categoryList.php?Bus-Tours-5&quot;]<span style="color: #800080">Bus Tours[/#800080][/url] Notice: Undefined index: _isSelected in /var/www/vhosts/lambtonmall.com/categoryList.php on line 62 <br /> <br /><br />This is line 62:  <br /><br />&lt;!-- category menu --&gt;      &lt;?php foreach ($categoryRecords as $categoryRecord): ?&gt;      &lt;?php echo str_repeat(&quot;&amp;nbsp; &amp;nbsp; &amp;nbsp;&quot;, $categoryRecord['depth']); ?&gt;      &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;b&gt;&lt;?php endif; ?&gt;     &lt;a href=&quot;&lt;?php echo $categoryRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name'] ?&gt;&lt;/a&gt;     &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;/b&gt;&lt;?php endif; ?&gt;     &lt;br/&gt;   &lt;?php endforeach; ?&gt; &lt;!-- /category menu --&gt; <br /><br />Can you see where I may have gone wrong? <br /><br />QuietCalm<br />]]></description>
          <pubDate>Thu, 08 Jan 2009 14:39:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195084#post2195084</guid>
        </item>
                <item>
          <title>Re: [Dave] How to let customers add new pages with menu?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195082#post2195082</link>
          <description><![CDATA[ok it was loading the wrong categorylist file.. i fixed it but now i get this: <br /><br /><a target="_blank" href="http://72.35.27.78/categoryList.php?Hours-Of-Operation-1">http://72.35.27.78/categoryList.php?Hours-Of-Operation-1</a> <br /><br />Isn't the page supposed to look exactly like this one? <a target="_blank" href="http://72.35.27.78/aboutus.php">http://72.35.27.78/aboutus.php</a> <br /><br />THe customer adds a new page... it should look like the main page should it now?  <br /><br />I am confused.  <br /><br />QuietCalm<br />]]></description>
          <pubDate>Thu, 08 Jan 2009 14:16:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195082#post2195082</guid>
        </item>
                <item>
          <title>Re: [Dave] How to let customers add new pages with menu?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195080#post2195080</link>
          <description><![CDATA[THat is what it has from what io can see.  <br /><br />What file needs to be looked at?  <br /><br />Did you see the attached files in previous post.. it looks right.  <br /><br />I searched all my files, and the line to replace is already replaced.  <br /><br />Can you tell me where to look and I can send the file as attachment for you to double check..  <br /><br />  <br /><br />DOn<br />]]></description>
          <pubDate>Thu, 08 Jan 2009 14:08:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195080#post2195080</guid>
        </item>
                <item>
          <title>Re: [Dave] How to let customers add new pages with menu?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195069#post2195069</link>
          <description><![CDATA[OK.. I got the menu to show up on the page but when i click a menu link i get an error... <br /><br /><i><b>Warning</b>: require_once(C:/wamp/www/sb/core2/admin/lib/viewer_functions.php) [</i>[url &quot;http://72.35.27.78/function.require-once&quot;]<span style="color: #0066cc"><i>function.require-once</i>[/#0066cc][/url]<i>]: failed to open stream: No such file or directory in <b>/var/www/vhosts/lambtonmall.com/categoryList.php</b> on line <b>3</b><br /><br /><b>Fatal error</b>: require_once() [</i>[url &quot;http://72.35.27.78/function.require&quot;]<span style="color: #0066cc"><i>function.require</i>[/#0066cc][/url]<i>]: Failed opening required 'C:/wamp/www/sb/core2/admin/lib/viewer_functions.php' (include_path='.:/usr/local/lib/php') in <b>/var/www/vhosts/lambtonmall.com/categoryList.php</b> on line <b>3</b></i> <br /><br />Now.. i looked in Categorylist.php and i cannot find anywhere where it states C:/wamp/www/sb/core2/admin/lib/viewer_functions.php <br /><br />I also did a search on all files and this does not show in any page of cms.  <br /><br />I have attached some files. <br /><br />Any idea why i get this error? I am not a php kind of guy. <br /><br />QuietCalm <br /><br /><b></b><br />]]></description>
          <pubDate>Thu, 08 Jan 2009 11:08:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195069#post2195069</guid>
        </item>
                <item>
          <title>How to let customers add new pages with menu?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195050#post2195050</link>
          <description><![CDATA[HI <br /><br />So far I like CMS builder - great tool. Before buying I called in and was told that end users can create new pages based on current pages and that it would create the menu structure for it. But that is just not a feature included yet from what I can see. <br /><br />I have figured out how to get a menu structure working on a page after reading some forum posts here. But how does the end user add new pages that the menu items link to?  <br /><br />Example it shows on page   <br /><br />About Us <br /><br />Support SIte <br /><br />About us links to: <a target="_blank" href="http://domain.com/categoryList.php?Profile-Leasing-Information-2">http://domain.com/categoryList.php?Profile-Leasing-Information-2</a> <br /><br />But where can the customer create that page and  edit it?  <br /><br />I really hope you have menu system setup in software as a non advanced feature soon. Everything else is very simple... this is not simple at all right now.  <br /><br />We need to allow customers to Add a page, and alter the menu item to link to that page. Or have cmsbuilder create the page and item at same time, allowing the end user to choose which existing page to model the new page after.  <br /><br />Example:  <br /><br />Top Level:______________ <br /><br />Menu Item: _____________ <br /><br />Model Page After: ___drop down of other existing pages_____ <br /><br />After clicking SUBMIT.... end user is shown the page editing options justlike the other page edits they will be use to seeing and using.  <br /><br />Now that would be an awesome feature. In fact, I would pay you to do this as a plugin. This is a feature I will need for every website we create for customers and our intention is to try and use CMS builder for every site we develop from here on. But I need this functionality. If not standard feature... can you create a plugin. That way each time I can buy cmsbuilder and the plugin for each project. I am sure you would sell lots of plugins like that... win win. <br /><br />QuietCalm<br />]]></description>
          <pubDate>Wed, 07 Jan 2009 18:40:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195050#post2195050</guid>
        </item>
              </channel>
    </rss>
  