<?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 : Forum&#146;s Category</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 : Forum&#146;s Category]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 02:26:50 +0000</pubDate>
  <lastBuildDate>Mon, 10 Nov 2003 12:59:39 +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=7141</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[Forum&#146;s Category : To achieve this in the SQL version...]]></title>
   <link>https://forums.webwiz.net/forums-category_topic7141_post35673.html#35673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3422">Mc Brain</a><br /><strong>Subject:</strong> 7141<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2003 at 12:59pm<br /><br /><P>To achieve this in the SQL version you should go...</P><P><strong>forum_topics.asp</strong></P><P><FONT color=#000066>where it says:<BR></FONT><FONT color=#666666>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left" class="bold"&gt;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle"&gt;&amp;nbsp;&lt;a href="default.asp" target="_self" class="boldLink"&gt;&lt;% = strMainForumName %&gt;&lt;/a&gt;&lt;%<BR>&nbsp; <BR>Response.Write(strNavSpacer)</FONT></P><P><FONT color=#000033>should say:<BR></FONT><FONT color=#ff0000>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left" class="bold"&gt;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle"&gt;&amp;nbsp;&lt;a href="default.asp" target="_self" class="boldLink"&gt;&lt;% = strMainForumName %&gt;&lt;/a&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left" class="bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle" class="boldLink"&gt;&amp;nbsp;&lt;a href="default.asp?C=&lt;% =rsForum("Cat_ID") %&gt;" target="_self" class="boldLink"&gt;&lt;% = rsForum("Cat_Name") %&gt;&lt;/a&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left"  class="bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp ; ; ;nbsp;&amp;nbsp;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle" class="boldLink"&gt;&amp;nbsp;<BR>&nbsp; &lt;%</FONT></P><P><FONT color=#ff0000>'Response.Write(strNavSpacer)</FONT></P><P><FONT color=#000000>------------------------------</FONT></P><P><FONT color=#000000><strong>forum_posts.asp</strong></FONT></P><P><FONT color=#000066>where it says:<BR></FONT><FONT color=#666666>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left" width="95%" class="bold"&gt;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle"&gt;&amp;nbsp;&lt;a href="default.asp" target="_self" class="boldLink"&gt;&lt;% = strMainForumName %&gt;&lt;/a&gt;&lt;%<BR>&nbsp; <BR>Response.Write(strNavSpacer)</FONT></P><P><FONT color=#000066>should say:<BR></FONT><FONT color=#ff0000>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left" width="95%" class="bold"&gt;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle"&gt;&amp;nbsp;&lt;a href="default.asp" target="_self" class="boldLink"&gt;&lt;% = strMainForumName %&gt;&lt;/a&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left" class="bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle" class="boldLink"&gt;&amp;nbsp;&lt;a href="default.asp?C=&lt;% =rsPost("Cat_ID") %&gt;" target="_self" class="boldLink"&gt;&lt;% = rsPost("Cat_Name") %&gt;&lt;/a&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr&gt;<BR>&nbsp; &lt;td align="left"  class="bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp ; ; ;nbsp;&amp;nbsp;&lt;img src="&lt;% = strImagePath %&gt;open_folder_icon.gif" border="0" align="absmiddle" class="boldLink"&gt;&amp;nbsp;<BR>&lt;%&nbsp; <BR>'Response.Write(strNavSpacer)</FONT></P><P><FONT color=#000000>----------------------------</FONT></P><P><FONT color=#000000>Stored Procedures changes:</FONT></P><P><strong>wwfSpThreadDetails</strong> should be:<BR>CREATE PROCEDURE &#091;dbo&#093;.&#091;wwfSpThreadDetails&#093; (@lngTopicID int) AS <BR>SELECT&nbsp; tblTopic.*, tblThread.*, tblAuthor.Username, tblAuthor.Homepage, <BR>tblAuthor.Location, tblAuthor.No_of_posts, tblAuthor.Join_date, <BR>tblAuthor.Signature, tblAuthor.Active, tblAuthor.Avatar, tblAuthor.Avatar_title, <BR>tblGroup.Name, tblGroup.Stars, tblGroup.Custom_stars,<BR>tblCategory.Cat_ID, tblCategory.Cat_Name <BR>FROM tblTopic, tblThread, tblAuthor, tblGroup, tblForum, tblCategory<BR>WHERE tblTopic.Topic_ID = tblThread.Topic_ID&nbsp; AND tblAuthor.Author_ID = tblThread.Author_ID <BR>&nbsp; AND tblAuthor.Group_ID = tblGroup.Group_ID AND tblTopic.Topic_ID = @lngTopicID <BR>&nbsp; AND tblForum.Forum_ID = tblTopic.Forum_ID<BR>&nbsp; AND tblCategory.Cat_ID = tblForum.Cat_ID<BR>ORDER BY tblThread.Message_date ASC;<BR>GO<BR><BR>------</P><P><strong>wwfSpForumsAllWhereForumIs</strong> should be:<BR>CREATE PROCEDURE &#091;dbo&#093;.&#091;wwfSpForumsAllWhereForumIs&#093; ( @intForumID int )&nbsp; AS SELECT tblForum.*, tblCategory.Cat_Name, tblCategory.Cat_Id FROM tblForum INNER JOIN tblCategory ON tblForum.Cat_ID = tblCategory.Cat_ID WHERE Forum_ID = @intForumID;<BR>GO<BR></P><span style="font-size:10px"><br /><br />Edited by Mc Brain</span>]]>
   </description>
   <pubDate>Mon, 10 Nov 2003 12:59:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forums-category_topic7141_post35673.html#35673</guid>
  </item> 
  <item>
   <title><![CDATA[Forum&#146;s Category : I would add this in the Mod&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/forums-category_topic7141_post35662.html#35662</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=3422">Mc Brain</a><br /><strong>Subject:</strong> 7141<br /><strong>Posted:</strong> 10&nbsp;November&nbsp;2003 at 12:17pm<br /><br /><P>I would add this in the Mod's forums.... but I don't have access to post in there. May I add the code in here anyway?</P><P>I think it should be useful to place the name of the category we're in. Have a look at the picture:</P><P><img src="http://emilianomartin.com.ar/AllKindOfStuff/Forum's%20Category.jpg" border="0"></P><P>As you might think there could be many forum's "bugs" within the Forums. Especially if the forums are for different application. The same happens with "Suggestion" or any other forum.</P><P>One way to solve this could be to include the name of the category in the name. In the image's example should be "DokuViz.Bugs" (or could just be DV.Bugs).</P><P>By the way, I like the treeview's idea (image above) better, so that's how I&nbsp;modified the forums's code to show this information. </P>]]>
   </description>
   <pubDate>Mon, 10 Nov 2003 12:17:23 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forums-category_topic7141_post35662.html#35662</guid>
  </item> 
 </channel>
</rss>