<?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%3Acmsb</link>
        <description></description>
        <pubDate>Mon, 20 Apr 2026 15:49:06 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acmsb&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Jason] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217347#post2217347</link>
          <description><![CDATA[Thank you. I think I owe you a batch of homemade cookies! I will send them anywhere! Just let me know your favorite![:)]<br />]]></description>
          <pubDate>Tue, 07 Aug 2012 12:25:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217347#post2217347</guid>
        </item>
                <item>
          <title>Re: [Jason] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217345#post2217345</link>
          <description><![CDATA[Hi Jason, <br /><br />That seems to have done the trick. Forgive me for this lame question: when I click on the Articles - List Page Viewer, I get a popup message that says &quot;Set detail page URL for this section in Admin &gt; section editors &gt; viewer URLs. Does this mean I simply create a URL that is called articleDetail.php? and then go to code generator and make a page called articleDetail.php? <br /><br />forgive me, I know this is a lame question and I should know this answer.<br />]]></description>
          <pubDate>Tue, 07 Aug 2012 11:57:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217345#post2217345</guid>
        </item>
                <item>
          <title>Re: [Jason] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217342#post2217342</link>
          <description><![CDATA[Hi Jason, Thanks for all your help. [:)] Here's the code for my articlesList.php: <br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br />  <br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/usr/home/mtgrov/www/htdocs/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); } <br /><br />  // load records from 'articles'<br />  list($categoriesRecords, $selectedCategory) = getCategories(array(     'tableName'   =&gt; 'categories',   )); <br />  list($articlesRecords, $articlesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'articles',<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />  )); <br /><br />?&gt;&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;title&gt;Mountain Grove Cemetery - Bulletin Board&lt;/title&gt;<br />   &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;<br />      &lt;meta name=&quot;keywords&quot; content=&quot;Mountain Grove Cemetery Association, Bridgeport, Fairfield County, Connecticut, cremated remains, cemetery, crematory, cremation, crematorium, columbarium niches, urn gardens, memorialize&quot; /&gt;<br />  &lt;meta name=&quot;description&quot; content=&quot;Mountain grove has one of the finest Crematoriums in the state offers its own chapel and three cremation chambers. Additionally, Mountain Grove offers a wide choice of where to place cremated remains.&quot; /&gt;<br />&lt;LINK HREF=&quot;mgc.css&quot; REL=&quot;stylesheet&quot; TYPE=&quot;text/css&quot;&gt;<br />&lt;!-- Add jQuery library --&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;<a target="_blank" href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script</a>&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../fancybox/lib/jquery.mousewheel-3.0.6.pack.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../fancybox/source/jquery.fancybox.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../fancybox/source/jquery.fancybox.pack.js&quot;&gt;&lt;/script&gt;<br />    &lt;link href=&quot;../fancybox/source/jquery.fancybox.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />    &lt;link href=&quot;../fancybox/source/helpers/jquery.fancybox-buttons.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />    &lt;link href=&quot;../fancybox/source/helpers/jquery.fancybox-thumbs.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />    &lt;link href=&quot;../jquery/screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../jquery/custom.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../fancybox/source/helpers/jquery.fancybox-buttons.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../fancybox/source/helpers/jquery.fancybox-media.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;../fancybox/source/helpers/jquery.fancybox-thumbs.js&quot;&gt;&lt;/script&gt; <br /><br />&lt;!-- Add fancyBox --&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br /> $(document).ready(function() {<br />  $(&quot;.fancybox&quot;).fancybox();<br /> });<br />&lt;/script&gt;<br />&lt;/head&gt;<br />&lt;body&gt; <br /><br />  <br /><br />  <br /><br />&lt;h1&gt;&lt;span style=&quot;font-size: 21px; font-family:'Times New Roman', Times, serif&quot;&gt;Categories&lt;/span&gt;&lt;/h1&gt;<br /> &lt;ul&gt;<br /> &lt;li&gt;&lt;a href=&quot;?&quot;&gt;(All Articles)&lt;/a&gt;&lt;/li&gt;<br /> &lt;?php foreach ($categoriesRecords as $categoryRecord): ?&gt;<br />        &lt;?php echo $categoryRecord['_listItemStart'] ?&gt;<br />        &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;b&gt;&lt;?php endif ?&gt;<br />        &lt;a href=&quot;?category=&lt;?php echo $categoryRecord['num'] ?&gt;&quot;&gt;&lt;?php echo $categoryRecord['name'] ?&gt;&lt;/a&gt;<br />        &lt;?php if ($categoryRecord['_isSelected']): ?&gt;&lt;/b&gt;&lt;?php endif ?&gt;<br />        &lt;?php echo $categoryRecord['_listItemEnd'] ?&gt;<br />        &lt;?php endforeach ?&gt;<br /> &lt;/ul&gt;  <br /><br />&lt;h1&gt;&lt;span style=&quot;font-size: 21px; font-family:'Times New Roman', Times, serif&quot;&gt;Articles - List Page Viewer&lt;/span&gt;&lt;/h1&gt;<br />    &lt;?php foreach ($articlesRecords as $record): ?&gt;<br />    &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;?php echo $record['title'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />    &lt;?php endforeach ?&gt; <br /><br />    &lt;?php if (!$articlesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt; <br /><br />  <br /><br />&lt;/body&gt;<br />&lt;/html&gt;<br />]]></description>
          <pubDate>Tue, 07 Aug 2012 11:33:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217342#post2217342</guid>
        </item>
                <item>
          <title>Re: [Jason] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217326#post2217326</link>
          <description><![CDATA[Hi  Jason, I suspect you are asking for code for detail pages? Is that it? I only used the code generator to make that one page -- the one you have the url for. I did not make any other pages. I looked for but did not find a prompt in the tutorial to make detail pages -- is that the step I'm missing?[unsure]<br />]]></description>
          <pubDate>Mon, 06 Aug 2012 15:59:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217326#post2217326</guid>
        </item>
                <item>
          <title>Re: [Chris] Sub-categories Tutorial</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217319#post2217319</link>
          <description><![CDATA[Hi, I did this (but changed the names of my categories and articles to something for meaningful for my site), but it's not working.[shocked] <br /><br />Here's the url of the list page: <a target="_blank" href="http://www.mtgrovecemetery.org/articlesList.php?category=1">http://www.mtgrovecemetery.org/articlesList.php?category=1</a> <br /><br />Shouldn't something be happening when I click on one of the links? For instance, shouldn't the list at least change? <br /><br />Many Thanks!<br />]]></description>
          <pubDate>Mon, 06 Aug 2012 13:28:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217319#post2217319</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] When remove a picture from a detail page, it still shows up on the list page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217219#post2217219</link>
          <description><![CDATA[Thank you, Jerry! Yes, I did solve the issue. Will get rid of the extra code. Many thanks![cool]<br />]]></description>
          <pubDate>Sun, 29 Jul 2012 09:03:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217219#post2217219</guid>
        </item>
                <item>
          <title>When remove a picture from a detail page, it still shows up on the list page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217217#post2217217</link>
          <description><![CDATA[Hi, I added a table, then put a photo into the content of a detail page. The table and photo was later removed from the detail page, but the photo/table still shows up on the list page, not the detail page. I want it removed from both pages. How do I get rid of the photo from the list page? <br /><br />Here's a link to what I'm talking about: <a target="_blank" href="http://www.mtgrovecemetery.org/bulletin_boardList.php">http://www.mtgrovecemetery.org/bulletin_boardList.php</a> There is a photo on this page, the list page. I removed the photo from the first link in the list. It's gone from that detail page, but is still present on the list page. Why is that? <br /><br />Many thanks![;)]<br />]]></description>
          <pubDate>Sat, 28 Jul 2012 06:14:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217217#post2217217</guid>
        </item>
                <item>
          <title>Re: [InHouse] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217160#post2217160</link>
          <description><![CDATA[Hi Jason, <br /><br />Thanks so much. I found my error and it is now working perfectly. <br /><br />Many, many thanks. I hope you have a great day today! You've made my day![:)]<br />]]></description>
          <pubDate>Wed, 25 Jul 2012 06:09:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217160#post2217160</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217118#post2217118</link>
          <description><![CDATA[Ugh![mad] Fancybox was working beautifullly last night but this morning all I get when I click on the pictures is a simple link to the larger image - no &quot;fancy&quot;. <br /><br />Here's the page link: <a target="_blank" href="http://www.mtgrovecemetery.org/aboutDetail.php">http://www.mtgrovecemetery.org/aboutDetail.php</a> <br /><br />And here's the code: <br /><br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />   <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/usr/home/mtgrov/www/htdocs/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); } <br /><br />  // load records<br />  list($aboutRecords, $aboutMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'about',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $aboutRecord = @$aboutRecords[0]; // get first record <br /><br />  // show error message if no matching record is found<br />  if (!$aboutRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  } <br /><br />?&gt;<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;title&gt;About Mountain Grove Cemetery&lt;/title&gt;<br />  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;<br />  &lt;meta name=&quot;robots&quot; content=&quot;index, follow&quot; /&gt;<br />  &lt;meta name=&quot;keywords&quot; content=&quot;Mountain Grove Cemetery Association, Bridgeport, Fairfield County, Connecticut, P.T. Barnum, cemetery&quot; /&gt;<br />  &lt;meta name=&quot;description&quot; content=&quot;New England’s most scenic cemetery, Mountain Grove is beautifully landscaped with ornamental trees and picturesque lily pond. Closely associated with Connecticut families from Fairfield County, it is the final resting place of P.T. Barnum, Charles Stratton (Tom Thumb), Fanny Crosby, and Daniel Nash Morgan, former Treasurer of the United States.&quot; /&gt; <br /><br />&lt;link href=&quot;mgc.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; <br /><br />&lt;!-- Add jQuery library --&gt;<br /> &lt;script type=&quot;text/javascript&quot; src=&quot;<a target="_blank" href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery-1.7.2.min.js&quot;&gt;&lt;/script">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery-1.7.2.min.js&quot;&gt;&lt;/script</a>&gt;<br /> &lt;script type=&quot;text/javascript&quot; src=&quot;<a target="_blank" href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script</a>&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/fancybox/source/jquery.fancybox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;/fancybox/source/jquery.fancybox.pack.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;/fancybox/source/jquery.fancybox.js&quot;&gt;&lt;/script&gt;<br />    &lt;link rel=&quot;stylesheet&quot; href=&quot;/fancybox/source/jquery.fancybox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />    &lt;link rel=&quot;stylesheet&quot; href=&quot;/fancybox/source/helpers/jquery.fancybox-thumbs.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt; <br /><br />&lt;!-- Add mousewheel plugin (this is optional) --&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;/fancybox/lib/jquery.mousewheel-3.0.6.pack.js&quot;&gt;&lt;/script&gt; <br /><br />&lt;!-- Add fancyBox --&gt;<br />  <br />&lt;script type=&quot;text/javascript&quot;&gt;<br /> $(document).ready(function() {<br />  $(&quot;.fancybox&quot;).fancybox();<br />        $(&quot;#single_1&quot;).fancybox({<br />     openEffect : 'elastic',<br />     closeEffect : 'elastic', <br /><br />     helpers : {<br />      title : {<br />       type : 'inside'<br />      }<br />     }<br />    }); <br /><br />&lt;/script&gt;<br />&lt;/head&gt; <br /><br />&lt;body class=&quot;oneColFixCtrHdr&quot;&gt; <br /><br />&lt;div id=&quot;container&quot;&gt;<br />&lt;div id=&quot;header&quot;&gt;&lt;img src=&quot;images/mgc_header.gif&quot; alt=&quot;header&quot; width=&quot;900&quot; height=&quot;151&quot; border=&quot;0&quot; usemap=&quot;#Map&quot; /&gt;<br />&lt;map name=&quot;Map&quot; id=&quot;Map&quot;&gt;<br />        &lt;area shape=&quot;rect&quot; coords=&quot;-1,-39,895,148&quot; href=&quot;index.php&quot; alt=&quot;mountain grove cemetery home page&quot; /&gt;<br />&lt;/map&gt;<br /> &lt;!-- end #header --&gt;<br />&lt;/div&gt; <br /><br />&lt;div id=&quot;insidenavigation&quot;&gt;&lt;img src=&quot;../images/mgc_nav_about_history.gif&quot; alt=&quot;inside navigation&quot; <br />      width=&quot;900&quot; height=&quot;56&quot; border=&quot;0&quot; usemap=&quot;#insidenavigation&quot;  /&gt;<br />&lt;map name=&quot;insidenavigation&quot; id=&quot;insidenavigation2&quot;&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;10,2,73,30&quot; href=&quot;index.php&quot; alt=&quot;mountain grove cemetery home page&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;87,2,164,30&quot; href=&quot;aboutDetail.php&quot; alt=&quot;about mountain grove cemetery&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;183,2,278,30&quot; href=&quot;cremation_optionsDetail.php&quot; alt=&quot;burial options&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;303,2,481,30&quot; href=&quot;read_chapelDetail.php&quot; alt=&quot;read chapel&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;510,2,665,30&quot; href=&quot;interment_optionsDetail.php&quot; alt=&quot;interment options&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;761,2,889,30&quot; href=&quot;bulletin_boardList.php&quot; alt=&quot;bulletin board&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;692,2,731,30&quot; href=&quot;faqList.php&quot; alt=&quot;Frequently Asked Questions&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;12,36,141,63&quot; href=&quot;aboutDetail.php&quot; alt=&quot;burial options&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;157,35,275,75&quot; href=&quot;guide_mapDetail.php&quot; alt=&quot;guidemap&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;285,35,399,59&quot; href=&quot;notablesDetail.php&quot; alt=&quot;notables&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;415,35,603,59&quot; href=&quot;rrDetail.php&quot; alt=&quot;rules and regulations&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;769,35,884,64&quot; href=&quot;contactDetail.php&quot; alt=&quot;contact&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;633,35,736,62&quot; href=&quot;directionsDetail.php&quot; alt=&quot;directions&quot; /&gt;<br />&lt;/map&gt;<br />&lt;/div&gt; <br /><br />&lt;div id=&quot;mainContent&quot;&gt;<br />  &lt;!-- STEP2: Display Records (Paste this where you want your records to be listed) --&gt;<br />&lt;div style=&quot;float:right&quot;&gt;<br />          &lt;?php foreach ($aboutRecord['images'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; id=&quot;#single_1&quot; href=&quot;&lt;?php echo $upload['urlPath'];?&gt;&quot; title=&quot;&lt;?php echo htmlencode($upload['info1']) ?&gt;&quot; &gt; <br />          &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot;   <br />           width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; <br />           height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br/&gt;<br />           <br />          &lt;?php echo htmlencode($upload['info1']) ?&gt;<br />          &lt;br/&gt; <br />    &lt;br/&gt;<br />          <br />           &lt;?php elseif ($upload['isImage']): ?&gt;<br />           <br />&lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; id=&quot;#single_1&quot; href = &quot;&lt;?php echo $upload['urlPath'];?&gt;&quot;  title=&quot;&lt;?php echo htmlencode($upload['info1']) ?&gt;&quot; &gt; <br />          &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; <br />           width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; <br />           height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt; &lt;/a&gt;&lt;br/&gt;<br />           <br />          &lt;?php echo htmlencode($upload['info1']) ?&gt;<br />          <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;/div&gt;&lt;br /&gt; <br /><br />&lt;h1&gt;&lt;span style=&quot;font-size: 21px; font-family:'Times New Roman', Times, serif; text-align: left;&quot;&gt;About Us: The History of Mountain Grove Cemetery&lt;/span&gt;&lt;/h1&gt;<br />         &lt;?php echo $aboutRecord['content'] ?&gt;&lt;br/&gt;<br />         &lt;?php if (!$aboutRecord): ?&gt;<br />          No record found!&lt;br/&gt;&lt;br/&gt;<br />         &lt;?php endif ?&gt; <br /><br />  &lt;!-- /STEP2: Display Records --&gt;<br />     &lt;!-- end #container --&gt;<br />&lt;/div&gt;<br /> <br /><br />&lt;/body&gt;<br />&lt;/html&gt; <br /><br />  <br /><br />Sorry to keep bugging you. I hope you can see what I'm doing wrong. Thanks!<br />]]></description>
          <pubDate>Mon, 23 Jul 2012 07:49:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217118#post2217118</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217115#post2217115</link>
          <description><![CDATA[[:)] That did it! Thank you very, very much. It's working perfectly now. Many thanks![;)]<br />]]></description>
          <pubDate>Sun, 22 Jul 2012 19:53:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217115#post2217115</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217111#post2217111</link>
          <description><![CDATA[Hi, Thank you, your suggestions have worked so far except the title is still not working. I think I have the title in the href already: <br /><br />&lt;div style=&quot;float:right&quot;&gt;<br />          &lt;?php foreach ($aboutRecord['images'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; id=&quot;#single_1&quot; href=&quot;&lt;?php echo $upload['urlPath'];?&gt;&quot;&gt; &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot;  title=&quot;&lt;?php echo htmlencode($upload['info1']) ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br/&gt;<br />          &lt;?php echo htmlencode($upload['info1']) ?&gt;<br />          &lt;br/&gt; <br />    &lt;br/&gt;<br />           &lt;?php elseif ($upload['isImage']): ?&gt;<br />&lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; id=&quot;#single_1&quot; href = &quot;&lt;?php echo $upload['urlPath'];?&gt;&quot;&gt; &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; title=&quot;&lt;?php echo htmlencode($upload['info1']) ?&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;/a&gt;&lt;br/&gt;<br />          &lt;?php echo htmlencode($upload['info1']) ?&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;/div&gt;&lt;br /&gt; <br /><br />Here is the page, which is working perfectly except the title isn't showing; <a target="_blank" href="http://www.mtgrovecemetery.org/aboutDetail.php">http://www.mtgrovecemetery.org/aboutDetail.php</a>. Interestingly, I've gotten the title to show but what happens is the image disappears from the page once I click on it. That is, the image pops up perfectly, with a perfect caption, but when I close the popup image, the image is no longer on the page. <br /><br />Many thanks!<br />]]></description>
          <pubDate>Sun, 22 Jul 2012 13:00:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217111#post2217111</guid>
        </item>
                <item>
          <title>layout where uploaded images are always on the right side of the content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217084#post2217084</link>
          <description><![CDATA[Hi, I am trying to make sure all my uploaded images land on the right side of the content. I know this should be done with css but I am confused with all the div's, classes, and id's I'm already using. <br /><br />Here's the code for the page: <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;title&gt;About Mountain Grove Cemetery&lt;/title&gt;<br />  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;<br />  &lt;meta name=&quot;robots&quot; content=&quot;index, follow&quot; /&gt;<br />  &lt;meta name=&quot;keywords&quot; content=&quot;Mountain Grove Cemetery Association, Bridgeport, Fairfield County, Connecticut, P.T. Barnum, cemetery&quot; /&gt;<br />  &lt;meta name=&quot;description&quot; content=&quot;New England’s most scenic cemetery, Mountain Grove is beautifully landscaped with ornamental trees and picturesque lily pond. Closely associated with Connecticut families from Fairfield County, it is the final resting place of P.T. Barnum, Charles Stratton (Tom Thumb), Fanny Crosby, and Daniel Nash Morgan, former Treasurer of the United States.&quot; /&gt;<br />  &lt;link href=&quot;mgc.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;<br />&lt;!-- Add jQuery library --&gt;<br /> &lt;script type=&quot;text/javascript&quot; src=&quot;<a target="_blank" href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery-1.7.2.min.js&quot;&gt;&lt;/script">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery-1.7.2.min.js&quot;&gt;&lt;/script</a>&gt;<br /> &lt;script type=&quot;text/javascript&quot; src=&quot;<a target="_blank" href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js&quot;&gt;&lt;/script</a>&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/fancyBox/source/jquery.fancybox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/source/jquery.fancybox.pack.js&quot;&gt;&lt;/script&gt;<br />    &lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/source/jquery.fancybox.js&quot;&gt;&lt;/script&gt;<br />    &lt;link rel=&quot;stylesheet&quot; href=&quot;/fancyBox/source/jquery.fancybox.css?v=2.0.6&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />    &lt;link rel=&quot;stylesheet&quot; href=&quot;/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt; <br /><br />&lt;!-- Add mousewheel plugin (this is optional) --&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/lib/jquery.mousewheel-3.0.6.pack.js&quot;&gt;&lt;/script&gt;<br />&lt;style type=&quot;text/css&quot;&gt;  <br /><br />&lt;!-- Add fancyBox --&gt;<br />  <br />&lt;script type=&quot;text/javascript&quot;&gt;<br /> $(document).ready(function() {<br />  $(&quot;.fancybox&quot;).fancybox();<br />      $(&quot;#single_1&quot;).fancybox({<br />          helpers: {<br />              title : {<br />                  type : 'float'<br />              }<br />          }<br />      });<br /> });<br />&lt;/script&gt;<br />    <br /> &lt;/head&gt;<br />&lt;body class=&quot;oneColFixCtrHdr&quot;&gt; <br /><br />&lt;div id=&quot;container&quot;&gt;<br />  &lt;div id=&quot;header&quot;&gt;&lt;img src=&quot;images/mgc_header.gif&quot; alt=&quot;header&quot; width=&quot;900&quot; height=&quot;151&quot; border=&quot;0&quot; usemap=&quot;#Map&quot; /&gt;<br />      &lt;map name=&quot;Map&quot; id=&quot;Map&quot;&gt;<br />        &lt;area shape=&quot;rect&quot; coords=&quot;-1,-39,895,148&quot; href=&quot;index.php&quot; alt=&quot;mountain grove cemetery home page&quot; /&gt;<br />      &lt;/map&gt; <br /><br /> &lt;!-- end #header --&gt;&lt;/div&gt;<br /> &lt;div id=&quot;insidenavigation&quot;&gt;&lt;img src=&quot;../images/mgc_nav_about_history.gif&quot; alt=&quot;inside navigation&quot; width=&quot;900&quot; height=&quot;56&quot; border=&quot;0&quot; usemap=&quot;#insidenavigation&quot;  /&gt;<br />    &lt;map name=&quot;insidenavigation&quot; id=&quot;insidenavigation2&quot;&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;10,2,73,30&quot; href=&quot;index.php&quot; alt=&quot;mountain grove cemetery home page&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;87,2,164,30&quot; href=&quot;aboutDetail.php&quot; alt=&quot;about mountain grove cemetery&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;183,2,278,30&quot; href=&quot;cremation_optionsDetail.php&quot; alt=&quot;burial options&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;303,2,481,30&quot; href=&quot;read_chapelDetail.php&quot; alt=&quot;read chapel&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;510,2,665,30&quot; href=&quot;interment_optionsDetail.php&quot; alt=&quot;interment options&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;761,2,889,30&quot; href=&quot;bulletin_boardList.php&quot; alt=&quot;bulletin board&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;692,2,731,30&quot; href=&quot;faqList.php&quot; alt=&quot;Frequently Asked Questions&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;12,36,141,63&quot; href=&quot;aboutDetail.php&quot; alt=&quot;burial options&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;157,35,275,75&quot; href=&quot;guide_mapDetail.php&quot; alt=&quot;guidemap&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;285,35,399,59&quot; href=&quot;notablesDetail.php&quot; alt=&quot;notables&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;415,35,603,59&quot; href=&quot;rrDetail.php&quot; alt=&quot;rules and regulations&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;769,35,884,64&quot; href=&quot;contactDetail.php&quot; alt=&quot;contact&quot; /&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;633,35,736,62&quot; href=&quot;directionsDetail.php&quot; alt=&quot;directions&quot; /&gt;<br /> <br />      <br />    &lt;/map&gt;<br />&lt;/div&gt;<br />&lt;div id=&quot;mainContent&quot;&gt; <br /><br />  &lt;!-- STEP2: Display Records (Paste this where you want your records to be listed) --&gt;<br />   &lt;h1&gt;&lt;span style=&quot;font-size: 21px; font-family:'Times New Roman', Times, serif; text-align: left;&quot;&gt;About Us: The History of Mountain Grove Cemetery&lt;/span&gt;&lt;/h1&gt; <br /><br />  &lt;?php echo $aboutRecord['content'] ?&gt;&lt;br/&gt;<br />          &lt;?php foreach ($aboutRecord['images'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />&lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; title=&quot;&quot; id=&quot;#single_1&quot; href=&quot;&lt;?php echo $upload['urlPath'];?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; <br />    title=&quot;&lt;?php echo htmlencode($upload['info1']) ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br/&gt;<br />          &lt;?php echo htmlencode($upload['info1']) ?&gt;<br />          &lt;br/&gt; <br />    &lt;br/&gt; <br /><br />          &lt;?php elseif ($upload['isImage']): ?&gt;<br />&lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; title=&quot;&quot; id=&quot;#single_1&quot; href=&quot;&lt;?php echo $upload['urlPath'];?&gt;&quot;&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; title=&quot;&lt;?php echo htmlencode($upload['info1']) ?&gt;&quot; alt=&quot;&quot; /&gt;<br />    &lt;br/&gt; &lt;/a&gt;&lt;br/&gt;<br />          &lt;?php echo htmlencode($upload['info1']) ?&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 />  <br />    <br />        &lt;?php if (!$aboutRecord): ?&gt;<br />      No record found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />&lt;!-- STEP 2a: Display Uploads for field 'images' (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 /><br />  &lt;!-- /STEP2: Display Records --&gt;<br />    &lt;!-- end #container --&gt;&lt;/div&gt;<br />    &lt;div id=&quot;footer&quot;&gt;<br />    &lt;img src=&quot;images/mgc_footer.gif&quot; alt=&quot;footer&quot; width=&quot;900&quot; height=&quot;78&quot; border=&quot;0&quot; usemap=&quot;#Map2&quot; /&gt;<br />    &lt;map name=&quot;Map2&quot; id=&quot;Map2&quot;&gt;<br />      &lt;area shape=&quot;rect&quot; coords=&quot;413,43,489,67&quot; href=&quot;&quot; target=&quot;_blank&quot; alt=&quot;webmaster&quot; /&gt;<br />    &lt;/map&gt;<br />  &lt;!-- end #footer --&gt;&lt;/div&gt;&lt;/div&gt; <br /><br />&lt;/body&gt;<br />&lt;/html&gt;<br /> <br /><br />And here's the url for the specific page I am talking about: <a target="_blank" href="http://www.mtgrovecemetery.org/aboutDetail.php">http://www.mtgrovecemetery.org/aboutDetail.php</a><br />]]></description>
          <pubDate>Fri, 20 Jul 2012 06:18:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217084#post2217084</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217083#post2217083</link>
          <description><![CDATA[Do you think you can tell me why the title is not showing? Many thanks. <br /><br /><a target="_blank" href="http://www.mtgrovecemetery.org/aboutDetail.php">http://www.mtgrovecemetery.org/aboutDetail.php</a><br />]]></description>
          <pubDate>Thu, 19 Jul 2012 20:52:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217083#post2217083</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217077#post2217077</link>
          <description><![CDATA[Thank you, Jason, that did work, though I have more to do to get the &quot;fancy&quot; part of fancybox working.  <br /><br />Many thanks!<br />]]></description>
          <pubDate>Thu, 19 Jul 2012 14:14:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217077#post2217077</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217075#post2217075</link>
          <description><![CDATA[Hi Jason, <br /><br />Not sure this is what you're asking for, but I am trying to get fancybox to work on this page first: <a target="_blank" href="http://www.mtgrovecemetery.org/aboutDetail.php">http://www.mtgrovecemetery.org/aboutDetail.php</a> <br /><br />At this point, the uploaded thumbnail isn't even showing up. [unsure]<br />]]></description>
          <pubDate>Thu, 19 Jul 2012 13:57:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217075#post2217075</guid>
        </item>
                <item>
          <title>Re: [Jason] Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217070#post2217070</link>
          <description><![CDATA[Nothing's happening when I click the image [:(] Still working on it and using a combination of forum, fancybox documentation, and the kind explanation of a friend but still struggling with it....<br />]]></description>
          <pubDate>Thu, 19 Jul 2012 13:19:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217070#post2217070</guid>
        </item>
                <item>
          <title>Fancybox not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217059#post2217059</link>
          <description><![CDATA[Hi, <br /><br />I am trying to add fancybox to my CMSbuilder code, and it is not working. Here's the coding below. Any pointers for me? <br /><br />  <br /><br />&lt;script type=&quot;text/javascript&quot; src=&quot;<a target="_blank" href="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery-1.7.2.min.js&quot;&gt;&lt;/script">http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery-1.7.2.min.js&quot;&gt;&lt;/script</a>&gt; <br /><br />&lt;!-- Add mousewheel plugin (this is optional) --&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/lib/jquery.mousewheel-3.0.6.pack.js&quot;&gt;&lt;/script&gt; <br /><br />&lt;!-- Add fancyBox --&gt;<br />&lt;link rel=&quot;stylesheet&quot; href=&quot;/fancyBox/source/jquery.fancybox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/source/jquery.fancybox.pack.js&quot;&gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/source/jquery.fancybox.js&quot;&gt;&lt;/script&gt;<br />&lt;link rel=&quot;stylesheet&quot; href=&quot;/fancyBox/source/helpers/jquery.fancybox-buttons.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancybox/source/helpers/jquery.fancybox-buttons.js&quot;&gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancybox/source/helpers/jquery.fancybox-media.js?&quot;&gt;&lt;/script&gt; <br /><br />&lt;link rel=&quot;stylesheet&quot; href=&quot;/fancyBox/source/helpers/jquery.fancybox-thumbs.css?&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/fancyBox/source/helpers/jquery.fancybox-thumbs.js?&quot;&gt;&lt;/ <br /><br />  <br />  &lt;script type=&quot;text/javascript&quot;&gt;<br /> $(document).ready(function() {<br />  $(&quot;.fancybox&quot;).fancybox();<br /> });<br />&lt;/script&gt;<br /> &lt;/head&gt; <br /><br />  <br /><br />  &lt;?php echo $aboutRecord['content'] ?&gt;&lt;br/&gt;<br />          &lt;?php foreach ($aboutRecord['images'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; title&quot;sample&quot; href=&quot;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br/&gt; <br /><br />          &lt;?php elseif ($upload['isImage']): ?&gt;<br />            &lt;a class=&quot;fancybox&quot; rel=&quot;group&quot; href=&quot;&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;/a&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 /><br />          &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt; <br />        &lt;?php if (!$aboutRecord): ?&gt;<br />      No record found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />]]></description>
          <pubDate>Thu, 19 Jul 2012 10:00:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217059#post2217059</guid>
        </item>
                <item>
          <title>Re: [InHouse] code for when someone clicks on a thumbnail it opens the larger photo in a new window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216946#post2216946</link>
          <description><![CDATA[Thank you so much, InHouse. You have been so very helpful and I really appreciate it. I will try the lightbox you recommended.<br />]]></description>
          <pubDate>Thu, 12 Jul 2012 05:26:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216946#post2216946</guid>
        </item>
                <item>
          <title>Re: [InHouse] code for when someone clicks on a thumbnail it opens the larger photo in a new window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216930#post2216930</link>
          <description><![CDATA[Thank you for your reply, and for your advice. I thought this might be a little easier than installing an add-on but perhaps not. The site I am writing about is <a target="_blank" href="http://www.mtgrovecemetery.org">www.mtgrovecemetery.org</a>. The client wants the content photographs clickable so that the user can view them larger, with captioning. If you look at the site you'll see photos are all on the right side. That's where I want them to stay, even as uploads. Now they are coded into the body of the content using the wysywig editor. <br /><br />Many thanks for your ideas.<br />]]></description>
          <pubDate>Wed, 11 Jul 2012 16:16:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216930#post2216930</guid>
        </item>
                <item>
          <title>code for when someone clicks on a thumbnail it opens the larger photo in a new window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216923#post2216923</link>
          <description><![CDATA[I have two very basic questions about images here: <br /><br />1. How do I code / where do I put the code to make small images on my website &quot;clickable&quot;, so that they open to a larger image? I didn't see this exact post anywhere, though I saw references to it in other posts. I have several list pages on my website which need clickable images. I also have detail pages which need the same thing - basically, a global function on pictures to make them clickable.  <br /><br />2. Also, how to I make image uploads (jpg, gif, etc) default to a consistent position on the page? (Top right, as per the design of the entire site). I use, and instructed my client to use the Insert Image icon to place an image where it belongs on a page. But to make this image clickable, will this functionality still work? Uploads is different from Insert Image. <br /><br />I really need an elementary level explanation on these, sorry. Many thanks![unsure]<br />]]></description>
          <pubDate>Wed, 11 Jul 2012 09:03:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216923#post2216923</guid>
        </item>
                <item>
          <title>What do you name your index/home page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207675#post2207675</link>
          <description><![CDATA[Hi, I am new to a content management system. I know that html home pages need to be named index.html. What do you name the index/home page for CMS Builder? Is it index.php? Many thanks!<br />]]></description>
          <pubDate>Wed, 27 Oct 2010 09:16:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207675#post2207675</guid>
        </item>
              </channel>
    </rss>
  