<?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 : Guests read headlines but not posts</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 : Guests read headlines but not posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 02:25:24 +0000</pubDate>
  <lastBuildDate>Sat, 22 Apr 2006 20:36:57 +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=17938</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[Guests read headlines but not posts : Here you can find this mode for...]]></title>
   <link>https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post105270.html#105270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9500">venki</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 22&nbsp;April&nbsp;2006 at 8:36pm<br /><br />Here you can find this mode for v8.<DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV><IMG height=210 src="http://venki.somee.com/download/images/&#079;NoAccess.gif" width=311 border="0"></DIV><DIV>&nbsp;</DIV><DIV>Download MOD <a href="http://venki.somee.com/?16" target="_blank">here</A></DIV>]]>
   </description>
   <pubDate>Sat, 22 Apr 2006 20:36:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post105270.html#105270</guid>
  </item> 
  <item>
   <title><![CDATA[Guests read headlines but not posts : Will this work with the new version...]]></title>
   <link>https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post104995.html#104995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13432">Epperson</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 20&nbsp;April&nbsp;2006 at 5:28am<br /><br />Will this work with the new version of the forum?]]>
   </description>
   <pubDate>Thu, 20 Apr 2006 05:28:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post104995.html#104995</guid>
  </item> 
  <item>
   <title><![CDATA[Guests read headlines but not posts : Thanks Borg, I did exactly what...]]></title>
   <link>https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post97277.html#97277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2501">yataylimit</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2006 at 2:14pm<br /><br />Thanks Borg, I did exactly what you said and it worked. <DIV>&nbsp;</DIV><DIV>I strongly advise doing that since it helps content based spiders of search engines (like that of Google) to scan your headlines and attract more visitors to your site. As Borg said, just disable Guests from entering the forum in the admin page and then&nbsp;omit the following lines in your forum_topics.asp page:</DIV><DIV>&nbsp;</DIV><DIV>'Check the user is welcome in this forum<BR>&nbsp;Call forumPermisisons(intForumID, intGroupID, CInt(rsForum("Read")), CInt(rsForum("Post")), CInt(rsForum("Reply_posts")), CInt(rsForum("Edit_posts")), CInt(rsForum("Delete_posts")), 0, CInt(rsForum("Poll_create")), CInt(rsForum("Vote")), 0, 0)</DIV><DIV>&nbsp;'If the user has no read writes then kick them<BR>&nbsp;If blnRead = False Then<BR>&nbsp;&nbsp;'Reset Server Objects<BR>&nbsp;&nbsp;rsForum.Close<BR>&nbsp;&nbsp;Set rsForum = Nothing<BR>&nbsp;&nbsp;Set rsCommon = Nothing<BR>&nbsp;&nbsp;adoCon.Close<BR>&nbsp;&nbsp;Set adoCon = Nothing</DIV><DIV><BR>&nbsp;&nbsp;'Redirect to a page asking for the user to enter the forum password<BR>&nbsp;&nbsp;Response.Redirect "insufficient_permission.asp"<BR>&nbsp;End If</DIV><DIV><BR>&nbsp;'If the forum requires a password and a logged in forum code is not found on the users machine then send them to a login page<BR>&nbsp;If rsForum("Password") &lt;&gt; "" and Request.Cookies(strCookieName)("Forum" &amp; intForumID) &lt;&gt; rsForum("Forum_code") Then</DIV><DIV>&nbsp;&nbsp;'Reset Server Objects<BR>&nbsp;&nbsp;rsForum.Close<BR>&nbsp;&nbsp;Set rsForum = Nothing<BR>&nbsp;&nbsp;Set rsCommon = Nothing<BR>&nbsp;&nbsp;adoCon.Close<BR>&nbsp;&nbsp;Set adoCon = Nothing</DIV><DIV><BR>&nbsp;&nbsp;'Redirect to a page asking for the user to enter the forum password<BR>&nbsp;&nbsp;Response.Redirect "forum_password_form.asp?FID=" &amp; intForumID<BR>&nbsp;End If<BR>End If</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;You will shortly see that you site will attract many users ;) </DIV>]]>
   </description>
   <pubDate>Sat, 14 Jan 2006 14:14:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post97277.html#97277</guid>
  </item> 
  <item>
   <title><![CDATA[Guests read headlines but not posts : The only way to do this is to...]]></title>
   <link>https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post97253.html#97253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2006 at 12:29pm<br /><br />The only way to do this is to modify the code.<br><br>What you need to do is set the permissions for Guests to not enter any forum.<br><br>Then in the forum_topics.asp page you will need to hard code that the Guest acoc**t has 'read' access so that they can view that page.<br>]]>
   </description>
   <pubDate>Sat, 14 Jan 2006 12:29:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post97253.html#97253</guid>
  </item> 
  <item>
   <title><![CDATA[Guests read headlines but not posts : Hi.  I have aquestion which is...]]></title>
   <link>https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post97238.html#97238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2501">yataylimit</a><br /><strong>Subject:</strong> 17938<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2006 at 9:59am<br /><br />Hi. <DIV>I have a&nbsp;question which is simple but whose answer is crucial to me. </DIV><DIV>&nbsp;</DIV><DIV>I want Guests to enter forum_topics.asp page (the page where headlines of posts are shown) but&nbsp;I just don't want them to enter forum_post.asp page (the page where we read posts).</DIV><DIV>&nbsp;</DIV><DIV>In other words, I want Guests to read headlines of posts but I don't want them to read before subscribing. This is NOT done in the Group Permission section. </DIV><DIV>&nbsp;</DIV><DIV>Please someone help with it, because it will also enable spiders to scan headlines. </DIV><DIV>&nbsp;</DIV><DIV>Theanks.</DIV>]]>
   </description>
   <pubDate>Sat, 14 Jan 2006 09:59:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/guests-read-headlines-but-not-posts_topic17938_post97238.html#97238</guid>
  </item> 
 </channel>
</rss>