<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Category Question</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Category Question]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:21:27 +0000</pubDate>
  <lastBuildDate>Fri, 24 Mar 2006 12:16:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=18835</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Category Question : You would need to create this...]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post102244.html#102244</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 24&nbsp;March&nbsp;2006 at 12:16pm<br /><br />You would need to create this as a mod, check the mods forum it has not been done already.]]>
   </description>
   <pubDate>Fri, 24 Mar 2006 12:16:12 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post102244.html#102244</guid>
  </item> 
  <item>
   <title><![CDATA[Category Question :  Instead of adding an additional...]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post102218.html#102218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19725">onlinetracker</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 23&nbsp;March&nbsp;2006 at 9:15pm<br /><br /><DIV></DIV>&nbsp;<DIV>&nbsp;Instead of adding an additional thread, I'm just going to post here.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;I'm interested in making it so that when you click on a category, it displays ONLY that category and its contents. Right now, when you click on any category it displays all categories (without content)&nbsp;and the chosen category contents broken down more.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Is this an option that I've not located or is this a Mod?</DIV><DIV>&nbsp;</DIV><DIV>Thanks, btw, again, great job -boRg-.</DIV>]]>
   </description>
   <pubDate>Thu, 23 Mar 2006 21:15:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post102218.html#102218</guid>
  </item> 
  <item>
   <title><![CDATA[Category Question : It did have this but is was removed...]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post101919.html#101919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2006 at 5:36pm<br /><br />It did have this but is was removed for performance reasons.<br><br>Although it is still wise to set the correct order in the admin section as there are many other parts that issue will happen if forum orders are not correctly set.<br><br>I'm going to look at implementing a system for the final version that will auto set the category and forum order, for those people who overlook doing this in the admin section.<br>]]>
   </description>
   <pubDate>Tue, 21 Mar 2006 17:36:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post101919.html#101919</guid>
  </item> 
  <item>
   <title><![CDATA[Category Question : Replacing this   strSQL = &amp;#034;&amp;#034;...]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post101918.html#101918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9441">ljamal</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2006 at 5:32pm<br /><br />Replacing this<br /><table width="99%"><tr><td><pre class="BBcode"><br />strSQL = "" & _<br />"SELECT " & strDbTable & "Category.Cat_ID, " & strDbTable & "Category.Cat_name, " & strDbTable & "Forum.Forum_ID, " & strDbTable & "Forum.Sub_ID, " & strDbTable & "Forum.Forum_name, " & strDbTable & "Forum.Forum_description, " & strDbTable & "Forum.No_of_topics, " & strDbTable & "Forum.No_of_posts, " & strDbTable & "Author.Username, " & strDbTable & "Forum.Last_post_author_ID, " & strDbTable & "Forum.Last_post_date, " & strDbTable & "Forum.Password, " & strDbTable & "Forum.Locked, " & strDbTable & "Forum.Hide, " & strDbTable & "Permissions.View_Forum " & _<br />"FROM " & strDbTable & "Category" & strDBNoLock & ", " & strDbTable & "Forum" & strDBNoLock & ", " & strDbTable & "Permissions" & strDBNoLock & ", " & strDbTable & "Author" & strDBNoLock & " " & _<br />"WHERE " & strDbTable & "Category.Cat_ID = " & strDbTable & "Forum.Cat_ID " & _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND " & strDbTable & "Forum.Forum_ID = " & strDbTable & "Permissions.Forum_ID " & _ <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND " & strDbTable & "Forum.Last_post_author_ID = " & strDbTable & "Author.Author_ID " & _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND (" & strDbTable & "Permissions.Author_ID = " & lngLoggedInUserID & " OR " & strDbTable & "Permissions.Group_ID = " & intGroupID & ") " & _<br />"ORDER BY " & strDbTable & "Category.Cat_order, " & strDbTable & "Forum.Forum_Order;"<br /></pre></td></tr></table><br />with this<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />strSQL = "" & _<br />"SELECT " & strDbTable & "Category.Cat_ID, " & strDbTable & "Category.Cat_name, " & strDbTable & "Forum.Forum_ID, " & strDbTable & "Forum.Sub_ID, " & strDbTable & "Forum.Forum_name, " & strDbTable & "Forum.Forum_description, " & strDbTable & "Forum.No_of_topics, " & strDbTable & "Forum.No_of_posts, " & strDbTable & "Author.Username, " & strDbTable & "Forum.Last_post_author_ID, " & strDbTable & "Forum.Last_post_date, " & strDbTable & "Forum.Password, " & strDbTable & "Forum.Locked, " & strDbTable & "Forum.Hide, " & strDbTable & "Permissions.View_Forum " & _<br />"FROM " & strDbTable & "Category" & strDBNoLock & ", " & strDbTable & "Forum" & strDBNoLock & ", " & strDbTable & "Permissions" & strDBNoLock & ", " & strDbTable & "Author" & strDBNoLock & " " & _<br />"WHERE " & strDbTable & "Category.Cat_ID = " & strDbTable & "Forum.Cat_ID " & _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND " & strDbTable & "Forum.Forum_ID = " & strDbTable & "Permissions.Forum_ID " & _ <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND " & strDbTable & "Forum.Last_post_author_ID = " & strDbTable & "Author.Author_ID " & _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND (" & strDbTable & "Permissions.Author_ID = " & lngLoggedInUserID & " OR " & strDbTable & "Permissions.Group_ID = " & intGroupID & ") " & _<br />"ORDER BY " & strDbTable & "Category.Cat_order, "<font color=red>& strDbTable & "Category.Cat_ID, "</font> & strDbTable & "Forum.Forum_Order;"<br /></pre></td></tr></table><br /><br />should make the display on default.asp more accurate.]]>
   </description>
   <pubDate>Tue, 21 Mar 2006 17:32:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post101918.html#101918</guid>
  </item> 
  <item>
   <title><![CDATA[Category Question :  Gotcha, thanks. ]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post101915.html#101915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19725">onlinetracker</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2006 at 5:13pm<br /><br /><DIV>&nbsp;</DIV><DIV>&nbsp;Gotcha, thanks.</DIV>]]>
   </description>
   <pubDate>Tue, 21 Mar 2006 17:13:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post101915.html#101915</guid>
  </item> 
  <item>
   <title><![CDATA[Category Question : You will get problems like this...]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post101914.html#101914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2006 at 5:09pm<br /><br />You will get problems like this if you don't correctly set the order of forums and categories in the admin area.<br><br>It's just the way the coding now works, if the correct order for forums and categories is not set it screws things up throughout the board<br>]]>
   </description>
   <pubDate>Tue, 21 Mar 2006 17:09:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post101914.html#101914</guid>
  </item> 
  <item>
   <title><![CDATA[Category Question :  Okay, so here is my situation....]]></title>
   <link>https://forums.webwiz.net/category-question_topic18835_post101913.html#101913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19725">onlinetracker</a><br /><strong>Subject:</strong> 18835<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2006 at 5:02pm<br /><br /><DIV></DIV>&nbsp;<DIV>&nbsp;Okay, so here is my situation. I have 2 Categories,&nbsp;3 Forums, and 3 Sub-Forums in a brand new, unmodded 8.0 installation.</DIV><DIV>&nbsp;</DIV><DIV>The Structure is:</DIV><DIV>&nbsp;</DIV><DIV>Category 1</DIV><DIV>&nbsp;&nbsp; Forum 1a</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Sub-Forum 1</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Sub-Forum 2</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Sub-Forum 3</DIV><DIV>&nbsp;&nbsp; Forum 1b</DIV><DIV>&nbsp;</DIV><DIV>Category 2</DIV><DIV>&nbsp;&nbsp; Forum 2a</DIV><DIV>&nbsp;</DIV><DIV>However, when they display on the site &#091;outside of the admin console&#093; they show up as:</DIV><DIV>&nbsp;</DIV><DIV><DIV>Category 1</DIV><DIV>&nbsp;&nbsp; Forum 1a</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Sub-Forum 1</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Sub-Forum 2</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; Sub-Forum 3</DIV><DIV>&nbsp;</DIV><DIV><DIV>Category 2</DIV><DIV>&nbsp;&nbsp; Forum 2a</DIV><DIV>&nbsp;</DIV><DIV>Category 1</DIV></DIV><DIV>&nbsp;&nbsp; Forum 1b</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I thought that Categories are supposed to rope any Forum configured for a category, into that category and nothing will display outside of it.</DIV><DIV>&nbsp;</DIV><DIV>Hope that clears up my previous question.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for the quick response btw... sorry I posted this originally in the wrong Forum.</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 21 Mar 2006 17:02:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/category-question_topic18835_post101913.html#101913</guid>
  </item> 
 </channel>
</rss>