<?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%3Arobidigital</link>
        <description></description>
        <pubDate>Mon, 04 May 2026 03:46:12 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Arobidigital&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] Curious Question...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194681#post2194681</link>
          <description><![CDATA[Here you go -<br />]]></description>
          <pubDate>Thu, 11 Dec 2008 18:55:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194681#post2194681</guid>
        </item>
                <item>
          <title>Re: [robidigital] Curious Question...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194635#post2194635</link>
          <description><![CDATA[Also, it may be best to change the href to href=&quot;#&quot; on the Category Section Editor links<br />]]></description>
          <pubDate>Wed, 10 Dec 2008 17:37:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194635#post2194635</guid>
        </item>
                <item>
          <title>Re: [ross] Curious Question...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194634#post2194634</link>
          <description><![CDATA[Glad to help! <br /><br />Maybe you guys will add something very simple and similar to one of the future releases?<br />]]></description>
          <pubDate>Wed, 10 Dec 2008 17:20:03 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194634#post2194634</guid>
        </item>
                <item>
          <title>Re: [Dave] Curious Question...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194632#post2194632</link>
          <description><![CDATA[Hey guys, I was having the same problem with need some organization or grouping of the sections in the left menu in the newest v1.23. So I came up with a not too complicated workaround. <br /><br />I wasn't using the Category Section Editors so I found a use for them. <br /><br />I created a Category Section Editor for each of my Top Level Categories or Groups. Then I dragged and dropped each Section editor under the proper Top Level Category (category section editor). The next step was to get the Top Level Category links to look different from all of the other section editor links, which can be done by following the instructions below. <br /><br />In /lib/menus/header_functions<br /><br />add<br /><code>$thisMenu['menuType'] = $schema['menuType']; //RBD</code><br />just below<br /><code>$thisMenu['tableName'] = $tableName;</code><br />in the getMenuList function<br /><br />add<br /><code>'menuType' =&gt; $menuOption['type'] //RBD</code><br />just below<br /><code>'tableName' =&gt; $menuOption['key'],</code><br /><br />comment out the line<br /><code>$menuLinks .= &quot;&lt;li&gt;&lt;a href='?menu={$row['tableName']}' class='$menuClass'&gt;&quot; . htmlspecialchars($row['menuName']) .&quot;&lt;/a&gt;&lt;/li&gt;\n&quot;;</code><br /><br />and add below it<br /><br /><code>	//RBD custom category menu link formatting to be used to define top level categories. <br />	if($row['menuType'] == 'category'){ <br />		$menuLinks .= &quot;&lt;li&gt;&lt;a href='?menu={$row['tableName']}' class='$menuClass' id='menu&quot; . $row['menuType'] . &quot;'&gt;&quot; . htmlspecialchars($row['menuName']) .&quot;&lt;/a&gt;&lt;/li&gt;\n&quot;;<br />    } else {<br />		$menuLinks .= &quot;&lt;li&gt;&lt;a href='?menu={$row['tableName']}' class='$menuClass'&gt;&quot; . htmlspecialchars($row['menuName']) .&quot;&lt;/a&gt;&lt;/li&gt;\n&quot;;<br />	}<br />   }<br />   //RBD END</code><br /><br /><br /><br />In /css/ui.css add the following style or customize it to fit your preference. <br /><code>#menuBar a#menucategory {background-color: #000;}<br />#menuBar a:hover#menucategory {background-color: #000;}</code><br />]]></description>
          <pubDate>Wed, 10 Dec 2008 17:06:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194632#post2194632</guid>
        </item>
              </channel>
    </rss>
  