<?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 : Web Wiz Forums 7.51a FULL released</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 : Web Wiz Forums 7.51a FULL released]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 06:45:24 +0000</pubDate>
  <lastBuildDate>Fri, 14 Nov 2003 18:31:18 +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=6949</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[Web Wiz Forums 7.51a FULL released : Please, I need to have 10 forums...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post36341.html#36341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12735">Pfactor</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 14&nbsp;November&nbsp;2003 at 6:31pm<br /><br /><P>Please, I need to have 10 forums </P><P>but everyone independent ... (pleople dont have to know that tere are more Forums...</P><P>Is possible with just 1 WebWizForum????</P><P>i dont have the place for 10 times WWF.. 15 Meg.</P><P>Thanks</P><P>Best Regards</P><P>Pfactor</P>]]>
   </description>
   <pubDate>Fri, 14 Nov 2003 18:31:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post36341.html#36341</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released :   -boRg- wrote:Upgrading MS SQL...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post36043.html#36043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 13&nbsp;November&nbsp;2003 at 12:17am<br /><br /><P><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 /><SPAN style="FONT-WEIGHT: bold">Upgrading MS SQL Server Version 7.5 to 7.51a</SPAN><BR>Upgrading from version 7.5 to 7.51a SQL server version is a little more complcated. You need to replace all the old files with the new ones. You then also need to create the new stored procedure, wwfSpActiveTopics, in the SQL Enterprise Manager&nbsp; to the following:-<BR><BR><table width="99%"><tr><td><pre class="BBcode">CREATE PROCEDURE &#091;dbo&#093;.&#091;wwfSpActiveTopics&#093; (<BR>@AuthorID int,<BR>@GroupID int,<BR>@GroupPerm int,<BR>@dblActiveFrom datetime<BR><BR>)<BR>AS<BR>SELECT tblForum.Forum_name, tblForum.Password, tblForum.Forum_code, tblTopic.* <BR>FROM tblCategory, tblForum, tblTopic <BR>WHERE ((tblCategory.Cat_ID = tblForum.Cat_ID AND tblForum.Forum_ID = tblTopic.Forum_ID) AND (tblTopic.Last_entry_date &gt; GetDate() - @dblActiveFrom))<BR>&nbsp;AND (tblForum.&#091;Read&#093; &lt;= @GroupPerm OR (tblTopic.Forum_ID IN (<BR>&nbsp;&nbsp;&nbsp; SELECT tblPermissions.Forum_ID <BR>&nbsp;&nbsp;&nbsp; FROM tblPermissions <BR>&nbsp;&nbsp;&nbsp; WHERE tblPermissions.Author_ID = @AuthorID OR tblPermissions.Group_ID = @GroupID AND tblPermissions.&#091;Read&#093;=1))<BR>&nbsp;&nbsp;&nbsp; )<BR>ORDER BY tblCategory.Cat_order ASC, tblForum.Forum_Order ASC, tblTopic.Last_entry_date DESC;<BR>GO</pre></td></tr></table><BR></td></tr></table> </P><P><strong><FONT color=#ff0000>Note:</FONT></strong> If you have changed the following lines in common.asp and admin/common.asp: </P><P><FONT color=#006600>'Set up the database table name prefix and stored procedure prefix<BR>'(This is useful if you are running multiple forums from one database)<BR>' - make sure you also change this in the msSQL_server_setup.asp file if setting up an ms SQL server database)<BR>Const strDbTable = "wwf_tbl"<BR>Const strDbProc = "wwf_Sp"</FONT></P><P>you will need to modify the above stored procedure to match.</P><P>You will get an error on the Active Topics page otherwise.</P>]]>
   </description>
   <pubDate>Thu, 13 Nov 2003 00:17:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post36043.html#36043</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : If you are running version 7.51...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35415.html#35415</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 08&nbsp;November&nbsp;2003 at 12:50pm<br /><br />If you are running version 7.51 then only upload the 4 files listed.<br><br>No, I don't know anyone called Alan Corkhill.]]>
   </description>
   <pubDate>Sat, 08 Nov 2003 12:50:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35415.html#35415</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : Thanks. So are these the only...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35412.html#35412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11381">DanVet</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 08&nbsp;November&nbsp;2003 at 12:31pm<br /><br /><P>Thanks.</P><P>So are these the only 4 files I need upload to my server? Or&nbsp;should I&nbsp;replace the whole lot?</P><P>By the way - you're not any relation to Alan Corkhill from Salisbury are you?</P>]]>
   </description>
   <pubDate>Sat, 08 Nov 2003 12:31:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35412.html#35412</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : This is taken from the Version...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35404.html#35404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 08&nbsp;November&nbsp;2003 at 11:58am<br /><br />This is taken from the Version Hiostory file that comes with the forum listing the changed files:-<br><br>Changes from version 7.51 to version 7.51a<br>------------------------------------------<br>1. poll_create_form.asp - fixed bug whereby new polls could not be created<br>2. email_messager.asp - fixed by wherby if you selected to have a copy sent to yourself they both went to the Recipient<br>3. forum_password_form.asp - fixed javascript focus bug<br>4. printer_friendly_posts.asp - fixed replace null bug if signature is null value<br>]]>
   </description>
   <pubDate>Sat, 08 Nov 2003 11:58:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35404.html#35404</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : Yes you should, v7.51 &amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35399.html#35399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=4032">Maverick</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 08&nbsp;November&nbsp;2003 at 10:23am<br /><br /><P>Yes you should, v7.51 's polling option does not work. I think 3 or 4 files were changed in 7.51a.</P><P>Try to make a poll and you'll get an error with version 7.51, fixed in 7.51a</P><P>&nbsp;</P><P>Cheers<IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Sat, 08 Nov 2003 10:23:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35399.html#35399</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : Thanks KyleL - but that isn&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35398.html#35398</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11381">DanVet</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 08&nbsp;November&nbsp;2003 at 10:19am<br /><br /><P>Thanks KyleL - but that isn't my answer.</P><P>I'm wondering what the difference between 7.5<strong>1</strong> and 7.51a is. (not between 7.5<strong>0</strong> and 7.51a).</P><P>I think 7.51 was available for download for a matter of hours before becoming 7.51a.</P><P>I've upgraded 7.01&nbsp;to 7.50 to 7.51 and I'd like to know if I now need to upgrade to 7.51a.</P><P>Cheers,</P><P>Dan.</P>]]>
   </description>
   <pubDate>Sat, 08 Nov 2003 10:19:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35398.html#35398</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released :   -boRg- wrote:The new version...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35335.html#35335</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12720">KyleL</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 07&nbsp;November&nbsp;2003 at 5:58pm<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 /><BR>The new version includes improved security, bug fixes, including:-<BR><UL><LI>Security bug fixes <LI>Improved security <LI>Improved browser detection <LI>New version of Web Wiz Rich Text Editor 1.2a has been intergrated <LI>Bug fixes </LI></UL><P></td></tr></table> </P><P>There is your answer. <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Fri, 07 Nov 2003 17:58:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35335.html#35335</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : Hi, Is therea difference between...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35289.html#35289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11381">DanVet</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 07&nbsp;November&nbsp;2003 at 11:37am<br /><br /><P>Hi,</P><P>Is there&nbsp;a difference between versions 7.51 and 7.51a?</P><P>Thanks,</P><P>Dan.</P>]]>
   </description>
   <pubDate>Fri, 07 Nov 2003 11:37:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35289.html#35289</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums 7.51a FULL released : Well done! ]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35240.html#35240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10343">huwnet</a><br /><strong>Subject:</strong> 6949<br /><strong>Posted:</strong> 07&nbsp;November&nbsp;2003 at 8:02am<br /><br />Well done! <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0">]]>
   </description>
   <pubDate>Fri, 07 Nov 2003 08:02:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-7-51a-full-released_topic6949_post35240.html#35240</guid>
  </item> 
 </channel>
</rss>