<?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 : problem to add new forum</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 : problem to add new forum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 11:47:00 +0000</pubDate>
  <lastBuildDate>Sat, 17 Jun 2006 15:29:45 +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=20258</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[problem to add new forum : Find it with our help  In fact...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109223.html#109223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18603">Flyman30</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 17&nbsp;June&nbsp;2006 at 3:29pm<br /><br />Find it with our help&nbsp;  <img alt="Smile" src="https://forums.webwiz.net/smileys/smiley1.gif" align="absmiddle" border="0"><br>In fact the default value (for administrator) is 3 in my database ! So I change this value in admin_forum_details.asp and that OK.<br>Users can see the new forum <img alt="Wink" src="https://forums.webwiz.net/smileys/smiley2.gif" align="absmiddle" border="0"><br>]]>
   </description>
   <pubDate>Sat, 17 Jun 2006 15:29:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109223.html#109223</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum : This SQL works, but only if default...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109220.html#109220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 17&nbsp;June&nbsp;2006 at 11:26am<br /><br />This SQL works, but only if default values are set correctly.<br><br>When you create a new forum the default value of 1 (for Administrator) account needs to be placed in the column Last_post_author_ID, and in the column Last_post_date needs to have the present time and date using the default value getDate()<br><br>Once these default values are set correctly in tblForum then new forums will appear without any problem when created in the admin area.<br>]]>
   </description>
   <pubDate>Sat, 17 Jun 2006 11:26:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109220.html#109220</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum : Ok the default values are good...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109215.html#109215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18603">Flyman30</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 17&nbsp;June&nbsp;2006 at 9:01am<br /><br /><br>Ok the default values are good in the tables&nbsp;&nbsp; &nbsp;<br>I found where is located the problem, but not yet the solution!&nbsp;&nbsp; &nbsp;<br>In this SELECT located in the file default.asp &nbsp;<br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> strSQL = "" &amp; _<br>"SELECT " &amp; strDbTable &amp; "Category.Cat_ID, " &amp; strDbTable &amp; "Category.Cat_name, " &amp; strDbTable &amp; "Forum.Forum_ID, " &amp; strDbTable &amp; "Forum.Sub_ID, " &amp; strDbTable &amp; "Forum.Forum_name, " &amp; strDbTable &amp; "Forum.Forum_description, " &amp; strDbTable &amp; "Forum.No_of_topics, " &amp; strDbTable &amp; "Forum.No_of_posts, " &amp; strDbTable &amp; "Author.Username, " &amp; strDbTable &amp; "Forum.Last_post_author_ID, " &amp; strDbTable &amp; "Forum.Last_post_date, " &amp; strDbTable &amp; "Forum.Password, " &amp; strDbTable &amp; "Forum.Locked, " &amp; strDbTable &amp; "Forum.Hide, " &amp; strDbTable &amp; "Permissions.View_Forum " &amp; _<br>"FROM " &amp; strDbTable &amp; "Category" &amp; strDBNoLock &amp; ", " &amp; strDbTable &amp; "Forum" &amp; strDBNoLock &amp; ", " &amp; strDbTable &amp; "Permissions" &amp; strDBNoLock &amp; ", " &amp; strDbTable &amp; "Author" &amp; strDBNoLock &amp; " " &amp; _<br>"WHERE " &amp; strDbTable &amp; "Category.Cat_ID = " &amp; strDbTable &amp; "Forum.Cat_ID " &amp; _<br>&nbsp;&nbsp; &nbsp;"AND " &amp; strDbTable &amp; "Forum.Forum_ID = " &amp; strDbTable &amp; "Permissions.Forum_ID " &amp; _ <br>&nbsp;&nbsp; &nbsp;"AND " &amp; strDbTable &amp; "Forum.Last_post_author_ID = " &amp; strDbTable &amp; "Author.Author_ID " &amp; _<br>&nbsp;&nbsp; &nbsp;"AND (" &amp; strDbTable &amp; "Permissions.Author_ID = " &amp; lngLoggedInUserID &amp; " OR " &amp; strDbTable &amp; "Permissions.Group_ID = " &amp; intGroupID &amp; ") " &amp; _<br>"ORDER BY " &amp; strDbTable &amp; "Category.Cat_order, " &amp; strDbTable &amp; "Forum.Forum_Order, " &amp; strDbTable &amp; "Permissions.Author_ID DESC;"</td></tr></table><br>&nbsp; <br>When I delete this line:<br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> &nbsp;&nbsp;&nbsp; "AND " &amp; strDbTable &amp; "Forum.Last_post_author_ID = " &amp; strDbTable &amp; "Author.Author_ID " &amp; _</td></tr></table><br><br>The new forum appears, that gives you&nbsp; a track to find a solution?&nbsp; <br>]]>
   </description>
   <pubDate>Sat, 17 Jun 2006 09:01:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109215.html#109215</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum :  It sounds then that your database...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109052.html#109052</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 14&nbsp;June&nbsp;2006 at 9:12pm<br /><br />It sounds then that your database is not created correctly when you upsized it from Access, and as I mentioned before (looking back through the posts) the database is not setting the default values.<br><br>This means that in tblForum the default value for Last_post_author_ID is not being set as 1 and the Last_post_date as GetDate()<br><br>If the default values for these fields have not been set then I imagine your entire forum will be the same and you will get other issues.<br><br>You will need to go back and do the upsize from Access again, this time making sure that all default values are created on the SQL Server database.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 14&nbsp;June&nbsp;2006 at 9:15pm</span>]]>
   </description>
   <pubDate>Wed, 14 Jun 2006 21:12:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109052.html#109052</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum :    -boRg- wrote:The best thing...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109047.html#109047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18603">Flyman30</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 14&nbsp;June&nbsp;2006 at 7:51pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />The best thing to do is add the new category after upgrading to version 8, not before.<br><br>The new category will display, but only after you add a forum in that category.<br></td></tr></table><br><br>I know that, and I do, it still not appears <img alt="Cry" src="https://forums.webwiz.net/smileys/smiley19.gif" align="absmiddle" border="0"><br>]]>
   </description>
   <pubDate>Wed, 14 Jun 2006 19:51:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109047.html#109047</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum : The best thing to do is add the...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109043.html#109043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 14&nbsp;June&nbsp;2006 at 7:20pm<br /><br />The best thing to do is add the new category after upgrading to version 8, not before.<br><br>The new category will display, but only after you add a forum in that category.<br>]]>
   </description>
   <pubDate>Wed, 14 Jun 2006 19:20:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109043.html#109043</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum : I start with the access forum...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109036.html#109036</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18603">Flyman30</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 14&nbsp;June&nbsp;2006 at 5:26pm<br /><br />I start with the access forum version 7.95, the new category appears for the users .<br>&nbsp;I am trying&nbsp; to upload the version 8.02 with your upgrade tool, but when I try to add a new category it doesn't appear for the users. <br><br>I have tried three times, but I have the same problem each time. <br>It seems to be a problem with the&nbsp; upgrade tool,&nbsp; can you help me with this problem?<br>I have changed my base access to SQL server, but I still have the same problem. <br> <br>]]>
   </description>
   <pubDate>Wed, 14 Jun 2006 17:26:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post109036.html#109036</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum :  Categories will appear as soon...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post108965.html#108965</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2006 at 8:11am<br /><br />Categories will appear as soon as you place a forum inside of them that is not set to 'hide' if members don't have permission to view that forum.<br><br>Try creating a new category, then place a forum in that category that all members have access to, the forum and category will then display in the main forum.<br><br>If the forum fails to show after you do this, then your database has not be setup correctly and default values for the forum are not being setup correctly.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 13&nbsp;June&nbsp;2006 at 8:13am</span>]]>
   </description>
   <pubDate>Tue, 13 Jun 2006 08:11:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post108965.html#108965</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum :    -boRg- wrote:I had a look...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post108932.html#108932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18603">Flyman30</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 12&nbsp;June&nbsp;2006 at 5:48pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />I had a look at your forum with the details that you gave me and all your forums appeared fine in the list.<br><br>New categories will not appear until you add and forum to them.<br></td></tr></table><br><br>But How can I add something until I don't see them ??? <img alt="C&#111;nfused" src="https://forums.webwiz.net/smileys/smiley5.gif" align="absmiddle" border="0"><br><br>I mean Bricolages category for exemple<br>]]>
   </description>
   <pubDate>Mon, 12 Jun 2006 17:48:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post108932.html#108932</guid>
  </item> 
  <item>
   <title><![CDATA[problem to add new forum : I had a look at your forum with...]]></title>
   <link>https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post108927.html#108927</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20258<br /><strong>Posted:</strong> 12&nbsp;June&nbsp;2006 at 3:05pm<br /><br />I had a look at your forum with the details that you gave me and all your forums appeared fine in the list.<br><br>New categories will not appear until you add and forum to them.<br>]]>
   </description>
   <pubDate>Mon, 12 Jun 2006 15:05:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/problem-to-add-new-forum_topic20258_post108927.html#108927</guid>
  </item> 
 </channel>
</rss>