<?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%3Awbhood</link>
        <description></description>
        <pubDate>Wed, 29 Apr 2026 08:42:09 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Awbhood&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [wbhood] Is it possible to set a record to pending?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214708#post2214708</link>
          <description><![CDATA[I think I figured it out. My code needed to look like this: <br /><br />&lt;?php if ($emergency_headerRecord['show_emergency_header']): ?&gt; &lt;?php echo $emergency_headerRecord['content']?&gt; &lt;?php endif ?&gt; <br /><br />not this: <br /><br />&lt;?php if ($record['show_emergency_header']): ?&gt; &lt;?php echo $record[emergency_header];?&gt; &lt;?php endif ?&gt; <br /><br />it seems. <br /><br />It does seem to be working now. Thanks!<br />]]></description>
          <pubDate>Tue, 10 Jan 2012 13:50:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214708#post2214708</guid>
        </item>
                <item>
          <title>Re: [Jason] Is it possible to set a record to pending?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214707#post2214707</link>
          <description><![CDATA[Thanks Jason. I apologize for using the wrong terminology. <br /><br />It looks like we're getting closer to what I want to do. I followed your steps and I am getting an error message at the top of the page: <br /><br />Notice: Undefined variable: record in E:\inetpub\vhosts\mywebiste.com\httpdocs\index-test.php on line 225 <br /><br />My record name is emergency_header. I replaced the weather_announcement with emergency_header and put this in the location where I want the content to appear. <br /><br />Then I got that error message above. <br /><br />Here's the code from the generator: <br /><br />Record Number: &lt;?php echo $emergency_headerRecord['num'] ?&gt;&lt;br/&gt; <br />Title: &lt;?php echo $emergency_headerRecord['title'] ?&gt;&lt;br/&gt; <br />Content: &lt;?php echo $emergency_headerRecord['content'] ?&gt;&lt;br/&gt; <br />emergency_header: &lt;?php echo $emergency_headerRecord['emergency_header'] ?&gt;&lt;br/&gt; <br />_link : &lt;a href=&quot;&lt;?php echo $emergency_headerRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $emergency_headerRecord['_link'] ?&gt;  <br /><br />Here's my new code from the generator: <br /><br />Record Number: &lt;?php echo $emergency_headerRecord['num'] ?&gt;&lt;br/&gt;<br />      Title: &lt;?php echo $emergency_headerRecord['title'] ?&gt;&lt;br/&gt;<br />      Content: &lt;?php echo $emergency_headerRecord['content'] ?&gt;&lt;br/&gt;<br />      show_emergency_header: &lt;?php echo $emergency_headerRecord['show_emergency_header'] ?&gt;&lt;br/&gt;<br />      _link : &lt;a href=&quot;&lt;?php echo $emergency_headerRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $emergency_headerRecord['_link'] ?&gt;<br /><br />Not sure that that helps or not. Again, I am doing this as a Detail Page not a List Page. <br /><br />Any ideas what might be causing the error message?<br />]]></description>
          <pubDate>Tue, 10 Jan 2012 13:26:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214707#post2214707</guid>
        </item>
                <item>
          <title>Re: [Jason] Is it possible to set a record to pending?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214703#post2214703</link>
          <description><![CDATA[Ok, I created the hidden special field. When I click the checkbox to hide it, my entire page goes away and I have a message - Record not found! <br /><br />My setup for this is as a Detail page for a single record. <br /><br />What I want it to do is have the content associated with that record be hidden, but the rest of the page work as usual. <br /><br />My goal is for this to be used for our inclement weather announcements and such. <br /><br />Is there something else I need to do to make this work?<br />]]></description>
          <pubDate>Tue, 10 Jan 2012 12:24:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214703#post2214703</guid>
        </item>
                <item>
          <title>Is it possible to set a record to pending?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214696#post2214696</link>
          <description><![CDATA[I'm not even sure this is possible, but thought I'd ask. <br /><br />I have a record placed at the top of my website that I'd like to use as our &quot;emergency / inclement weather&quot; notice box. <br /><br />I have found that when I leave the record there and put no content in the WYSIWYG editor, it appears as if nothing is there. <br /><br />However, what I'd like to do is place some basic content and then figure out a way to turn the record on only when I need for it to show up on the website. <br /><br />My reason for this is so the other folks who may need to edit that temporary content can just go in there, edit it, turn it on, and it shows up. <br /><br />If it were just me who needed to have access to this content, it wouldn't be a problem. <br /><br />So, is there a way to have a record with content ready to go, but turned off and ready to be turned on? Then back off again when the emergency is over. <br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 10 Jan 2012 09:47:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214696#post2214696</guid>
        </item>
                <item>
          <title>Re: [robin] Change height of WYSIWYG edit box.....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213706#post2213706</link>
          <description><![CDATA[so its a - one-at-a-time - kind of thing? <br /><br />no way to change it globally? <br /><br />bh<br />]]></description>
          <pubDate>Mon, 31 Oct 2011 07:51:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213706#post2213706</guid>
        </item>
                <item>
          <title>Change height of WYSIWYG edit box.....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213684#post2213684</link>
          <description><![CDATA[Can someone tell me what to edit to increased the height of the WYSIWYG edit box? <br /><br />Thanks.<br />]]></description>
          <pubDate>Fri, 28 Oct 2011 07:06:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213684#post2213684</guid>
        </item>
                <item>
          <title>Re: [Damon] How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205577#post2205577</link>
          <description><![CDATA[Ah. I see what you did. The problem is, I need the video to align right and have the text wrap the video. Like how you place an image at the beginning of a paragraph and set it to align right, then give it some vspace and hspace so the text is not right up against the image - and the image moves to the right and the text wraps down the left and under the image. <br /><br />Sorry - I didn't make this clear. This is the issue I'm having, but the table box is working just fine for this, so maybe that's what I'll go with. <br /><br />Thanks - Brent<br />]]></description>
          <pubDate>Wed, 21 Jul 2010 07:13:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205577#post2205577</guid>
        </item>
                <item>
          <title>Re: [Damon] How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205567#post2205567</link>
          <description><![CDATA[IE 8.0.6001.18702<br />]]></description>
          <pubDate>Tue, 20 Jul 2010 16:47:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205567#post2205567</guid>
        </item>
                <item>
          <title>Re: [wbhood] How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205565#post2205565</link>
          <description><![CDATA[I also tried copy/pasting direct into the HTML editor with no luck.<br />]]></description>
          <pubDate>Tue, 20 Jul 2010 16:39:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205565#post2205565</guid>
        </item>
                <item>
          <title>Re: [Damon] How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205564#post2205564</link>
          <description><![CDATA[I created my code in Golive, then copy/pasted that in HTML mode by clicking on the HTML tab in the editor.<br />]]></description>
          <pubDate>Tue, 20 Jul 2010 16:28:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205564#post2205564</guid>
        </item>
                <item>
          <title>Re: [Damon] How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205562#post2205562</link>
          <description><![CDATA[I tried that and it didn't work for me.<br />]]></description>
          <pubDate>Tue, 20 Jul 2010 16:08:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205562#post2205562</guid>
        </item>
                <item>
          <title>Re: [wbhood] How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205560#post2205560</link>
          <description><![CDATA[Hmmm. Not sure this is the best way to do it, but I made a table, inserted the embed code inside of it, and aligned the table to the right. It works, but...... <br /><br />Brent<br />]]></description>
          <pubDate>Tue, 20 Jul 2010 15:47:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205560#post2205560</guid>
        </item>
                <item>
          <title>How to align embedded media.......</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205559#post2205559</link>
          <description><![CDATA[I am trying to embed a vimeo video into my web site. The video embeds just fine with the code generated from my vimeo account, but the CMS Builder WYSIWYG HTML editor keeps taking out some parts of the code. In doing so, I am not able to align the video to the right. I tried editing the General and Advanced options through the WYSIWYG editor, but I still get the same results. <br /><br />Can someone tell me how to can do this using CMS Builder? <br /><br />My original code is: <br /><br />&lt;object width=&quot;375&quot; height=&quot;281&quot; align=&quot;right&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;<a target="_blank" href="http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1">http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1</a>&quot; /&gt;&lt;embed src=&quot;<a target="_blank" href="http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1">http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1</a>&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;375&quot; height=&quot;281&quot; align=&quot;right&quot;&gt;&lt;/embed&gt;&lt;/object&gt; <br /><br />CMS Builder turns my code into this (I added the salign and transparent options in the advanced options section): <br /><br />&lt;object data=&quot;<a target="_blank" href="http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1">http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1</a>&quot; type=&quot;application/x-shockwave-flash&quot; height=&quot;281&quot; width=&quot;375&quot; style=&quot;width: 375px; height: 281px;&quot;&gt;<br />&lt;param name=&quot;salign&quot; value=&quot;r&quot; /&gt;<br />&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;<br />&lt;param name=&quot;src&quot; value=&quot;<a target="_blank" href="http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1">http://vimeo.com/moogaloop.swf?clip_id=12770276&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1</a>&quot; /&gt;<br />&lt;param name=&quot;align&quot; value=&quot;right&quot; /&gt; <br /><br />Thanks for any assistance anyone can give me. <br /><br />Brent<br />]]></description>
          <pubDate>Tue, 20 Jul 2010 15:41:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205559#post2205559</guid>
        </item>
                <item>
          <title>Re: [wbhood] New install - can&apos;t get my CMS Builder pages to show up....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204896#post2204896</link>
          <description><![CDATA[Man. I should have stopped for coffee on the way in this morning. I hadn't placed any content on the test Section Editor i created. Therefore, the page wouldn't work. <br /><br />I feel a bit foolish now - but glad my problem is fixed. <br /><br />Sorry y'all - Brent<br />]]></description>
          <pubDate>Wed, 16 Jun 2010 08:51:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204896#post2204896</guid>
        </item>
                <item>
          <title>New install - can&apos;t get my CMS Builder pages to show up....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204895#post2204895</link>
          <description><![CDATA[This is my third install, but the first time this has happened. <br /><br />PHP is working fine on my site. For some reason I am getting a 404 error when I try to view a page with the CMS Builder PHP code added. <br /><br />I'm not sure this is part of the issue, but in the General Settings, it is showing d:\HostingSpaces$ecoyguild$ecoyguild.com\wwwroot in the Website Root Directory box.  <br /><br />I tried to change it to d:\HostingSpaces\decoyguild\decoyguild.com\wwwroot, but it just reverted back to the $ showing up. <br /><br />The code seems to show up fine - $dirsToCheck = array('D:/HostingSpaces/decoyguild/decoyguild.com/wwwroot/','','../','../../','../../../'); <br /><br />Maybe this is not the issue. <br /><br />Here's the test file I am working with - <a target="_blank" href="http://www.decoyguild.com/site/index.php">http://www.decoyguild.com/site/index.php</a> <br /><br />Any help will be greatly appreciated. <br /><br />Thanks - Brent<br />]]></description>
          <pubDate>Wed, 16 Jun 2010 08:34:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204895#post2204895</guid>
        </item>
                <item>
          <title>Re: [Jason] Error when dragging Section Editors....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203089#post2203089</link>
          <description><![CDATA[I have attached a PDF with that info. I also just now uploaded the table list from the db. <br /><br />Thanks-  Brent<br />]]></description>
          <pubDate>Thu, 08 Apr 2010 10:54:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203089#post2203089</guid>
        </item>
                <item>
          <title>Re: [wbhood] Error when dragging Section Editors....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203066#post2203066</link>
          <description><![CDATA[Something seems to be out of sync somehow. I'm not sure what I did. I can't seem to find the file that I changed the MySQL Table name for. After trying to drag a Section Editor again, I got a different error message - no can't find schema file for table 'about_wcc_administration_' - and I tried to force adding a Section Editor that had that table name - about_wcc_administration_ - which is not a name I used since you can see the _ (underscore) at the end of the last word. When I tried to add About WCC Administration as the Section Editor name, then edited the table name to be about_wcc_administration_ I got a message saying that table name was already in use. There wasn't one there with that name. <br /><br />One other thing to note. When working within that About WCC - Administration section, some of the Section Editor names were too long - in what I assume was too long for the MySQL Table to work. So I shortened them and then it let me save it. I'm wondering if it created some shortened version when the error appeared for that. ?? Just not sure what has caused this. <br /><br />Maybe this information will help. <br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 07 Apr 2010 14:23:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203066#post2203066</guid>
        </item>
                <item>
          <title>Re: [Jason] Error when dragging Section Editors....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203065#post2203065</link>
          <description><![CDATA[Hmmm. I don't remember which one I edited. I'll try to figure that out. That was about 50 pages ago. <br /><br />Will let you know. <br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 07 Apr 2010 14:09:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203065#post2203065</guid>
        </item>
                <item>
          <title>Error when dragging Section Editors....</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203061#post2203061</link>
          <description><![CDATA[I am working on my first install of CMS Builder, and have come across a problem that I can't seem to resolve. <br /><br />When I click to drag a Section Editor, I get an IE error page. If I refresh that page, I get this message - no can't find schema file for table 'about_wcc_adm'. <br /><br />If I add a Section Editor named About WCC Adm, I still get an error page, but when I refresh, some Section Editors will move, but some others will not move. <br /><br />I did make the mistake early in my build of changing the name for the MySQL Table when editing a Section Editor. Instead of changing the name back, I edited the code that was in my page. The page worked fine. Thought I mention this in case it may be part of the problem. <br /><br />Any help would be greatly appreciated. <br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 07 Apr 2010 13:23:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203061#post2203061</guid>
        </item>
                <item>
          <title>How To: Set user access for approval process before edits go online?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202763#post2202763</link>
          <description><![CDATA[I have a VP who wants to approve edits done by the folks in her department before they go online. I can't seem to be able to figure out how to set this type of permission. Can anyone assist me with how to do this? <br /><br />Thanks.<br />]]></description>
          <pubDate>Fri, 26 Mar 2010 09:27:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202763#post2202763</guid>
        </item>
              </channel>
    </rss>
  