<?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%3AJanet</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 13:43:52 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AJanet&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>From archive to current problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212841#post2212841</link>
          <description><![CDATA[We are in the process of pulling all our files out of our archives and into the current data.cgi file. We are successful in unarchiving our files but AM 1.40 promptly erases those files right after they are published. Any thoughts why this is happening and what we can do about it?<br /><br />Jan<br />]]></description>
          <pubDate>Fri, 19 Aug 2011 12:54:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212841#post2212841</guid>
        </item>
                <item>
          <title>Re: [Dave] Previous / Next pages missing list page image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192932#post2192932</link>
          <description><![CDATA[Thanks for your usual quick response, Dave. That doesn't seem to do the trick. It's happening on my Events pages, too. Here's a peek: http://www.ecology.uga.edu/eventsList.php?page=1<br /><br />Page 1 is fine... got my topbar menu and my sidebar category listings.<br />Page 2 is wonky... lost the topbar menu items that are pulling from the database and my sidebar category listings.<br /><br />I suspect an answer to this would be the solution to the graduate school pages as well. <br /><br />Hum....<br />]]></description>
          <pubDate>Wed, 13 Aug 2008 15:38:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192932#post2192932</guid>
        </item>
                <item>
          <title>Previous / Next pages missing list page image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192909#post2192909</link>
          <description><![CDATA[Hey guys - <br /><br />I've got a section on my site that only uses one list template to display information specific to each of my 8 categories. Each category uses a specific thumbnail image in the sidebar. One of those groups requires more than one page to display all the names and I can't seem to figure out how to repeat its category image without messing up the other pages.<br /><br />The page is at: http://uga.edu/dev/ecology/directoryList.php?faculty_directory=Regular%20Faculty. The page in question is http://uga.edu/dev/ecology/directoryList.php?faculty_directory=Graduate%20Students. If you scroll down to go to the next page, you'll see where I lose the photo in the sidebar. <br /><br />I've read some forum posts and then tried the following... <br /><br />      &lt;?php <br />					include (&quot;/usr/www/uga/htdocs/dev/cmsAdmin/templateFiles/viewers/facultyDirectoryListViewer.php&quot;); <br />					$options['where']      = &quot;directory_name = '$facultyDirectory'&quot;;<br />					list($listRows, $listDetails) = getListRows($options);<br />				?&gt;<br />  <br />  &lt;?php <br />  $type = @$_GET['faculty_directory']; <br />      if ($type == 'Regular Faculty' or <br />      $type == 'Emeritus Faculty' or <br />	  $type == 'Courtesy Faculty' or  <br />      $type == 'Adjunct Faculty' or  <br />      $type == 'Conservation Faculty' or <br />	  $type == 'Postdoctoral Associates' or   <br />      $type == 'Research Staff' or  <br />      $type == 'Administrative Staff'):  <br />      ?&gt;<br />      <br />      &lt;?php foreach ($listRows as $record): ?&gt;<br />      &lt;?php foreach (getUploads($options['tableName'], 'directory_image', $record['num']) as $upload): ?&gt;<br />      &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;240&quot; height=&quot;210&quot;&gt;<br />      &lt;?php endforeach ?&gt;<br />      &lt;?php endforeach ?&gt;<br />     &lt;?php endif ?&gt;<br />     <br />       &lt;?php <br />  $type = @$_GET['faculty_directory']; <br />      if ($type == 'Graduate Students'):  <br />      ?&gt;<br />            &lt;img src=&quot;images/events.jpg&quot; title=&quot;Events image&quot; width=&quot;240&quot; height=&quot;211&quot;&gt;<br />           &lt;?php endif ?&gt;<br /><br />...this isolated the graduate student pages and called the image (YEAH!)... but the other directory pages lost their sidebar image (boo!)  :<br /><br />Can you help me?<br /><br />Jan<br />]]></description>
          <pubDate>Mon, 11 Aug 2008 15:54:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192909#post2192909</guid>
        </item>
                <item>
          <title>Re: [Janet] Hyperlinking to other table data</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192574#post2192574</link>
          <description><![CDATA[Dave - <br /><br />We're going in a different direction for this solution. Don't trouble yourself. I'm going to add a couple of fields which we'll enter manually. A couple of the faculty are listed twice and my content editor doesn't know which one to select from the list menu. Thanks anyway!<br /><br />Jan<br />]]></description>
          <pubDate>Mon, 21 Jul 2008 14:48:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192574#post2192574</guid>
        </item>
                <item>
          <title>Re: [Dave] Hyperlinking to other table data</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192573#post2192573</link>
          <description><![CDATA[I think it would work... except the link pulls up another unrelated entry that contains &quot;lname&quot; in the text. I tried using &quot;num&quot; as a list field option which would be a more exact way to locate the entry but my attempts weren't successful. <br /><br />Jan<br />]]></description>
          <pubDate>Mon, 21 Jul 2008 14:18:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192573#post2192573</guid>
        </item>
                <item>
          <title>Re: [Dave] Hyperlinking to other table data</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192564#post2192564</link>
          <description><![CDATA[I've got a similar question and hope you can help. <br /><br />I'm trying to link one record to another within the same database (&quot;faculty_member&quot;). In this case, it's directory listing where professors and students can enter their information. I've added an extra field where students can enter the name of their advising professor. I made this field (&quot;major_professor&quot;) a list field using the same database (&quot;faculty_member&quot;) to populate the list. I used &quot;num&quot; as one list field option and &quot;lname&quot; as the another (just in case there are two professors with the same last name.)  <br /><br />I can't figure out how to filter the search so that the value of &quot;major_professor&quot; links to that professors profile page. <br /><br /><br />This is what the code looks like so far:<br /><br /> &lt;?php <br />  $type = @$_GET['faculty_directory'];<br />      if ($type == 'Postdoctoral Associates'):  <br />      ?&gt;<br />      <br />      &lt;h2&gt; &lt;?php echo $facultyDirectory ?&gt; &lt;/h2&gt;<br />      &lt;?php foreach ($listRows as $record): ?&gt;<br />      &lt;div class=&quot;directory-listing&quot;&gt; <br />      <br />      &lt;h5&gt; &lt;?php echo $record['fname'] ?&gt; &lt;?php echo $record['lname'] ?&gt; &lt;/h5&gt;  // gets the name of the student<br />      <br />       &lt;p class=&quot;locale&quot;&gt;<br />       &lt;a href=&quot;facultyMember.php?&lt;?php echo $record['major_professor] ?&gt;&quot;&gt;&lt;?php echo $record['major_professor] ?&gt;&lt;/a&gt;  //this is the linking statement where the name of the major professor links to his/her profile page. <br /><br />        &lt;p class=&quot;contact&quot;&gt; &lt;a href=&quot;mailto:&lt;?php echo $record['email'] ?&gt;&quot;&gt; &lt;?php echo $record['email'] ?&gt; &lt;/a&gt; &lt;br /&gt;<br />        &lt;?php echo $record['phone_number'] ?&gt; (voice)&lt;br /&gt;<br />        &lt;?php echo $record['fax_number'] ?&gt; (fax) &lt;/p&gt;<br /><br />      &lt;/div&gt;<br />            	   &lt;?php endforeach ?&gt;<br /> &lt;?php endif ?&gt;<br /><br />I hope my explanation make sense. <br /><br />Jan<br />]]></description>
          <pubDate>Mon, 21 Jul 2008 11:37:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192564#post2192564</guid>
        </item>
                <item>
          <title>Re: [Donna] Drop down menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192553#post2192553</link>
          <description><![CDATA[That not little known - everyone out here building sites using your software think you all live at your desks. You guys offer the best support on the planet.<br />]]></description>
          <pubDate>Fri, 18 Jul 2008 19:09:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192553#post2192553</guid>
        </item>
                <item>
          <title>Re: [Dave] Drop down menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192533#post2192533</link>
          <description><![CDATA[Hey Dave - do you ever sleep?<br /><br />Thanks again for your quick response. Your code worked great once I realized my mistake. I use Dreamweaver in conjunction with CMS Builder so when I created the menu I used the &quot;List Menu&quot; format. Time for a vacation. <br /><br />Here's the snippet I ended with:<br /><br />In the head tags:<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />&lt;!--<br />function MM_jumpMenu(targ,selObj,restore){ //v3.0<br />  eval(targ+&quot;.location='&quot;+selObj.options[selObj.selectedIndex].value+&quot;'&quot;);<br />  if (restore) selObj.selectedIndex=0;<br />}<br />//--&gt;<br />&lt;/script&gt;<br /><br />Inside the body tag:<br /><br />&lt;select name=&quot;jumpMenu&quot; id=&quot;jumpMenu&quot; onchange=&quot;MM_jumpMenu('parent',this,0)&quot;&gt;<br />	  &lt;option&gt;Select Semester&lt;/option&gt;<br />  &lt;?php foreach ($listRows as $record): ?&gt;  <br />  &lt;?php <br />    if (@$lastSemester == $record['category_name']) { continue; } // skip this one <br />    $lastSemester = $record['category_name']; // keep track of last seen semester <br />  ?&gt;<br />      &lt;option value=&quot;coursesList.php?category=&lt;?php echo $record['category_name'] ?&gt;&quot;&gt; &lt;?php echo $record['category_name'] ?&gt; &lt;/option&gt;  <br />    &lt;?php endforeach ?&gt;  <br />        &lt;/select&gt;<br /><br />I strayed a little from your code and set up a separate section edition for &quot;Semesters.&quot; Next time, I'm going to try it using a list field in the article editor, your code and the right Dreamweaver code for jump menu. <br /><br />This is a win-win. My client is getting a cool site, she's loving how easy it is to enter content, I'm loving how much I can customize it PLUS I think I'm learning a little PHP. <br /><br />The page isn't perfect yet - I'm still tweaking but here it is: http://www.uga.edu/dev/ecology/coursesList.php?category=Fall%202008<br /><br />Thanks again!<br />Jan<br />]]></description>
          <pubDate>Thu, 17 Jul 2008 20:07:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192533#post2192533</guid>
        </item>
                <item>
          <title>Drop down menu</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192504#post2192504</link>
          <description><![CDATA[I have created a &quot;courses&quot; list page (http://www.uga.edu/dev/ecology/coursesList.php). I only set up one section editor but I included a field called &quot;semester&quot; where I listed Fall 2008, Spring 2009, Summer 2009...etc. <br /><br />What I wanted to include on my &quot;courses&quot; list page is a drop down menu populated by the [semester] field. <br /><br />This code populates the drop down menu:<br /><br />&lt;form method=&quot;get&quot; action=&quot;coursesList.php&quot;&gt; <br />&lt;select name=&quot;Semester&quot;&gt; <br />  &lt;?php foreach ($listRows as $record): ?&gt;  <br />      &lt;option value=&quot;&lt;?php echo $record['semester'] ?&gt;&quot;&gt; &lt;?php echo $record['semester'] ?&gt; &lt;/option&gt;  <br />    &lt;?php endforeach ?&gt;   &lt;/form&gt;<br /><br />but I don't know how to limit the results to one (right now it lists Fall 2008 as many times as there are records) and I don't know how to tell the code to show only &quot;Fall 2008&quot; courses when selected, &quot;Spring 2009&quot; courses when selected, etc. <br /><br />Can this be done? <br /><br />Jan<br />]]></description>
          <pubDate>Wed, 16 Jul 2008 16:02:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192504#post2192504</guid>
        </item>
                <item>
          <title>Re: [kevbarker] Category sidebars</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192501#post2192501</link>
          <description><![CDATA[Happy to - the development site is at http://www.uga.edu/dev/ecology/ and the section Dave and I were working on is at http://www.uga.edu/dev/ecology/admissionsList.php?category=Undergraduate and http://www.uga.edu/dev/ecology/admissionsList.php?category=Graduate<br /><br />I can't keep up with my content editor - I see she's already deleted my test articles but there's one or two up that will show you what we were trying to achieve. <br /><br />Jan<br />]]></description>
          <pubDate>Wed, 16 Jul 2008 12:46:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192501#post2192501</guid>
        </item>
                <item>
          <title>Re: [Dave] Category sidebars</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192499#post2192499</link>
          <description><![CDATA[Thanks so much Dave. Your solution worked perfectly. My client can now add content to sidebars that appear on both the category list page and all the articles within that category. PLUS she can write separate sidebars based on the category. <br /><br />Here's the solution in a nutshell: <br />1. Admin &gt; Section Editor &gt; Create a section with your categories (Section Name:  Cat A, Cat B). I named this section &quot;Admissions&quot; with Undergraduate and Graduate as my categories.<br />2. Admin &gt; Section Editor &gt; Create another section for your sidebars Add a field for [content] and a list field containing the categories listed above (Cat A, Cat B). I named my section editor &quot;Admissions Resource List&quot; and included a list field containing &quot;Undergraduate&quot; and &quot;Graduate&quot; as options.<br /><br />Now my client can now create sidebars in the &quot;Admissions Resource List&quot; section and choose which category she'd like that sidebar to appear. The sidebar appears on both the category (List) page and the article pages. <br /><br />Here's the code for the admissionList.php page. I put it in a right sidebar div tag (well, actually Dave did... thank you Dave):<br /><br />&lt;!-- STEP1: Load Record List (Paste this above other steps) --&gt;<br />    &lt;?php<br />      require_once &quot;/usr/www/uga/htdocs/dev/cmsAdmin/lib/viewer_functions.php&quot;;<br />      $options = array(); <br />      $options['tableName'] = 'your_section_name; <br />      $escapedCategory = mysql_real_escape_string(@$_REQUEST['category']);<br />      $options['where'] = &quot;category = '$escapedCategory'&quot;;<br /><br />      $record = getRecord($options); <br />    ?&gt;<br />  &lt;!-- /STEP1: Load Record List inside sidebar DIV tag --&gt;<br />  <br />  &lt;?php echo $record['content'] ?&gt;<br /><br />Here's the code for admissionsPage.php (article pages). Instead of $_REQUEST['category']  use $record['category'] (or whatever variable holds the category name) instead.  Like this:<br /><br />     $escapedCategory = mysql_real_escape_string(@$record['category']);<br />      $options['where'] = &quot;category = '$escapedCategory'&quot;; :<br /><br />&lt;!-- STEP1 for article pages: Load Record List (Paste this above other steps) --&gt;<br />    &lt;?php<br />      require_once &quot;/usr/www/uga/htdocs/dev/cmsAdmin/lib/viewer_functions.php&quot;;<br />      $options = array(); <br />      $options['tableName'] = 'your_section_name'; <br /><br />      $escapedCategory = mysql_real_escape_string(@$record['category']);<br />      $options['where'] = &quot;category = '$escapedCategory'&quot;;<br /><br />      $record = getRecord($options); <br />    ?&gt;<br />  &lt;!-- /STEP1: Load Record List inside article page sidebar DIV --&gt;<br />  <br />  &lt;?php echo $record['content'] ?&gt;&lt;br/&gt;<br /><br /><br />Worked like a charm!<br /><br />Thanks again Dave,<br /><br />Jan<br />]]></description>
          <pubDate>Wed, 16 Jul 2008 09:15:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192499#post2192499</guid>
        </item>
                <item>
          <title>Re: [Dave] Category sidebars</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192472#post2192472</link>
          <description><![CDATA[It's a multi-page section. I thought I could create two articles in the section - one for the undergraduate admissions sidebar which should appear on all the undergraduate admission pages (this is the placeholder content: Mark your calendar-Undergraduate: / Helpful links - Undergraduate:); the other for the graduate admissions sidebar which should appear on the graduate admission pages  (this is the placeholder content: Mark your calendar-Graduate: / Helpful links - Graduate:). <br /><br />The sidebar you see on the graduate page is actually the content from the undergraduate sidebar. <br /><br />I hope that makes sense. <br /><br />Jan<br />]]></description>
          <pubDate>Mon, 14 Jul 2008 17:46:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192472#post2192472</guid>
        </item>
                <item>
          <title>Re: [Dave] Category sidebars</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192465#post2192465</link>
          <description><![CDATA[Hi Dave - Great talking with you today. And thanks for getting back to me about my sidebar situation. I've chosen a different route which I think will be easier for my client to update. Instead of adding two fields to my category section editor, I've created a special section called &quot;Admissions Resource List&quot; with title, content and a choice of categories - &quot;Undergraduate&quot; and &quot;Graduate.&quot; I thought that if I write this in both my admissions.php and my admissionsList.php pages: <br /><br />&lt;!-- Record List--&gt;<br />    &lt;?php<br />      require_once &quot;/usr/www/uga/htdocs/dev/cmsAdmin/lib/viewer_functions.php&quot;;<br />      $options = array();                <br />      $options['tableName'] = 'admissions_resources'; <br />      $options['recordNum'] = '';        <br />      $options['where']     = '';        <br />      $record = getRecord($options);<br />    ?&gt;<br />  &lt;!-- /Record List --&gt;<br />  <br /><br />&lt;?php if ($record['category'] == 'Undergraduate'): ?&gt; <br />     &lt;?php echo $record['content'] ?&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />    <br />    &lt;?php if ($record['category'] == 'Graduate'): ?&gt; <br />     &lt;?php echo $record['content'] ?&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br /> <br />  &lt;!-- /Record List --&gt;<br /><br />...it would work. And it does, sort of.... the results are a bit mixed. <br /><br />The undergraduate list and article pages work great [http://uga.edu/dev/ecology/admissionsList.php?category=Undergraduate]<br /><br />The graduate list page shows my undergraduate sidebar. The graduate article page doesn't show anything at all.<br />[http://uga.edu/dev/ecology/admissionsList.php?category=Graduate]<br /><br />Bummer. So close... yet still so far away. <br /><br />Jan<br />]]></description>
          <pubDate>Mon, 14 Jul 2008 15:57:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192465#post2192465</guid>
        </item>
                <item>
          <title>Category sidebars</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192376#post2192376</link>
          <description><![CDATA[Hi everyone - <br /><br />I'm trying to make it easy on my client by including special sidebars in one of the categories of my site. There's two sections in this category and each sidebar is specific to a section. <br /><br />I thought I'd add a couple of sidebar fields to the category database and call those fields into the list and article pages. So far so good.... except both sidebars appear on each page. It looks like I've got to add more parameters into the code. If Undergraduate, then write this sidebar; if Graduate, then write this sidebar. <br /><br />Here's my code so far:<br /><br />&lt;?php include (&quot;/usr/www/uga/htdocs/dev/cmsAdmin/templateFiles/viewers/admissionsCategoriesListViewer.php&quot;); ?&gt;<br />&lt;?php foreach ($listRows as $record):  ?&gt;<br /><br />&lt;?php if (!$record['hide_this_category_from_menu']): ?&gt; //hides one of my categories<br /><br />&lt;h4&gt;&lt;?php echo $record['sidebar_resource_header_a'] ?&gt;&lt;/h4&gt;<br />      &lt;?php echo $record['sidebar_resourse_list_a'] ?&gt;<br />      &lt;h4&gt;&lt;?php echo $record['sidebar_resource_header_b'] ?&gt;&lt;/h4&gt;<br />      &lt;?php echo $record['sidebar_resource_list_b'] ?&gt;<br />&lt;?php endif ?&gt;<br />    		&lt;?php endforeach ?&gt;<br /><br />I don't know how to write this PHP into the above context - <br />      if ($type == 'Undergraduate'):  <br />      if ($type == 'Graduate'):  <br /><br />Here's the example in all it's duplicious glory: http://uga.edu/dev/ecology/admissionsList.php?category=Undergraduate<br /><br />and http://uga.edu/dev/ecology/admissions.php?Article_One-1/<br /><br />Can you help me?<br /><br />Jan<br />]]></description>
          <pubDate>Tue, 08 Jul 2008 13:50:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192376#post2192376</guid>
        </item>
                <item>
          <title>Re: [Dave] One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192026#post2192026</link>
          <description><![CDATA[To the rescue, again. That worked perfectly. <br /><br />Now if only you had some magic code that would stop my client from making tons of revisions and rewrites.<br /><br />Jan<br />]]></description>
          <pubDate>Wed, 18 Jun 2008 17:28:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192026#post2192026</guid>
        </item>
                <item>
          <title>Re: [Dave] One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192001#post2192001</link>
          <description><![CDATA[Thanks! Here's the snippet that formats the records:<br /><br />&lt;!-- CONTENT: DIRECTORY PAGE TEMPLATE --&gt;<br />	&lt;div id=&quot;page&quot;&gt;<br />		&lt;div class=&quot;frame&quot;&gt;<br />			&lt;div class=&quot;column1of2&quot;&gt;<br />				&lt;p class=&quot;breadcrumb&quot;&gt;&lt;a href=&quot;index.php&quot;&gt;Home&lt;/a&gt; &amp;raquo; Directories&lt;/p&gt;<br />					&lt;?php <br />				$facultyDirectory = &quot;Directory Home&quot;;<br />				if (isset($_GET['faculty_directory']))<br />				{<br />					$facultyDirectory = $_GET['faculty_directory'];<br />				}<br />				?&gt;<br />                <br />				&lt;!-- full profile records starts here --&gt;<br />				&lt;?php include (&quot;/usr/www/uga/htdocs/dev/cmsAdmin/templateFiles/viewers/facultyMemberListViewer.php&quot;); ?&gt;<br /><br /><br />				&lt;h2&gt;<br />					&lt;?php echo $facultyDirectory ?&gt;<br />				&lt;/h2&gt;<br /><br />				&lt;?php foreach ($listRows as $record): ?&gt;<br />				&lt;div class=&quot;directory-listing&quot;&gt;<br />					&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;<br />						&lt;h5&gt;<br />							&lt;?php echo $record['fname'] ?&gt; &lt;?php echo $record['lname'] ?&gt;<br />						&lt;/h5&gt;<br />					&lt;/a&gt;<br />					&lt;p class=&quot;locale&quot;&gt;<br />						&lt;?php if ($record['room_number'] != &quot;&quot;): ?&gt; Room &lt;?php echo $record['room_number'] ?&gt;,&lt;?php endif ?&gt;<br />						&lt;?php echo $record['building_name'] ?&gt;<br />						&lt;br /&gt;<br />						&lt;?php echo $record['university_name'] ?&gt;<br />						&lt;br /&gt;<br />						&lt;?php echo $record['city_name'] ?&gt;, &lt;?php echo $record['state'] ?&gt; &lt;?php echo $record['zip'] ?&gt;<br />					&lt;/p&gt;<br />					&lt;p class=&quot;contact&quot;&gt;<br />						&lt;a href=&quot;mailto:&lt;?php echo $record['email'] ?&gt;&quot;&gt;<br />							&lt;?php echo $record['email'] ?&gt;<br />						&lt;/a&gt;<br />						&lt;br /&gt;<br />						&lt;?php echo $record['phone_number'] ?&gt; (voice)<br />						&lt;br /&gt;<br />						&lt;?php echo $record['fax_number'] ?&gt; (fax)<br />					&lt;/p&gt;<br />				&lt;/div&gt;<br />				&lt;?php endforeach ?&gt;<br /><br /> &lt;!-- here's the point where I'd like to say: if Adjunct Faculty, Courtesy Faculty, Conservation Faculty &gt; then write this --&gt;<br /><br />				&lt;h2&gt;<br />					&lt;?php echo $facultyDirectory ?&gt;<br />				&lt;/h2&gt;<br /><br />				&lt;?php foreach ($listRows as $record): ?&gt;<br />				&lt;div class=&quot;directory-listing&quot;&gt;<br />						&lt;h5&gt;<br />							&lt;?php echo $record['fname'] ?&gt; &lt;?php echo $record['lname'] ?&gt;<br />						&lt;/h5&gt;<br />					&lt;p class=&quot;locale&quot;&gt;<br />					&lt;?php if ($record['title'] != &quot;&quot;): ?&gt;&lt;?php echo $record['title'] ?&gt;&lt;?php endif ?&gt;<br />					&lt;a href=&quot;&lt;?php echo $record['link_to_university'] ?&gt;&quot;&gt;&lt;?php echo $record['university_name'] ?&gt;&lt;/a&gt;<br />					&lt;/p&gt;<br />					&lt;p class=&quot;contact&quot;&gt;<br />						&lt;a href=&quot;mailto:&lt;?php echo $record['email'] ?&gt;&quot;&gt;<br />							&lt;?php echo $record['email'] ?&gt;<br />						&lt;/a&gt;<br />						&lt;br /&gt;<br />						&lt;?php echo $record['phone_number'] ?&gt; (voice)<br />					&lt;/p&gt;<br />				&lt;/div&gt;<br />				&lt;?php endforeach ?&gt; <br />            <br />            &lt;?php if ($listDetails['prevPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $listDetails['prevPageLink'] ?&gt;&quot;&gt;&amp;lt;&amp;lt; prev&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      &amp;lt;&amp;lt; prev<br />    &lt;?php endif ?&gt;<br /><br /><br />            <br />            &lt;?php if ($listDetails['prevPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $listDetails['prevPageLink'] ?&gt;&quot;&gt;&amp;lt;&amp;lt; prev&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      &amp;lt;&amp;lt; prev<br />    &lt;?php endif ?&gt;<br /><br />    - page &lt;?php echo $listDetails['page'] ?&gt; of &lt;?php echo $listDetails['totalPages'] ?&gt; -<br /><br />    &lt;?php if ($listDetails['nextPage']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $listDetails['nextPageLink'] ?&gt;&quot;&gt;next &amp;gt;&amp;gt;&lt;/a&gt;<br />    &lt;?php else: ?&gt;<br />      next &amp;gt;&amp;gt;<br />    &lt;?php endif ?&gt;<br />    <br />    &lt;/div&gt;<br />        &lt;!-- faculty member list ends here --&gt;<br /><br /><br />Ross has the details regarding the database, login, etc. if you want to look at the actual database set up.<br /><br />Thanks SO MUCH! for your guidance and for the quickness of your replies. <br /><br />Jan<br />]]></description>
          <pubDate>Tue, 17 Jun 2008 07:40:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192001#post2192001</guid>
        </item>
                <item>
          <title>Re: [Dave] One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191997#post2191997</link>
          <description><![CDATA[The field that lists each category is called &quot;faculty_directory&quot; so I wrote:<br /><br />&lt;?php if ($record['faculty_directory'] == 'Regular Faculty' or $record['faculty_directory'] == 'Retired Faculty' or $record['faculty_directory'] == 'Administrative Staff' or $record['faculty_directory'] == 'Research Staff' or $record['faculty_directory'] == 'Postdoctoral Associates' or $record['faculty_directory'] == 'Graduate Students'): ?&gt; <br /><br />and I got &quot;Notice: Undefined index: faculty_directory in /usr/www/uga/htdocs/dev/ecology/directoryList.php on line 62&quot; <br /><br />I did try ($record['type'] but got the same message. <br /><br />After rereading your posts, you mentioned that my field should be called &quot;type&quot; Is that literal? If so, if I go back and replace my field name from &quot;faculty_directory&quot; to &quot;type&quot; will that mess up the records already put into the database?<br /><br />I remain PHP challenged (but nonetheless learning everyday),<br /><br />Jan<br />]]></description>
          <pubDate>Mon, 16 Jun 2008 21:38:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191997#post2191997</guid>
        </item>
                <item>
          <title>Re: [Janet] One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191995#post2191995</link>
          <description><![CDATA[Sorry - got a quickie question. How do I include multiple categories. Can I do it this way?<br /><br />&lt;?php if ($record['type'] == 'retired', 'adjunct faculty', 'courtesy faculty'): ?&gt;<br />Only show this<br />&lt;?php endif ?&gt; <br /><br />Will this work? I'm obviously PHP challenged....<br /><br />Jan<br />]]></description>
          <pubDate>Mon, 16 Jun 2008 20:41:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191995#post2191995</guid>
        </item>
                <item>
          <title>Re: [Dave] One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191994#post2191994</link>
          <description><![CDATA[This looks like it - I'll give it a try and will let you know. Thanks!...and please throw a &quot;Hello&quot; Ross's way. He developed most of the site (http://uga.edu/dev/ecology/index.php). I jumped in toward the middle so I could learn CMS Builder. (I let him do all the hard stuff.) And my client is just loving how easy it is to build all the content into the pages. A beautiful program, Dave. <br /><br />Thanks<br />Jan<br />]]></description>
          <pubDate>Mon, 16 Jun 2008 20:38:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191994#post2191994</guid>
        </item>
                <item>
          <title>Re: [Dave] One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191992#post2191992</link>
          <description><![CDATA[Thanks for the fast response, Dave. My client would like each type listed on separate directory pages. The directory page for regular faculty includes six contact information fields with fname and lname linking to their profile page. The directory page for retired faculty includes just four of the six contact information fields. They don't have profiles.<br /><br />Jan<br />(I'm saving this post, though. Bet I'll need it later.)<br />]]></description>
          <pubDate>Mon, 16 Jun 2008 20:07:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191992#post2191992</guid>
        </item>
                <item>
          <title>One list page outputting different views depending on category?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191990#post2191990</link>
          <description><![CDATA[I'm setting up a directory section for my site. The client requested 5 categories, one for each member group. Easy-peasy. I set up a directoryList.php calling the list viewer and BAM! I got 5 separate directory pages that contained the contact info and profile links for each of the groups. I should have known it wasn't going to be that easy. Now they want to change the layout for two member groups so their directory listing page contain only some of the contact info. <br /><br />Is there a way I can do this using the same directoryList.php? I've tried a few if/then iterations but no luck. <br /><br />Here's a snippet of my code:<br /><br />&lt;!-- Faculty list starts here --&gt;<br />&lt;?php include (&quot;/usr/www/uga/htdocs/dev/cmsAdmin/templateFiles/viewers/facultyMemberListViewer.php&quot;); ?&gt;<br />&lt;h2&gt;&lt;?php echo $facultyDirectory ?&gt;&lt;/h2&gt;<br />&lt;?php foreach ($listRows as $record): ?&gt;<br />&lt;div class=&quot;directory-listing&quot;&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;<br />&lt;h5&gt;&lt;?php echo $record['fname'] ?&gt; &lt;?php echo $record['lname'] ?&gt;&lt;/h5&gt;&lt;/a&gt;<br />&lt;p class=&quot;locale&quot;&gt;<br />&lt;?php if ($record['room_number'] != &quot;&quot;): ?&gt; Room &lt;?php echo $record['room_number'] ?&gt;,&lt;?php endif ?&gt;<br />&lt;/div&gt;<br />&lt;?php endforeach ?&gt;<br /><br />What I'd love is: <br /><br /><br />&lt;?php include (&quot;/usr/www/uga/htdocs/dev/cmsAdmin/templateFiles/viewers/facultyMemberListViewer.php&quot;); ?&gt;<br /><br />&lt;!-- If regular faculty, then this --&gt;<br />&lt;h2&gt;&lt;?php echo $facultyDirectory ?&gt;&lt;/h2&gt;<br />&lt;?php foreach ($listRows as $record): ?&gt;<br />&lt;div class=&quot;directory-listing&quot;&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;<br />&lt;h5&gt;&lt;?php echo $record['fname'] ?&gt; &lt;?php echo $record['lname'] ?&gt;<br />&lt;/h5&gt;<br />&lt;/a&gt;<br />&lt;p class=&quot;locale&quot;&gt;<br />&lt;?php if ($record['room_number'] != &quot;&quot;): ?&gt; Room &lt;?php echo $record['room_number'] ?&gt;,&lt;?php endif ?&gt;<br />&lt;/div&gt;<br />&lt;?php endforeach ?&gt;<br /><br />(if retired faculty, then this)<br /><br />&lt;!-- Retired faculty --&gt;<br /><br />&lt;h2&gt;&lt;?php echo $facultyDirectory ?&gt;&lt;/h2&gt;<br />&lt;?php foreach ($listRows as $record): ?&gt;<br />&lt;div class=&quot;directory-listing&quot;&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;<br />&lt;h5&gt;&lt;?php echo $record['fname'] ?&gt; &lt;?php echo $record['lname'] ?&gt;<br />&lt;/h5&gt;<br />&lt;/a&gt;<br />&lt;/div&gt;<br />&lt;?php endforeach ?&gt;<br /><br />Is there some kind of magic code I can use to make this possible?<br /><br />Jan<br />]]></description>
          <pubDate>Mon, 16 Jun 2008 18:25:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191990#post2191990</guid>
        </item>
                <item>
          <title>Re: [Jake] View all articles by Author&quot; link Next Page Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225892#post2225892</link>
          <description><![CDATA[You're killing me! So easy and that was it! Thanks Jake.<br /><br />Jan<br />]]></description>
          <pubDate>Wed, 11 Jun 2008 12:17:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225892#post2225892</guid>
        </item>
                <item>
          <title>Re: [MikeB] View all articles by Author&quot; link Next Page Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225889#post2225889</link>
          <description><![CDATA[Hi Harvey and Mike:<br /><br />I'm having the same problem on my site. My "Next" link goes to <a href="http://www.uga.edu/dcsemester-bin/artman2/search.cgi?action=search&amp;page=2&amp;perpage=5&amp;template=articleLists/categoryIndexNews.html&amp;includeSubcats=1&amp;categoryNum=26" rel="nofollow">http://www.uga.edu/dcsemester-bin/artman2/search.cgi?action=search&amp;page=2&amp;perpage=5&amp;template=articleLists/categoryIndexNews.html&amp;includeSubcats=1&amp;categoryNum=26</a>   but I'm getting a 500 Internal Server Error when I click on it. This is my 3rd AM2 site so I went back to my other sites that are using this function and compared the settings. Everything seems to be fine. Not sure why <a href="http://www.uga.edu/dcsemester/news" rel="nofollow">http://www.uga.edu/dcsemester/news</a> won't link to next page. <br /><br />Could you include me in on Harvey's solution. It might be mine as well.<br /><br />Thanks<br />Jan<br />]]></description>
          <pubDate>Wed, 11 Jun 2008 05:48:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225889#post2225889</guid>
        </item>
                <item>
          <title>Re: [ross] Special Category Pages with Images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2225827#post2225827</link>
          <description><![CDATA[Ross - I seem to be having problems with images on category pages as well. My site is at <a href="http://www.uga.edu/dcsemester." rel="nofollow">http://www.uga.edu/dcsemester.</a> Since most of the categories are single pages, it was recommended that I think of my categoryIndex pages as article pages and set up the category database just like my article page database. Instead of adding content to article pages, I just entered a new category and entered the content there. Everything worked perfectly... except when I uploaded some images. First, I tried the "Image Gallery" field... no luck there. Then I tried to use the content area WYSIWYG... no luck there either. The browser button was missing from the editor. Any suggestions?<br /><br />Jan<br />]]></description>
          <pubDate>Fri, 30 May 2008 13:28:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2225827#post2225827</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191759#post2191759</link>
          <description><![CDATA[First, thanks for the .pdf tip. I had no problem adding my favored extensions to the $defaultValue['allowedExtensions'] statement.<br /><br />The linking dialogue box I was referring to is apparently part of the AM2 WYSIWYG field. The link icon pulls up a neat little Hypertext promp box that makes setting your a hrefs a little simpler for the novice. I turn my sites over to clients who are not as familiar with HTML tags and this box was such a nice help for them.<br /><br />Jan<br />]]></description>
          <pubDate>Tue, 27 May 2008 13:07:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191759#post2191759</guid>
        </item>
              </channel>
    </rss>
  