<?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 : Member Area that includes the 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 : Member Area that includes the forum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 15:53:46 +0000</pubDate>
  <lastBuildDate>Sun, 07 Dec 2003 21:07:20 +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=7424</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[Member Area that includes the forum : It&amp;#039;s a pretty complicated...]]></title>
   <link>https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post40223.html#40223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 7424<br /><strong>Posted:</strong> 07&nbsp;December&nbsp;2003 at 9:07pm<br /><br /><P>It's a pretty complicated mod to get it to do everything you want.&nbsp; And it would take a lot of customizing for your site anyway since every site is different.</P><P>Here is a quick and dirty way of getting started with this:</P><OL><LI>Include /forum/common.asp on the pages where you want the Universal Login.&nbsp; This will make all the necessary variables available, plus connect to the database for you.&nbsp; It also will keep track of active users on that page too (as if they were in the forum).&nbsp; Our Active Users are tracked site-wide because of this.&nbsp; Note that the /forum/common.asp contains a lot of unnecessary code that is necessary for the forum, but not your pages, so you may want to get rid of some of that later, but if you want to get started right away, then you can simply include that file.<BR>&nbsp;&nbsp; </LI><LI>Create another include file called /forum/common-disconnect.asp and put it at the bottom of any page where you include forum/common.asp.&nbsp; Here is the code to put into that file:<BR>&nbsp;&nbsp; <BR><FONT color=#006600>&lt;%<BR>&nbsp;'Clean up<BR>&nbsp;Set rsCommon = Nothing<BR>&nbsp;adoCon.Close<BR>&nbsp;Set adoCon = Nothing<BR>&nbsp;rsCommon.close<BR>%&gt;</FONT><BR>&nbsp;&nbsp; <BR>Or alternately, you can include the cleanup code in the page itself.&nbsp; I prefer the include method.<BR>&nbsp;&nbsp; </LI><LI>Include and/or modify code from the forum pages.&nbsp; If you want the login button, then copy that from the forum code.&nbsp; If you want the settings button, copy that from the forum code.&nbsp; You want the stats?&nbsp; Copy that from the forum code.&nbsp; Basically anything that works on the forum page will now work on your page.&nbsp; (On my site I modified it significantly to do what I wanted instead of just using his code.)</LI></OL><P>Note that if you use Borg's code, you cannot redistribute it according to the license agreement without his permission.</P><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by License Agreement" alt="Originally posted by License Agreement" style="vertical-align: text-bottom;" /> <strong>License Agreement wrote:</strong><br /><br />You may use parts of this program including source code and images in your own private work, but you may NOT redistribute, repackage, sublicense, copy, or sell the whole or any part of this program even if it is modified or reverse engineered in whole or in part without the explicit written permission of the copyright holder. </P><P>Copyright notices must be transferred to any file that any source code from this program in whole or in part used within.</P><P>It is forbidden to repackage in full or any part of this software including source code and images as your own work and redistribute for profit or for free without the explicit written permission of the copyright holder.</P><P>You may not pass off the whole or any part of this software as your own work.</td></tr></table></P><P>On that last note, I want to say that Borg actually wrote most of my Universal Login (unknowingly).&nbsp; I just strategically placed and altered the code to get it to do what I wanted.&nbsp; I did make many changes though.</P><P>Later, when I have time, I will see about posting the mod that allows the login and logout scripts to return to the page they came from.&nbsp; (i.e. when they click login, it returns them to the same page they clicked login at when they are done logging in.)&nbsp; Without this mod, when people login or logout, they will arrive at the forum main page instead of back where they came from.</P><P>That should get you started. <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P><UL><LI>Here is a demo of the <A href="http://www.caribbeanchoice.com" target="_blank">Universal Login</A>.</LI><LI>Here is a demo of our <A href="http://www.caribbeanchoice.com/newsletters.asp" target="_blank">newsletters function</A> (which is basically a read-only forum I post newsletters to).&nbsp; This uses the watch/un-watch this forum feature of the forums, modified so that the wording says newsletters instead of forums where appropriate.</LI></UL><P>Enjoy! <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Sun, 07 Dec 2003 21:07:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post40223.html#40223</guid>
  </item> 
  <item>
   <title><![CDATA[Member Area that includes the forum : The Invision portal does this...]]></title>
   <link>https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post39685.html#39685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=5818">Bluefrog</a><br /><strong>Subject:</strong> 7424<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2003 at 7:55am<br /><br /><P>The Invision portal does this from what I understand.... check with Maddog for more info on that.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 04 Dec 2003 07:55:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post39685.html#39685</guid>
  </item> 
  <item>
   <title><![CDATA[Member Area that includes the forum : It looks finished to me. You did...]]></title>
   <link>https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post39680.html#39680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12829">kjmcsd</a><br /><strong>Subject:</strong> 7424<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2003 at 7:30am<br /><br />It looks finished to me. You did a great job! Did you post it yet? ]]>
   </description>
   <pubDate>Thu, 04 Dec 2003 07:30:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post39680.html#39680</guid>
  </item> 
  <item>
   <title><![CDATA[Member Area that includes the forum : I am working ona site integration...]]></title>
   <link>https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post37147.html#37147</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 7424<br /><strong>Posted:</strong> 20&nbsp;November&nbsp;2003 at 9:41pm<br /><br /><P>I am working on&nbsp;a site integration / universal login mod for our website <A target=_blank href="http://www.caribbeanchoice.com" target="_blank">http://www.caribbeanchoice.com</A> where I already have built part of it.</P><P>Once I get it perfected, I will release a mod that does that.</P><P>Since the forum was not written for integrating into a website, many pages need to be modified, and wording needs to be changed on a variety of pages to reflect the fact that the forum login is now actually a site login.</P><P>The first part of the site integration has gone really well though.&nbsp; Check out <A target=_blank href="http://www.caribbeanchoice.com" target="_blank">my site</A> to see what I've done so far.</P><span style="font-size:10px"><br /><br />Edited by wistex</span>]]>
   </description>
   <pubDate>Thu, 20 Nov 2003 21:41:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post37147.html#37147</guid>
  </item> 
  <item>
   <title><![CDATA[Member Area that includes the forum : I trying to create a member area...]]></title>
   <link>https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post37076.html#37076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12829">kjmcsd</a><br /><strong>Subject:</strong> 7424<br /><strong>Posted:</strong> 20&nbsp;November&nbsp;2003 at 10:46am<br /><br />I trying to create a member area that includes the forum. What I want is: I would like a user to login to the member area and once their username and password has been identified, it redirects them to the frontpage of the member site. And on the frontpage their will be a link to the forum. When they click the link I don't want them to have to login again. I want to use the forum database for everything. I thought I would check to see if anyone has done this before and can show me how to do it.<br /><br />I search the discussion forum and it seems like alot of people wanted this before me but nobody never told them how to do it.<br /><br /><br />I love the forum! Keep them coming!<span style="font-size:10px"><br /><br />Edited by kjmcsd</span>]]>
   </description>
   <pubDate>Thu, 20 Nov 2003 10:46:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/member-area-that-includes-the-forum_topic7424_post37076.html#37076</guid>
  </item> 
 </channel>
</rss>