<?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%3Aweblinks</link>
        <description></description>
        <pubDate>Fri, 17 Apr 2026 16:19:18 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aweblinks&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [steve99] MAKE CONTENT OF FIELD A LINK</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214093#post2214093</link>
          <description><![CDATA[Steve... <br /><br />You've made my day... I can't thank you enough. <br /><br />Best, <br /><br />Bob<br />]]></description>
          <pubDate>Thu, 01 Dec 2011 04:09:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214093#post2214093</guid>
        </item>
                <item>
          <title>Re: [steve99] MAKE CONTENT OF FIELD A LINK</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214087#post2214087</link>
          <description><![CDATA[Jason... <br /><br />Thanks for the quick reply but I am &quot;brain dead&quot; when it comes to some code.... Please give me an example of the complete code.  The field Label is Website... The field Name is url... Existing Code Below.... <br /><br />   &lt;!-- INSERT PHOTOLINK PHP CODE --&gt;<br />  &lt;?php foreach ($featured_eventsRecords as $record): ?&gt; &lt;b&gt;Date:&lt;/b&gt; &lt;?php echo $record['date'] ?&gt;&lt;br/&gt;&lt;br/&gt; &lt;b&gt;Event:&lt;/b&gt; &lt;?php echo $record['event'] ?&gt;&lt;br/&gt; &lt;b&gt;Location&lt;/b&gt;: &lt;?php echo $record['location'] ?&gt;&lt;br/&gt; &lt;b&gt;Address:&lt;/b&gt; &lt;?php echo $record['address'] ?&gt;&lt;br/&gt; &lt;b&gt;City or Town:&lt;/b&gt; &lt;?php echo $record['town'] ?&gt; VT&lt;br/&gt;   &lt;!-- STEP 2a: Display Uploads for field 'image' (Paste this anywhere inside STEP2 to display uploads) --&gt; &lt;!-- Upload Fields: num, createdTime, tableName, fieldName, recordNum, preSaveTempId, filePath, filename, extension, thumbFilePath, isImage, hasThumbnail, urlPath, width, height, thumbUrlPath, thumbWidth, thumbHeight, info1, info2, info3, info4, info5 --&gt; &lt;?php foreach ($record['image'] as $upload): ?&gt; &lt;?php if ($upload['hasThumbnail']): ?&gt; &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; alt=&quot;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; vspace=&quot;7&quot; border=&quot;1&quot; /&gt;&lt;br/&gt; &lt;?php elseif ($upload['isImage']): ?&gt; &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt; &lt;?php else: ?&gt; &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt; &lt;?php endif ?&gt; &lt;?php endforeach?&gt; &lt;!-- STEP2a: /Display Uploads --&gt;    &lt;b&gt;Description:&lt;/b&gt; &lt;?php echo $record['description'] ?&gt;&lt;br/&gt;&lt;br/&gt; &lt;b&gt;Start Time&lt;/b&gt;: &lt;?php echo $record['start_time'] ?&gt;&lt;br/&gt; &lt;b&gt;Admission&lt;/b&gt;: &lt;?php echo $record['admission'] ?&gt;&lt;br/&gt; &lt;b&gt;Phone:&lt;/b&gt; &lt;?php echo $record['phone'] ?&gt;&lt;br/&gt; &lt;b&gt;Website:&lt;/b&gt; &lt;?php echo $record['url'] ?&gt;&lt;br/&gt; &lt;b&gt;Email Address:&lt;/b&gt; &lt;?php echo $record['email_address'] ?&gt;&lt;br/&gt; &lt;b&gt;Handicap Accessible:&lt;/b&gt; &lt;?php echo $record['handicap_accessible'] ?&gt;&lt;br/&gt;&lt;br/&gt; &lt;hr /&gt;   &lt;?php endforeach; ?&gt; &lt;?php if (!$featured_eventsRecords): ?&gt; &lt;?php endif ?&gt;<br /> <br /><br />Regards, <br /><br />Bob<br />]]></description>
          <pubDate>Wed, 30 Nov 2011 15:00:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214087#post2214087</guid>
        </item>
                <item>
          <title>Re: [steve99] MAKE CONTENT OF FIELD A LINK</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214078#post2214078</link>
          <description><![CDATA[I forgot how to do this...I have a FIELD which calls for an advertiser to insert his website address... which I wish to make a LINK to be clicked on by a visitor... taking the visitor to the advertisers web site.  HOW do I make this field content a link... ie   <br /><br /> e.g..... FIELD: Your Website Address: advertiser insterts <a target="_blank" href="http://www.linkvermont.com">http://www.linkvermont.com</a> [this being a link] <br /><br />SEE EXAMPLES OF ADS AT [url &quot;http://www.linkvermont.com/calendar_december2011_WORKING.php&quot;]<span style="color: #0066cc">http://www.linkvermont.com/calendar_december2011_WORKING.php[/#0066cc][/url] Note line that says your website address. <br /><br />If you provide code please advise me as to precisely where it appears. <br /><br />If you can possibly reply quickly it will be more than appreciated as I need to get the above examples online today with the web address being a LINK. <br /><br />Regards, <br /><br />Bob<br />]]></description>
          <pubDate>Wed, 30 Nov 2011 14:02:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214078#post2214078</guid>
        </item>
                <item>
          <title>Re: [steve99] DUPLICATE LISTINGS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213898#post2213898</link>
          <description><![CDATA[Steve... <br /><br />Fixed !!! Needed to delete one more line and it worked. Thanks much for the complete code.... and the fast response... Have a great day... <br /><br />Regards, <br /><br />Bob<br />]]></description>
          <pubDate>Tue, 15 Nov 2011 14:55:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213898#post2213898</guid>
        </item>
                <item>
          <title>Re: [steve99] DUPLICATE LISTINGS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213896#post2213896</link>
          <description><![CDATA[Steve....REPLY.... <br /><br />Did that yesterday and it didn't work... Removed tag directly below... <font size="2">CODE WITH APPEARS ON PAGE... <br /><br />&lt;!-- INSERT PHOTOLINK PHP CODE --&gt; <br />&lt;?php foreach ($featured_eventsRecords as $record): ?&gt; REMOVED THIS TAG</font> <br /><br />Did it again now, still didn't work and delivered the following error message... <b><font size="4">Parse error</font></b>: syntax error, unexpected T_ENDFOREACH in <b>/home/linkve5/public_html/test15.php</b> on line <b>336</b> <br /><br /><b><span style="color: #000000"><font size="4">Line 336 is a &lt;/div&gt; tag.... I tried removing that... nothing!</font>[/#000000]</b> <br /><br /><b><span style="color: #000000"><font size="4">Bob</font>[/#000000]</b><br />]]></description>
          <pubDate>Tue, 15 Nov 2011 14:10:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213896#post2213896</guid>
        </item>
                <item>
          <title>DUPLICATE LISTINGS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213884#post2213884</link>
          <description><![CDATA[Problem is that everything works fine EXCEPT output page displays both test listings TWICE. The code looks to me that something must be deleted but I have tried removing what seemed obvious and just received error messages.<br /><br />Will very much appreciate your help as I need to get this capability online asap.<br /><br />CODE WITH APPEARS ON PAGE...<br /><br /> &lt;!-- INSERT PHOTOLINK PHP CODE --&gt;<br />&lt;?php foreach ($featured_eventsRecords as $record): ?&gt;<br />      <br />       &lt;!-- STEP2: Display Records (Paste this where you want your records to be listed) --&gt;<br />       <br />       <br />       <br />       <br />  &lt;?php foreach ($featured_eventsRecords as $record): ?&gt;<br />  &lt;b&gt;Date:&lt;/b&gt; &lt;?php echo $record['date'] ?&gt;&lt;br/&gt;&lt;br/&gt;<br />  &lt;b&gt;Event:&lt;/b&gt; &lt;?php echo $record['event'] ?&gt;&lt;br/&gt;<br />  &lt;b&gt;Location&lt;/b&gt;: &lt;?php echo $record['location'] ?&gt;&lt;br/&gt;<br />  &lt;b&gt;Address:&lt;/b&gt; &lt;?php echo $record['address'] ?&gt;&lt;br/&gt;<br />  &lt;b&gt;City or Town:&lt;/b&gt; &lt;?php echo $record['town'] ?&gt; VT&lt;br/&gt;<br /><br /><br />&lt;!-- STEP 2a: Display Uploads for field 'image' (Paste this anywhere inside STEP2 to display uploads) --&gt;<br />&lt;!-- Upload Fields: num, createdTime, tableName, fieldName, recordNum, preSaveTempId, filePath, filename, extension, thumbFilePath, isImage, hasThumbnail, urlPath, width, height, thumbUrlPath, thumbWidth, thumbHeight, info1, info2, info3, info4, info5 --&gt;<br />&lt;?php foreach ($record['image'] as $upload): ?&gt;<br />&lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; alt=&quot;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; vspace=&quot;7&quot; border=&quot;1&quot; /&gt;&lt;br/&gt;<br />&lt;?php elseif ($upload['isImage']): ?&gt;<br />&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br />&lt;?php else: ?&gt;<br />&lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />&lt;?php endif ?&gt;<br />&lt;?php endforeach?&gt;<br />&lt;!-- STEP2a: /Display Uploads --&gt;<br /><br /><br /><br />&lt;b&gt;Description:&lt;/b&gt; &lt;?php echo $record['description'] ?&gt;&lt;br/&gt;&lt;br/&gt;<br />&lt;b&gt;Start Time&lt;/b&gt;: &lt;?php echo $record['start_time'] ?&gt;&lt;br/&gt;<br />&lt;b&gt;Admission&lt;/b&gt;: &lt;?php echo $record['admission'] ?&gt;&lt;br/&gt;<br />&lt;b&gt;Phone:&lt;/b&gt; &lt;?php echo $record['phone'] ?&gt;&lt;br/&gt;<br />&lt;b&gt;Your Website Address:&lt;/b&gt; &lt;?php echo $record['url'] ?&gt;&lt;br/&gt;<br />&lt;b&gt;Email Address:&lt;/b&gt; &lt;?php echo $record['email_address'] ?&gt;&lt;br/&gt;<br />&lt;b&gt;Handicap Accessible:&lt;/b&gt; &lt;?php echo $record['handicap_accessible'] ?&gt;&lt;br/&gt;&lt;br/&gt;<br /> &lt;hr /&gt;<br /><br />  <br />&lt;?php endforeach; ?&gt;<br />      &lt;?php if (!$featured_eventsRecords): ?&gt;<br />    &lt;/p&gt;<br /><br />&lt;?php endif ?&gt;<br />      <br />  <br />      <br />      <br /><br /><br />&lt;font color=&quot;9933FF&quot; class=&quot;medium&quot;&gt;&lt;/font color=&quot;9933FF&quot; class=&quot;medium&quot;&gt;&lt;br/&gt;&lt;font color=&quot;000000&quot;&gt;<br />    &lt;div align=&quot;left&quot;&gt;&lt;b&gt;&lt;/b&gt;<br />        <br /><br />        <br />        <br />        <br />            <br />  &lt;?php endforeach ?&gt;<br /><br />OUTPUT TEST PAGE...<br /><br />http://www.linkvermont.com/test15.php<br /><br />Bob T.<br />]]></description>
          <pubDate>Tue, 15 Nov 2011 10:49:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213884#post2213884</guid>
        </item>
                <item>
          <title>Error Message on Login Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209043#post2209043</link>
          <description><![CDATA[Why are my advertisersi receiving the follow message on the page one enters the Login and Password.... <br /><br /><b>Fatal error</b>: Allowed memory size of 268435456 bytes exhausted (tried to allocate 431413680 bytes) in <b>Unknown</b> on line <b>0</b> <br /><br /><b>and how do I get rid of it... This message does not stop one from logging in, except they are afraid to do so.</b> <br /><br />Please note... I DO NOT want to update the application to a newer version. <br /><br />Regards, <br /><br />Bob<br />]]></description>
          <pubDate>Wed, 12 Jan 2011 10:47:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209043#post2209043</guid>
        </item>
                <item>
          <title>Re: [Jason] WHY THIS ERROR MESSAGE</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207659#post2207659</link>
          <description><![CDATA[It sometimes appears before you event fill in your login info.  sometimes before uploading an image, etc.  It does not seem to actually effect uploading an image but I can not have it appear and have folks afraid to upload and image... <br /><br />Bob<br />]]></description>
          <pubDate>Tue, 26 Oct 2010 14:25:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207659#post2207659</guid>
        </item>
                <item>
          <title>WHY THIS ERROR MESSAGE</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207652#post2207652</link>
          <description><![CDATA[When an advertiser of mine logs in to their form for creating and/or modifying their ad... in the Image box for uploading an image, the following appears....  WHY, and what do I do to resolve this problem???? <br /><br /><b>Fatal error</b>: Allowed memory size of 268435456 bytes exhausted (tried to allocate 476998064 bytes) in <b>Unknown</b> on line <b>0</b> <br /><br /><b>Note: If I ignor this message and proceed, everything works OK... However, my advertiser will immediately back away from proceeding.</b> <br /><br /><b>Regards,</b> <br /><br /><b>Bob T.</b><br />]]></description>
          <pubDate>Tue, 26 Oct 2010 08:49:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207652#post2207652</guid>
        </item>
                <item>
          <title>TEXT &amp; PHOTOS NOT APPEARING ON NEW SERVER</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207203#post2207203</link>
          <description><![CDATA[My website <a target="_blank" href="http://www.linkvermont.com">http://www.linkvermont.com</a> is [Unfortunately] currently hosted on EarthLink.  I am moving the site to being hosted by InMotionHosting.com and currently have a Temp URL with them, and when everything is working fine there.. I will point the DNS to them... and a few days later kiss EarthLink goodby forever. . I have copied all of my CMS and PHP files to their server. PROBLEM... <br /><br />Although the php ads are appearing on the pages, NONE show the IMAGE... EQUALLY IMPORTANT... In many cases [CLICK ON LINE BELOW] the text is not complete and only displays the Company contact info. Understand, the text problem isn't with all ads, only some... <a target="_blank" href="http://vps4211.inmotionhosting.com/~linkve5/realestate_south.php">http://vps4211.inmotionhosting.com/~linkve5/realestate_south.php</a> <br /><br />A prompt reply will be much appreciated as I must get rid of Earthlink within the next few days. <br /><br />Regards, <br /><br />Bob T.<br />]]></description>
          <pubDate>Thu, 30 Sep 2010 11:35:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207203#post2207203</guid>
        </item>
                <item>
          <title>Moving ALL CMS BUILDER &amp; PHP FILES TO NEW WEB HOSTING COMPANY</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206295#post2206295</link>
          <description><![CDATA[  <br /><br />I NEVER RECEIVED AN ANSWER to the message BELOW sent to you on August 4th even though I received your standard automatic reply saying someone would be working on this shortly. ... <br /><br />3 or 4 days later I phoned about this and Ross said he found no record of my email even though InterActive Tools acknowledged receipt of it.  I am NOW ready to pull the plug on EarthLink but the ONLY THING HOLDING IT UP is the ability to have roughly 190 php pages displayed on the new hosting site... PLEASE... read this entire email and respond asap...<br /><br />I have INCLUDED yesterday's email from the InMotionHosting SYSTEM ADMIN TEAM [Top Level Support].... Note... InMotion has placed ALL of my EarthLink hosted files and folders on their site... INCLUDING MYSQL DATABASE TABLES... the ONLY problem is getting CMS MENU BUILDER to work on their server.<br /><br />Regards,<br /><br />Bob T.<br /><br />P.S. What about the Header Code on EACH EXISTING php page... GENERATED BY CMS BUILDER   ??? Code shown below. .. <br />&lt;?php<br />  <br />  require_once <br />&quot;/www/htdocs/domains/s10/01575/www.linkvermont.com/webdocs/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br /><br /><br /><br />____________________________________________________________________________<br /><br />MESSAGE SENT TO INTERACTIVE TOOLS ON 8/4/10<br /><br />[font &quot;tahoma&quot;]<font size="2">My site [LinkVermont.com] has UNFORTUNATELY been hosted by EarthLink since 1996.. I've alway hesitated to move to another hosting company because I am not tech savy... However, now at the end of my rope, I'm moving the site to a VPS at INMOTIONHOSTING.COM. They allow me to get my entire site up and running under an alias until everything is working OK... and then, move the Domain over. <br /><br />For testing purposes Is there any way I can place my CMS FILES on their site WHILE STILL HAVING IT ON THE Earthlink site... and then maybe as late as a month later remove the site from Earthlink???? I don't want to kiss Earthlink goodby until I KNOW everything, not just your stuff, is working perfectly.<br /><br />  Regards, <br /> Bob Thiel<br /><br /> _______________________________________________________________________________<br /> AUGUST 23RD EMAIL FROM INMOTIONHOSTING<br /><br /></font></span> Hello again,<br /> Thanks for getting back to us.<br /> Not knowing how your software is configured, we can't be 100% certain that it will work as-is on the server.  Typically most applications which rely on a database will have a configuration file or script (usually called configure.php or something similar) where the database information is specified.  Since there are some likely differences between your previous host and our server, we'll quite likely need to modify this in order for this to work.<br /> Best Regards,<br /> David D. **** NOTE... BEFORE receiving this email from InMotion I had them view my Admin&gt;General Settings Page.<br /> [font &quot;tahoma&quot;]<font size="2">_________________________________________________________________________________________________</font></span><br />]]></description>
          <pubDate>Tue, 24 Aug 2010 04:40:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206295#post2206295</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202976#post2202976</link>
          <description><![CDATA[Chris.... <br /><br /><b>YES, YES, YES!!!!</b>  <br /><br />I've managed to fix <span style="color: #ff0000"><b>ALL</b>[/#ff0000] of the remaining problems... the images, icons, shuffle, etc. Thanks for getting me to the point that I could. <br /><br />Best, <br /><br />Bob<br />]]></description>
          <pubDate>Fri, 02 Apr 2010 09:45:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202976#post2202976</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202973#post2202973</link>
          <description><![CDATA[<b><span style="color: #000000">Chris...[/#000000]</b> <br /><br /><b><span style="color: #000000">I'm pasting in the code BELOW.  If you wish it sent another way let me know...[/#000000]</b> <br /><br /><span style="color: #000000">&lt;?php<br />  <br />  require_once &quot;/netapp/whnas-swamp/s10/s10/01575/www.linkvermont.com/webdocs/cmsAdmin/lib/viewer_functions.php&quot;;<br />  ?&gt;[/#000000]<span style="color: #000000"> <br /><br /><br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a target="_blank" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;<a target="_blank" href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;TITLE&gt; - LinkVermont.com&lt;/TITLE&gt;<br />&lt;META NAME=&quot;description&quot; CONTENT=&quot;&quot;&gt;<br />&lt;META NAME=&quot;KeyWords&quot; CONTENT=&quot;&quot;&gt; <br /><br />&lt;meta name=&quot;target&quot; contents=&quot;&quot;&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;<br />&lt;meta name=&quot;Author&quot; content=&quot;WebLinks, Inc.&quot; /&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br />&lt;!--<br />#apDiv1 {<br /> position:absolute;<br /> width:750px;<br /> height:200px;<br /> z-index:1;<br />}<br />#apDiv2 {<br /> position:absolute;<br /> width:200px;<br /> height:9000px;<br /> z-index:1;<br /> background: #9966FF;<br />}<br />#apDiv3 {<br /> position:absolute;<br /> width:979px;<br /> height:27px;<br /> z-index:2;<br /> left: 8px;<br /> top: 15px;<br /> background-color: #000;<br />}<br />#apDiv4 {<br /> position:absolute;<br /> width:777px;<br /> height:218px;<br /> z-index:3;<br /> left: 210px;<br /> top: 42px;<br /> background-color: #000;<br />}<br />#apDiv5 {<br /> position:absolute;<br /> width:553px;<br /> height:10000px;<br /> z-index:4;<br /> left: 210px;<br /> top: 261px;<br /> background-color: #FFF;<br /> font-size: small;<br /> font-family: Arial, Helvetica, sans-serif;<br />}<br />#apDiv6 {<br /> position:absolute;<br /> width:225px;<br /> height:9000px;<br /> z-index:5;<br /> left: 763px;<br /> top: 181px;<br /> background-color: #CCC;<br /> font-family: Tahoma, Geneva, sans-serif;<br /> font-size: x-small;<br /> font-weight: bold;<br />}<br />body {<br /> background-color: #330066;<br />}<br />#apDiv7 {<br /> position:absolute;<br /> width:200px;<br /> height:115px;<br /> z-index:7;<br /> left: -22px;<br /> top: 266px;<br />}<br />#apDiv5 blockquote p strong black free listings {<br /> color: #000;<br />}<br />#apDiv8 {<br /> position:absolute;<br /> width:200px;<br /> height:32px;<br /> z-index:1;<br /> left: 14px;<br /> top: 20px;<br /> font-family: Tahoma, Geneva, sans-serif;<br /> font-size: small;<br /> text-align: center;<br /> color: #000;<br />}<br />.bold {<br /> font-weight: bold;<br /> font-family: Tahoma, Geneva, sans-serif;<br /> font-size: small;<br />}<br />.small {<br /> font-size: small;<br /> font-family: Tahoma, Geneva, sans-serif;<br /> font-weight: normal;<br /> text-align: left;<br />}<br />.alignLEFT {<br /> text-align: left;<br /> font-size: x-small;<br />}<br />#apDiv9 {<br /> position:absolute;<br /> width:186px;<br /> height:255px;<br /> z-index:8;<br /> left: 23px;<br /> top: 20px;<br />}<br />.DarkGrey {<br /> color: #666;<br />}<br />.blue {<br /> color: #00F;<br />}<br />.red {<br /> color: #F00;<br />}<br />.xsmall {<br /> font-size: x-small;<br />}<br />.bold {<br /> font-weight: bold;<br /> font-family: Arial, Helvetica, sans-serif;<br />}<br />#apDiv10 {<br /> position:absolute;<br /> width:273px;<br /> height:177px;<br /> z-index:1;<br /> left: 38px;<br /> top: -217px;<br />}<br />#apDiv11 {<br /> position:absolute;<br /> width:317px;<br /> height:169px;<br /> z-index:6;<br /> left: 34px;<br /> top: 57px;<br />}<br />#apDiv12 {<br /> position:absolute;<br /> width:89px;<br /> height:18px;<br /> z-index:7;<br /> left: 174px;<br /> top: 363px;<br />}<br />--&gt;<br />&lt;/style&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br />&lt;!--<br />p.MsoNormal {<br />margin:0in;<br />margin-bottom:.0001pt;<br />font-size:10.0pt;<br />font-family:&quot;Swis721 BT&quot;;<br />}<br />div.MsoNormal {<br />margin:0in;<br />margin-bottom:.0001pt;<br />font-size:10.0pt;<br />font-family:&quot;Swis721 BT&quot;;<br />}<br />.black { color: #000;<br />}<br />.arial {<br /> font-family: Arial, Helvetica, sans-serif;<br />}<br />.bold {<br />}<br />.left {<br /> text-align: left;<br /> font-size: small;<br /> font-weight: normal;<br />}<br />--&gt;<br />&lt;/style&gt;<br />&lt;/head&gt; <br /><br />&lt;body link=&quot;#0000FF&quot; vlink=&quot;#0000FF&quot; alink=&quot;#0000FF&quot;&gt;<br />&lt;!--LEFT COLUMN --&gt;<br />&lt;!-- DHTML Menu Builder Loader Code START --&gt;&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt;<br />var navVer = navigator.appVersion;<br />if(navVer.substr(0,3) &gt;= 4)<br />if((navigator.appName==&quot;Netscape&quot;) &amp;&amp; (parseInt(navigator.appVersion)==4))<br />document.write('&lt;'+'script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot; src=&quot;/menus/nsmenu.js&quot;&gt;&lt;\/script\&gt;');<br />else<br />document.write('&lt;'+'script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot; src=&quot;/menus/iemenu.js&quot;&gt;&lt;\/script\&gt;');<br />&lt;/script&gt;<br />&lt;!-- DHTML Menu Builder Loader Code END --&gt;&lt;div id=&quot;apDiv2&quot;&gt;<br />  &lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />&lt;/div&gt;<br />&lt;!-- TOP BAR --&gt;<br />&lt;div id=&quot;apDiv3&quot;&gt;&lt;img src=&quot;<a target="_blank" href="http://www.linkvermont.com/PAGE_LAYOUTS_Layer_Images/LinkVermont_BARLOGO.png">http://www.linkvermont.com/PAGE_LAYOUTS_Layer_Images/LinkVermont_BARLOGO.png</a>&quot; width=&quot;200&quot; height=&quot;27&quot; /&gt;&lt;/div&gt;<br />&lt;!--HEADER IMAGE --&gt;&lt;div id=&quot;apDiv4&quot;&gt;<br />  &lt;p&gt;&lt;img src=&quot;/PAGE_LAYOUTS_Header_Images/manchester_inn_porch_summer.jpg&quot; alt=&quot;Photo: Manchester Vermont - Copyright by LinkVermont&quot; /&gt;&lt;/p&gt;<br />  &lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />&lt;/div&gt;<br />  &lt;!-- HEADER TEXT OVERLAY --&gt;<br />&lt;div id=&quot;apDiv11&quot;&gt;&lt;img src=&quot;/PAGE_LAYOUTS_Header_Images/p22_welcome_greenmountainstate.png&quot; width=&quot;335&quot; height=&quot;167&quot; alt=&quot;Welcome To The Brattleboro Vermont Area&quot; /&gt;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;!-- BODY COLUMN --&gt;<br />&lt;div id=&quot;apDiv5&quot;&gt;<br />  &lt;blockquote&gt;<br />    &lt;p align=&quot;center&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family:Georgia; font-size:16pt;&quot;&gt;&lt;br /&gt;<br />    Southern Vermont &lt;br /&gt;<br />    Featured Lodging Establishments&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;<br />    &lt;p align=&quot;center&quot;&gt;&amp;nbsp;&lt;/p&gt;<br />    &lt;p align=&quot;center&quot;&gt;&lt;i&gt;The Featured Listings Below are displayed in Random Order&lt;/i&gt;&lt;/p&gt;<br />    <br />    <br />    &lt;!-- INSERT PHOTOLINK PHP CODE --&gt;<br />    &lt;?php   require_once &quot;/netapp/whnas-swamp/s10/s10/01575/www.linkvermont.com/webdocs/cmsAdmin/lib/viewer_functions.php&quot;;  <br /> list($lodging_manchesterareaRecords,         ) = getRecords(array( 'tableName'   =&gt; 'lodging_manchesterarea'              ));    <br /> list($lodging_weston_londonderryRecords,      ) = getRecords(array( 'tableName'   =&gt; 'lodging_weston_londonderry'      ));    list($lodging_chester_graftonRecords,         ) = getRecords(array( 'tableName'   =&gt; 'lodging_chester_grafton'         ));    list($lodging_brattleboro_newfaneRecords,     ) = getRecords(array( 'tableName'   =&gt; 'lodging_brattleboro_newfane'     ));    list($lodging_bellowsfalls_rockinghamRecords, ) = getRecords(array( 'tableName'   =&gt; 'lodging_bellowsfalls_rockingham' ));    list($lodging_bennington_arlingtonRecords,    ) = getRecords(array( 'tableName'   =&gt; 'lodging_bennington_arlington'    ));<br /> <br /> // combine all records collected above into one big list   <br /> $southernvermontRecords = array_merge(     <br />            $lodging_manchesterareaRecords,     <br />            $lodging_weston_londonderryRecords,     <br />            $lodging_chester_graftonRecords,     <br />            $lodging_brattleboro_newfaneRecords,     <br />            $lodging_bellowsfalls_rockinghamRecords,    <br />            $lodging_bennington_arlingtonRecords   );     <br /> <br /> // shuffle our list so the records are displayed in a random order   shuffle($southernvermontRecords);      <br /> // limit to the first 10 records (remove the // on the next line to make this work)   //$southernvermontRecords = array_slice($southernvermontRecords, 0, 10); ?&gt;  <br /> <br /> &lt;?php foreach($southernvermontRecords as $record): ?&gt;  <br /> &lt;?php echo $record['title'] ?&gt;&lt;br /&gt;   <br /> &lt;?php echo $record['town'] ?&gt;&lt;br /&gt;   <br /> &lt;?php echo $record['phone'] ?&gt;&lt;br /&gt;   <br /> &lt;?php echo $record['description'] ?&gt;&lt;a href=&quot;&lt;?php echo $record['url'] ?&gt;&quot;&gt;&lt;?php echo $record['webpage'] ?&gt;&lt;/a&gt;&lt;br /&gt;   <br />    <br />    &lt;!--     Please note: you can copy any or all of the code from your lodging.php page which you attached earlier into this page.     If all the sections above have the same fields, you can use them on this page too.   --&gt;   <br />    &lt;hr /&gt; <br /> &lt;?php endforeach ?&gt; <br /><br />      <br />&lt;hr align=&quot;center&quot; width=&quot;475&quot; noshade=&quot;noshade&quot;/&gt;<br />&lt;p&gt;&lt;span style=&quot;font-family:Arial; color:black; &quot;&gt;&lt;br /&gt;<br />&lt;/span&gt;&lt;span style=&quot;font-family:Arial; &quot;&gt; &lt;/span&gt;&lt;/p&gt;<br />&lt;div class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align:center;&quot;&gt;&lt;span style=&quot;font-family:Arial; &quot;&gt;<br />  &lt;hr size=&quot;1&quot; width=&quot;100%&quot; noshade=&quot;noshade&quot; color=&quot;#aca899&quot; align=&quot;center&quot; /&gt;<br />&lt;/span&gt;&lt;/div&gt;<br />&lt;div align=&quot;center&quot;&gt;<br />  &lt;p align=&quot;center&quot; class=&quot;black&quot;&gt;The advertising on this page was created online by the individual advertiser using   technology provided by LinkVermont.com. LinkVermont.com therefore bears absolutely no   responsibility for the content of the advertisements.&lt;/p&gt;<br />      &lt;p align=&quot;center&quot;&gt;&amp;nbsp;&lt;/p&gt;<br />    &lt;/div&gt;<br />  &lt;/blockquote&gt;<br />&lt;/div&gt; <br /><br />&lt;!-- RIGHT COLUMN --&gt;&lt;div id=&quot;apDiv6&quot;&gt;<br />  &lt;center&gt;<br />    &lt;p align=&quot;left&quot;&gt;<br />      &lt;!-- TEXT BOX FOR ENTERING INFO IN RIGHT COLUMN --&gt;<br />    &lt;b&gt;&lt;br /&gt;<br />    &lt;/b&gt;&lt;/p&gt;<br />    &lt;p class=&quot;DarkGrey&quot;&gt;&amp;nbsp;&lt;/p&gt;<br />  &lt;/center&gt;<br />  &lt;blockquote&gt;<br />    &lt;div id=&quot;apDiv9&quot;&gt;<br />      &lt;p align=&quot;center&quot; class=&quot;bold&quot;&gt;Town Locations&lt;br /&gt;<br />        &amp;amp; Directions From Anywhere<br />      &lt;/p&gt;<br />      &lt;p align=&quot;center&quot;&gt;&lt;iframe width=&quot;150&quot; height=&quot;150&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;<a target="_blank" href="http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;msid=115655325636906851726.000482a508daddc29e14b&amp;amp;ll=43.032761,-72.619629&amp;amp;spn=0.602295,0.829468&amp;amp;z=8&amp;amp;output=embed&quot;&gt;&lt;/iframe">http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;msid=115655325636906851726.000482a508daddc29e14b&amp;amp;ll=43.032761,-72.619629&amp;amp;spn=0.602295,0.829468&amp;amp;z=8&amp;amp;output=embed&quot;&gt;&lt;/iframe</a>&gt;<br />        &lt;br /&gt;<br />        &lt;br /&gt;<br />        View &lt;a href=&quot;<a target="_blank" href="http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;msid=115655325636906851726.000482a508daddc29e14b&amp;amp;ll=43.032761,-72.619629&amp;amp;spn=0.602295,0.829468&amp;amp;z=8&amp;amp;source=embed">http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;msa=0&amp;amp;msid=115655325636906851726.000482a508daddc29e14b&amp;amp;ll=43.032761,-72.619629&amp;amp;spn=0.602295,0.829468&amp;amp;z=8&amp;amp;source=embed</a>&quot; style=&quot;color:#0000FF;text-align:center&quot;&gt;Brattleboro, Newfane,&lt;br /&gt;<br />        &lt;span style=&quot;text-align: center&quot;&gt;&lt;/span&gt;Townshend &amp; Putney Vermont &lt;br /&gt;<br />        Area Map&lt;/a&gt; on<br />      in a larger map&amp;nbsp;&lt;/p&gt;<br />      &lt;p align=&quot;left&quot; class=&quot;left&quot;&gt;&lt;a href=&quot;<a target="_blank" href="http://www.linkvermont.com/townsvill/brattleboro_newfane/index.htm">http://www.linkvermont.com/townsvill/brattleboro_newfane/index.htm</a>&quot; target=&quot;_self&quot;&gt;Area Home Page&lt;br /&gt;<br />      &lt;/a&gt;&lt;a href=&quot;<a target="_blank" href="http://linkvermont.com/Scenic_Drives/scenic_drives_yearround.htm">http://linkvermont.com/Scenic_Drives/scenic_drives_yearround.htm</a>&quot; target=&quot;_blank&quot;&gt;Scenic Drives&lt;br /&gt;<br />      &lt;/a&gt;&lt;a href=&quot;<a target="_blank" href="http://www.linkvermont.com/photogalleries/Brattleboro">http://www.linkvermont.com/photogalleries/Brattleboro</a> Area Photo Gallery/&quot;&gt;Photo Gallery&lt;/a&gt;&lt;br /&gt;<br />        &lt;a href=&quot;/vacationhomerentals.htm&quot; target=&quot;_self&quot;&gt;Home Rentals&lt;/a&gt;&lt;br /&gt;<br />      &lt;a href=&quot;<a target="_blank" href="http://www.linkvermont.com/external_links/weather_brattleboro.htm">http://www.linkvermont.com/external_links/weather_brattleboro.htm</a>&quot; target=&quot;_blank&quot;&gt;Weather Conditions &amp;amp; Forecast&lt;/a&gt;&lt;/p&gt;<br />&lt;p align=&quot;center&quot; class=&quot;small&quot;&gt;&lt;a href=&quot;<a target="_blank" href="http://linkvermont.com/advertising_LODGING.htm">http://linkvermont.com/advertising_LODGING.htm</a>&quot; target=&quot;_blank&quot;&gt;Advertising Info&lt;/a&gt;&lt;/p&gt;<br />  &lt;/div&gt;&lt;/blockquote&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;[/#000000]<br />]]></description>
          <pubDate>Fri, 02 Apr 2010 05:52:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202973#post2202973</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202962#post2202962</link>
          <description><![CDATA[ANOTHER PROBLEM.... <br /><br />The postings <b>ARE NOT ROTATING</b> on the lodging-southernvermont.php page.  And, they are all grouped by Section.. e.g. manchesterarea??????<br />]]></description>
          <pubDate>Thu, 01 Apr 2010 15:47:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202962#post2202962</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202961#post2202961</link>
          <description><![CDATA[WE'RE GETTING THERE! <br /><br />The records are now displaying... I now need to bold, etc. certain code... I don't think I'll have any problems with this and/or spacing... <br /><b><span style="color: #ff0000">See...[/#ff0000] </b><a target="_blank" href="http://www.linkvermont.com/lodging_southernvermont.php"><b>http://www.linkvermont.com/lodging_southernvermont.php</b></a> <br /><br /><b><span style="color: #ff0000">However....[/#ff0000]</b> <br /><br /><b>1. The <span style="color: #ff0000">images[/#ff0000] are not displaying... I thought I knew the answer, but it didn't work.... ?????<br />See... <a target="_blank" href="http://www.linkvermont.com/townsvill/manchesterarea/lodging.php">http://www.linkvermont.com/townsvill/manchesterarea/lodging.php</a></b> <br /><br /><b>2. The <span style="color: #ff0000">icons[/#ff0000] are not displaying.... I also need help with this.<br />See... Same... <a target="_blank" href="http://www.linkvermont.com/townsvill/manchesterarea/lodging.php">http://www.linkvermont.com/townsvill/manchesterarea/lodging.php</a></b> <br /><br /><b>I'm <span style="color: #ff0000">attaching[/#ff0000] a Screenprint of the code on the Manchester Page which displays both.... When you give me the code for the above... PLEASE show me PRECISELY where it goes.</b> <br /><br /><b></b><br />]]></description>
          <pubDate>Thu, 01 Apr 2010 15:40:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202961#post2202961</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202958#post2202958</link>
          <description><![CDATA[Chris.... <br /><br />The only way you can see the LINE NUMBERS is via a SCREENPRINT.... <b>ATTACHED BELOW</b>.... <b>Question</b>.. the php code at the top of the page is as follows... is that ok???? Also, <b>I HAVE NOT</b> set up a SECTION for lodging-southernvermont... is that OK <br /><br /><b><span style="color: #ff0000">TOP OF PAGE CODE;[/#ff0000]</b> <br /><br />&lt;?php<br />  <br />  require_once &quot;/netapp/whnas-swamp/s10/s10/01575/www.linkvermont.com/webdocs/cmsAdmin/lib/viewer_functions.php&quot;;<br />  ?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;  <br /><br /><b><span style="color: #ff0000">SCREENPRINT ATTACHED[/#ff0000]</b> <br /><br /><b><span style="color: #000000"><br />Bob[/#000000]</b><br />]]></description>
          <pubDate>Thu, 01 Apr 2010 14:11:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202958#post2202958</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202943#post2202943</link>
          <description><![CDATA[Chris.. <br /><br /><b>NO.. it only changes the <span style="color: #ff0000">error being displayed online[/#ff0000].... <span style="color: #ff0000">TO THIS....[/#ff0000]</b> <br /><br /><b> <p style="text-align:center"><i></i></p>Warning: Invalid argument supplied for foreach() in /netapp/whnas-swamp/s10/s10/01575/www.linkvermont.com/webdocs/lodging_southernvermont.php on line 228 </b> <br /><br /><b><span style="color: #ff0000">FROM THIS....[/#ff0000]</b> <br /><br />list($lodging_manchesterareaRecords, ) = getRecords(array( 'tableName' =&gt; 'lodging_manchesterarea' )); list($lodging_weston_londonderryRecords, ) = getRecords(array( 'tableName' =&gt; 'lodging_weston_londonderry' )); list($lodging_chester_graftonRecords, ) = getRecords(array( 'tableName' =&gt; 'lodging_chester_grafton' )); list($lodging_brattleboro_newfaneRecords, ) = getRecords(array( 'tableName' =&gt; 'lodging_brattleboro_newfane' )); list($lodging_bellowsfalls_rockinghamRecords, ) = getRecords(array( 'tableName' =&gt; 'lodging_bellowsfalls_rockingham' )); list($lodging_bennington_arlingtonRecords, ) = getRecords(array( 'tableName' =&gt; 'lodging_bennington_arlington' )); // combine all records collected above into one big list $southernvermontRecords = array_merge( $lodging_manchesterareaRecords, $lodging_weston_londonderryRecords, $lodging_chester_graftonRecords, $lodging_brattleboro_newfaneRecords, $lodging_bellowsfalls_rockinghamRecords, $lodging_bennington_arlingtonRecords ); // shuffle our list so the records are displayed in a random order shuffle($southernvermontRecords); // limit to the first 10 records (remove the // on the next line to make this work) //$southernvermontRecords = array_slice($southernvermontRecords, 0, 10); ?&gt; Warning: Invalid argument supplied for foreach() in /netapp/whnas-swamp/s10/s10/01575/www.linkvermont.com/webdocs/lodging_southernvermont.php on line 228  <br /><br /><b><span style="color: #ff0000">The change did not seem to change the WARNING.. only the amount of code displayed.[/#ff0000]</b> <br /><br /><b><span style="color: #000000">Bob[/#000000]</b><br />]]></description>
          <pubDate>Thu, 01 Apr 2010 00:17:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202943#post2202943</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202934#post2202934</link>
          <description><![CDATA[I am attaching a test file containing the code you requested.... Sorry... but I tested sending the file and could not open it upon receipt.... Security Problem???? <br /><br />Please read the text file carefully as there are no line numbers in the file. However, I do believe the Error Message will point out the problem. Again, please get back to me asap. <br /><br />Bob<br />]]></description>
          <pubDate>Wed, 31 Mar 2010 17:40:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202934#post2202934</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202927#post2202927</link>
          <description><![CDATA[Chris.. <br /><br />Thanks for the code.  <b>WHERE DOES THE CODE GO</b> on the <b>lodging_southernvermont.php</b> page?????  <br /><br />And, I presume it goes on a <b>php page??????</b> <br /><br />If so, <b><u>WHAT OTHER PHP CODE GOES ON THIS PAGE</u>... AND WHERE?????</b> <br /><br /><b>Please</b> look at this page online at <a target="_blank" href="http://www.linkvermont.com/lodging-southernvermont.php"><b>http://www.linkvermont.com/lodging-southernvermont.php</b></a> <br /><br />I also tried the page with the same code as an <b>htm page</b>.... <b>and it displayed all or part of the the code online... <br /> <a target="_blank" href="http://www.linkvermont.com/lodging_southernvermont.htm">http://www.linkvermont.com/lodging_southernvermont.htm</a> </b> <br /><br />Please get back to me asap... hopefully today. <br /><br />Bob<br />]]></description>
          <pubDate>Wed, 31 Mar 2010 14:57:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202927#post2202927</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202859#post2202859</link>
          <description><![CDATA[[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Chris...</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br />[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">PLEASE!!!!!  Send me the code I need to accomplish this. </font>[/#000000]</span><span style="color: #000000">[font &quot;Times New Roman&quot;]<font size="3">On March 19th... 11 days ago... You said &quot;</font></span> That's easy. You already have 1 working. To get your regional pages working, you'll simply need to add extra getRecords() calls. For example...&quot; ???????[/#000000] <br /><br />  <br /><br />The first request for info about this was on March 17th... 13 days ago. <br /><br />  <br /><br /><b>I'm listing below the Sections you have now requested</b>. Understand, there will soon be other Sections to be added.... Can't you just give me the code for a few Sections so that I can add Sections at will???? <b>In any event, BELOW please find the info you requested. Please note that WITHIN the Sections ALL fields must be displayed, not just the &quot;title&quot;....</b> <br /><br /><b></b>  <br /><br /><b><u>CURRENT SECTIONS ONLINE</u></b><b>....</b> <br /><br /><b> </b> <br /><br /><b>lodging_manchester</b> <br /><br /><b>lodging_ weston_londonderry</b> <br /><br /><b>lodging_chester_grafton</b> <br /><br /><b>lodging_brattleboro_newfane</b> <br /><br /><b>lodging_bellowsfalls_rockingham</b> <br /><br /><b>lodging_ bennington_arlington</b> <br /><br /><b> </b> <br /><br /><b><u>ADDITIONAL SECTIONS TO BE ADDED AS SOON AS I RECEIVE CODE FROM YOU</u></b><b>.....</b> <br /><br /><b> </b> <br /><br />lodging_springfield <br /><br />lodging_strattonarea <br /><br />lodging_mountsnow_wilmington <br /><br />  <br /><br />Chris... <u>Please</u> get back to me today. <br /><br />  <br /><br />Bob<br />]]></description>
          <pubDate>Tue, 30 Mar 2010 04:33:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202859#post2202859</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202730#post2202730</link>
          <description><![CDATA[[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Chris...</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;]<b>ATTACHED</b> please find the lodging.php page for the Manchester Area.. which will carry the php code.  ALL of the lodging.php pages, each located in a different townsvill directory, are the SAME... e.g. /townsvill/manchesterarea/lodging.php, /townsvill/weston-londonderry/lodging.php, etc...</span>[/#000000]</font> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br />[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Please remember that the Regional Pages such as /lodging_southernvermont.php WILL BE IN THE ROOT DIRECTORY... NOT in the townsvill directory.</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br />[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Further, please remember that ALL of the posts in the /lodging_southernvermont.php file must be sorted, AND NOT SEPARATELY by what directory they came from.</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br />[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Incidentally... In a Random Sort... does the sorting include all pages.. eg. page 1, page 2, etc.???   In other words, will a posting on page 2, sooner or later appear on Page 1????</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br />[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Chris... Needless to say, I'm hoping you now have all of the info you need.</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font> <br /><br />[font &quot;Times New Roman&quot;]<span style="color: #000000"><font size="3">Best,</font>[/#000000]</span> <br /><br /><font size="3"><span style="color: #000000">[font &quot;Times New Roman&quot;] </span>[/#000000]</font><span style="color: #000000">Bob[/#000000]<br />]]></description>
          <pubDate>Thu, 25 Mar 2010 09:11:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202730#post2202730</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202706#post2202706</link>
          <description><![CDATA[Chris.... <br /><br />Note: I have only created two [2] PHP pages where the content must also appear on a REGIONAL PAGE such as a Southern Vermont Lodging page... because I need to know that this will work before I build the other 2 Regional Pages [Northern Vermont Lodging and Central Vermont Lodging] <b>However, the code will be precisely the same except for the name of the php page.</b> <br /><br /><b>It should help you to know how my site [linkvermont.com] is formated... the &quot;tree&quot;.... with regard to my Lodging Pages.</b> <br /><br /><b>Example:</b> <br /><br />linkvermont<br />    linkvermont/townsvill/<br />    linkvermont/townsvill/manchesterarea/index.htm<br />    linkvermont/townsvill/manchesterarea/dining.htm<br />    <span style="color: #ff0000"><b>linkvermont/townsvill/manchesterarea/lodging.php [till now, an htm file] </b>[/#ff0000]<span style="color: #000000">* NOW online as <a target="_blank" href="http://www.linkvermont.com/townsvill/manchesterarea/lodging.php">http://www.linkvermont.com/townsvill/manchesterarea/lodging.php</a>[/#000000] <br /><br /><span style="color: #ff0000"><b>*Note that I have approximately 25 DIFFERENT AREA PAGES with a lodging.php page...  </b>[/#ff0000]<span style="color: #000000">e.g /townsvill/weston_londonderry/lodging.php. ... /townsvill/lakechamplainislands/lodging.php, etc[/#000000] <br /><br /><span style="color: #000000"><span style="color: #ff0000"><b>These 25 &quot;lodging.php&quot; pages need to have their content ALSO appear on ONE of the 3 Regional Pages... Northern, Central, Southern... </b>[/#ff0000][/#000000]<span style="color: #000000">e.g. /lodging_southern.php ... <b>In other words, the php content from nine [9] AREA PAGES [e.g. manchesterarea] must ALL APPEAR on the /lodging_southern.php page.</b> Note that these Regional Pages WILL BE IN THE ROUTE DIRECTORY... linkvermont... NOT BELOW THE townsvill sub directory.[/#000000] <br /><br /><span style="color: #000000"><b>Equally Important...</b> the contents from the 9 pages must appear in a Random Format... NOT first &quot;manchester content - randomly, then another area randomly, etc.... the total number of postings, regardless of which Area they came from, must appear in Random format. [/#000000]<b>I'm ready for a padded cell !!!</b> <br /><br /><b>I am ATTACHING a pdf document of the CODE for the </b><a target="_blank" href="http://www.linkvermont.com/townsvill/weston_londonderry/lodging.php">http://www.linkvermont.com/townsvill/weston_londonderry/lodging.php</a> <b>page... ALL of the other townsvill/lodging.php pages will be the same, except for the name of the &quot;town&quot;.  Please show me WHAT CODE appears on WHAT PAGES.. town page vs Regional Page [e.g. southern.....]</b> <br /><br />Sorry for this detail but I desparately need to get this all done. I really more than appreciate your help. <br /><br />Bob <br /><br />P.S. Please give me your email address in case I need to send something I do not wish public. <br /><br />  <br /><br /><b></b>  <br /><br /><b></b>  <br /><br /><span style="color: #000000">[/#000000]  <br /><br /><span style="color: #000000">[/#000000]  <br /><br /><b></b><br />]]></description>
          <pubDate>Wed, 24 Mar 2010 12:55:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202706#post2202706</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202652#post2202652</link>
          <description><![CDATA[Chris... If this works I'll remember you in my will.... However, all you'll probably get is bills! <br /><br /><b>I think you've got what I've been looking to get for days!!!!  HOWEVER, there's always a &quot;However&quot;... I need a clarification.... Please read this entire message first... I may have answered the question myself... at the end</b> <br /><br />If I understand you correctly... the Manchester Page will have already existed with ads on it generated by different individuals using different Usernames &amp; Passwords given by us after setting each individual up with a Username and Passord..... And now... I am to create a Southern Vermont page with the EXACT SAME CMS CODE AS THAT WHICH IS ON THE MANCHESTER PAGE????? <br /><br />IF SO,  DO I THEN ADD THE CODES TO THE SOUTHERN VERMONT PAGE, WHICH YOU SENT ME BELOW. WHICH ALREADY CARRIES THE MANCHESTER CODE................. This don't seem right because, in essence, I'm adding the code below to the equivalent of the Manchester page [with a different name]?????????????? However, IF this is the case, where to I PLACE the code?  IF NOT?????????? <br /><br /><span style="color: #ff0000"><b>In short, I need to know WHAT [ONLY] CODE should appear on the Southern Vermont page IN ADDITION to the codes you sent me? ....</b>[/#ff0000] <br /><br /><span style="color: #ff0000"><b>In the interest of sanity [mine] do I set up the Southern Vermont Page in the Section Editors and place THAT CODE on the generated page... and then add YOUR CODE... and if so, WHERE on the page????</b>[/#ff0000] <br /><br /><span style="color: #400000">Chris.... I'm sorry about being brain dead when it comes to this, but I've received all sorts of recommendations which didn't seem to be what I was looking for... UNTIL YOU SENT ME THE INFO BELOW.[/#400000]<br />]]></description>
          <pubDate>Sat, 20 Mar 2010 13:04:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202652#post2202652</guid>
        </item>
                <item>
          <title>Re: [Donna] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202635#post2202635</link>
          <description><![CDATA[Hi Donna... <br /><br />Yes, what you say makes sense.. However, I'm not certain it will work because of how these ads are created, etc. Please... read below and get back to me asap..  <br /><br />1. Understand that these postings are ADS, and <b>THEY ARE NOT POSTED BY ME... THEY ARE POSTED BY INDIVIDUAL ADVERTISERS</b>. When they purchase an ad I send them a Username &amp; Passwork, Login Info, and Instructions...  <br /><br />2. <b><span style="color: #ff0000">VERY IMPORTANT...[/#ff0000]</b> The advertiser purchases an ad to go on a SPECIFIC PAGE [e.g. Manchester Area Lodging Page [ <a target="_blank" href="http://www.linkvermont.com/townsvill/manchesterarea/lodging.htm">http://www.linkvermont.com/townsvill/manchesterarea/lodging.htm</a> ]  Now... <span style="color: #ff0000"><u>I WANT</u> <span style="color: #000000">this ad they have created to appear on a[/#000000] SINGLE VERY SPECFIC PAGE <span style="color: #000000">based upon their location... e.g. on our Southern <br />Vermont Real Estate Page [not created yet] because Manchester is located in Southern Vermont. [/#000000]<span style="color: #ff0000">I DO NOT want them to select Southern Vermont... <span style="color: #000000">I want any Manchester Advertiser to[/#000000] AUTOMATICALLY [/#ff0000]<span style="color: #000000">appear on the Southern Vermont Lodging Page... as well as any other advertisers from Manchester or other towns listed in Southern Vermont. Other advertisers will AUTOMATICALLY appear on one of the two other Regional Pages when appropriate... Northern or Central Vermont. Note that if I allow the advertiser to select the Northern, Central or Southern pages many will choose the wrong region when they are near a &quot;border&quot;... e.g. Ludlow Vermont could be either Central or Southern.... WE are set up so that they should appear under Central.[/#000000][/#ff0000] <br /><br /><span style="color: #000000">3. <span style="color: #ff0000"><b>IMPORTANT:</b>[/#ff0000] Presently we only have 25 AREA [NOT REGIONAL] PAGES... e.g. Manchester Area, Rutland Area, Northeast Kingdom Area, etc. When the advertiser purchases an ad WE have it set up so that when they login THE ONLY SECTION they can access is the one we designated... eg. Manchester Lodging.  <b>WE WOULD LIKE TO KEEP IT THIS WAY IF POSSIBLE</b>... and somehow, just, have this Manchester ad <b>ALSO</b> appear on our Southern Vermont Lodging Page as well???????  <b>IF THIS IS NOT POSSIBLE</b> we could have them select Manchester Area from a checkbox... and, <b>ONLY IF ABSOLUTELY NECESSARY</b>, also choose Southern Vermont via a checkbox?????[/#000000] <br /><br /><span style="color: #000000">If I must go the checkbox route, I presume I will also need to add &quot;If Statements&quot; to the code??? IF <b><span style="color: #ff0000">SO, PLEASE... GIVE ME AN EXAMPLE OF THIS CODE[/#ff0000]</b>... and, <b>WHAT GOES IN MY VIEWER URL FORM</b>... ???? southernvermont lodging.php????  EQUALLY IMPORTANT, in addition to the &quot;if statements&quot; , what other code is placed on either... or both, of the relative pages? [/#000000] <br /><br /><span style="color: #000000">Donna, I apolgize for the length of this but I am at the end of my rope with this. I have no problem with having an advertiser's input appearing on the correct page... it's <b><span style="color: #ff0000">HOW[/#ff0000]</b> they appear on this second page I don't understand. I need some specific coding as an example. Because of the weekend, if I can't solve this today I'm up the creek.[/#000000] <br /><br /><span style="color: #000000">Regards,[/#000000] <br /><br /><span style="color: #000000">Bob[/#000000] <br /><br /><span style="color: #000000">[/#000000]<br />]]></description>
          <pubDate>Fri, 19 Mar 2010 10:09:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202635#post2202635</guid>
        </item>
                <item>
          <title>Re: [chris] POST ONCE TO 2 DIFFERENT SECTION EDITORS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202606#post2202606</link>
          <description><![CDATA[Chris.... <br /><br />I'll try to make it more clear! <br /><br /><span style="color: #ff0000"><b>Your Comment... </b><span style="color: #000000"><font size="2">So, all of your ___lodging.php pages should display the same thing? Or at least, the same records but in different ways? Maybe you could mock up a static page so I can see what you want the results to look like? </font>[/#000000][/#ff0000] <br /><br /><span style="color: #ff0000"><font size="2"><b>No!  I DO NOT want all of the php pages to display the same thing. I want the listings on each of the TOWN LODGING PAGES to <u>ALSO</u> APPEAR on <u>ONE</u> of the THREE following pages.. NORTHERN VERMONT LODGING, CENTRAL VERMONT LODGING, or SOUTHERN VERMONT LODGING pages...</b> <span style="color: #000000">In  other words if ABC COUNTRY INN is located in Manchester Vermont and listed on our manchesterlodging.php... I want the content of this SAME LISTING to appear on a page titled southernvermontlodging.php  A lodging establishment called ZZZ Country Inn located in Woodstock Vermont would also be listed on our page titled centralvermontlodging.php ... along with any other Inn located in Central Vermont.[/#000000]</font>[/#ff0000] <br /><br /><span style="color: #ff0000"><span style="color: #000000"><font size="2">I'll be happy to phone you so that maybe we can get this done.... I've been working on this for 2 days and need to get these pages up.... Just give me the phone number.</font>[/#000000][/#ff0000] <br /><br /><span style="color: #ff0000"><b>ALSO... Please tell me what you are referring to as VIEWER... I presume you are talking about the php web page the listing is to appear on????  If so, I upload my test page to the server on Earthlink and view it????  Please tell me what should go in the Viewer Url tab... is this part of my problem?</b>[/#ff0000] <br /><br /><span style="color: #ff0000"><span style="color: #000000"><b>As an example of what I wish to do please look at </b><a target="_blank" href="http://www.linkvermont.com/skierlodging_stratton.php"><b>http://www.linkvermont.com/skierlodging_stratton.php</b></a> and presume that I want these listings [generated by your CMS] to ALSO appear on a page titled ALL VERMONT SKI AREAS... allvermontskiareas.php[/#000000][/#ff0000] <br /><br /><span style="color: #ff0000"><span style="color: #000000">Best,[/#000000][/#ff0000] <br /><br /><span style="color: #ff0000"><span style="color: #000000">Bob[/#000000] <br /><br /><br />[/#ff0000]<br />]]></description>
          <pubDate>Thu, 18 Mar 2010 16:41:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202606#post2202606</guid>
        </item>
              </channel>
    </rss>
  