<?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 : Calender isue</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 : Calender isue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 13:45:46 +0000</pubDate>
  <lastBuildDate>Thu, 13 Jul 2006 23:51:01 +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=20660</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[Calender isue : On my forum I have hidden the...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110748.html#110748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23591">jckruger</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 11:51pm<br /><br />On my forum I have hidden the forum statistics and most of the buttons to only be viewable to registered users. <DIV>&nbsp;</DIV><DIV>In includes/navigation_buttons_inc.asp I have this: (changes in <FONT color=#ff0000>RED</FONT>)</DIV><DIV>&nbsp;</DIV><DIV>----------------------------------------------%&gt;------------------------------------------</DIV><DIV>'Display the other common buttons</DIV><DIV><FONT color=#ff0000>If blnModerator OR blnAdmin Then </FONT>Response.Write ("&amp;nbsp;&amp;nbsp;&lt;a href=""active_topics.asp" &amp; strQsSID1 &amp; """ class=""nav"" accesskey=""2""&gt;&lt;img src=""" &amp; strImagePath &amp; "active_topics.gif"" align=""absmiddle"" border=""0"" alt=""" &amp; strTxtActiveTopics &amp; """ /&gt;" &amp; strTxtActiveTopics &amp; "&lt;/a&gt;")<BR><FONT color=#ff0000>If lngLoggedInUserID &lt;&gt; 0 AND lngLoggedInUserID &lt;&gt; 2 AND blnActiveMember &lt;&gt; "False" Then </FONT>Response.Write ("&amp;nbsp;&amp;nbsp;&lt;a href=""members.asp" &amp; strQsSID1 &amp; """ class=""nav""&gt;&lt;img src=""" &amp; strImagePath &amp; "members_list.gif"" border=""0"" align=""absmiddle"" alt=""" &amp; strTxtMembersList &amp; """ /&gt;" &amp; strTxtMemberlist &amp; "&lt;/a&gt;")<BR>If blnCalendar <FONT color=#ff0000>And lngLoggedInUserID &lt;&gt; 0 AND lngLoggedInUserID &lt;&gt; 2 AND blnActiveMember &lt;&gt; "False</FONT><FONT color=#ff0000>" Then </FONT>Response.Write ("&amp;nbsp;&amp;nbsp;&lt;a href=""calendar.asp" &amp; strQsSID1 &amp; """ class=""nav""&gt;&lt;img src=""" &amp; strImagePath &amp; "calendar.gif"" border=""0"" align=""absmiddle"" alt=""" &amp; strTxtCalendar &amp; """ /&gt;" &amp; strTxtCalendar &amp; "&lt;/a&gt;")<BR><FONT color=#ff0000>If lngLoggedInUserID &lt;&gt; 0 AND lngLoggedInUserID &lt;&gt; 2 AND blnActiveMember &lt;&gt; "False" Then </FONT>Response.Write ("&amp;nbsp;&amp;nbsp;&lt;a href=""search_form.asp?FID=" &amp; intForumID &amp; strQsSID2 &amp; """ class=""nav"" accesskey=""4""&gt;&lt;img src=""" &amp; strImagePath &amp; "search.gif"" align=""absmiddle"" border=""0"" alt=""" &amp; strTxtSearchTheForum &amp; """ /&gt;" &amp; strTxtSearch &amp; "&lt;/a&gt;")<BR><FONT color=#ff0000>If lngLoggedInUserID &lt;&gt; 0 AND lngLoggedInUserID &lt;&gt; 2&nbsp; AND blnActiveMember &lt;&gt; "</FONT><FONT color=#ff0000>False"Then </FONT>Response.Write ("&amp;nbsp;&amp;nbsp;&lt;a href=""help.asp" &amp; strQsSID1 &amp; """ class=""nav"" accesskey=""5""&gt;&lt;img src=""" &amp; strImagePath &amp; "help_icon.gif"" align=""absmiddle"" border=""0"" alt=""" &amp; strTxtHelp &amp; """ /&gt;" &amp; strTxtHelp &amp; "&lt;/a&gt;")<BR>----------------------------------------------%&gt;------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>In default.asp I have this: (Changes in <FONT color=#ff0000>RED</FONT><FONT color=#000000>)</FONT></DIV><DIV>&nbsp;</DIV><DIV>----------------------------------------------%&gt;------------------------------------------</DIV><DIV>&nbsp;'Loop back round for next category<BR>&nbsp;Loop<BR>End If<BR><FONT color=#ff0000>If lngLoggedInUserID &lt;&gt; 0 AND lngLoggedInUserID &lt;&gt; 2 AND blnActiveMember &lt;&gt; "False" Then '################### Justin's addition to hide below if not logged on ####################</FONT></DIV><DIV>%&gt;</DIV><DIV>&lt;table cellspacing="1" cellpadding="3" class="tableBorder" align="center"&gt;<BR>&nbsp;&lt;tr class="tableLedger"&gt;<BR>&nbsp; &lt;td colspan="2"&gt;&lt;% = strTxtWhatsGoingOn %&gt;&lt;/td&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr class="tableSubLedger"&gt;<BR>&nbsp; &lt;td colspan="2"&gt;&lt;% = strTxtForumStatistics %&gt;&lt;/td&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr class="tableRow"&gt;<BR>&nbsp; &lt;td width="4%" align="center"&gt;&lt;img src="&lt;% = strImagePath %&gt;stats_bar.gif" alt="&lt;% = strTxtForumStatistics %&gt;" /&gt;&lt;/td&gt;<BR>&nbsp; &lt;td width="96%" nowrap&gt;&lt;%</DIV><DIV>Response.Write(strTxtOurUserHavePosted &amp; " " &amp; FormatNumber(lngTotalNumberOfPosts, 0) &amp; " " &amp; strTxtPostsIn &amp; " " &amp; FormatNumber(lngTotalNumberOfTopics, 0) &amp; " " &amp; strTxtTopicsIn &amp; " " &amp; intNumberofForums &amp; " " &amp; strTxtForums &amp; _<BR>"&lt;br /&gt;" &amp; strTxtLastPost &amp; "; " &amp; DateFormat(dtmLastEntryDateAllForums) &amp; " " &amp; strTxtAt &amp; " " &amp; TimeFormat(dtmLastEntryDateAllForums) &amp; " " &amp; strTxtBy &amp; " &lt;a href=""member_profile.asp?PF=" &amp; lngLastEntryUserIDAllForums &amp; strQsSID2 &amp; """&gt;" &amp; strLastEntryUserAllForums &amp; "&lt;/a&gt;")</DIV><DIV>'Display some statistics for the members<BR>If lngNoOfMembers &gt; 0 Then</DIV><DIV>Response.Write("&lt;br /&gt;" &amp; strTxtWeHave &amp; " " &amp; FormatNumber(lngNoOfMembers, 0) &amp; " " &amp; strTxtForumMembers &amp; _<BR>"&lt;br /&gt;" &amp; strTxtTheNewestForumMember &amp; " &lt;a href=""member_profile.asp?PF=" &amp; saryMemebrStats(1,0) &amp; strQsSID2 &amp; """&gt;" &amp; saryMemebrStats(0, 0) &amp; "&lt;/a&gt;")</DIV><DIV>End If</DIV><DIV>%&gt;&lt;/td&gt;<BR>&nbsp;&lt;/tr&gt;&lt;%</DIV><DIV><BR>'Get the number of active users if enabled<BR>If blnActiveUsers Then<BR>&nbsp;<BR>&nbsp;%&gt;<BR>&nbsp;&lt;tr class="tableSubLedger"&gt;<BR>&nbsp; &lt;td colspan="2"&gt;&lt;a href="active_users.asp&lt;% = strQsSID1 %&gt;"&gt;&lt;% = strTxtActiveUsers %&gt;&lt;/a&gt;&lt;/td&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&nbsp;&lt;tr class="tableRow"&gt;<BR>&nbsp; &lt;td width="4%" align="center"&gt;&lt;a href="active_users.asp&lt;% = strQsSID1 %&gt;"&gt;&lt;img src="&lt;% = strImagePath %&gt;active_users.gif" alt="&lt;% = strTxtActiveUsers %&gt;" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;<BR>&nbsp; &lt;td width="96%"&gt;&lt;%<BR>&nbsp;<BR>&nbsp;'Get the active users online<BR>&nbsp;For intArrayPass = 1 To UBound(saryActiveUsers, 2)<BR>&nbsp;<BR>&nbsp;&nbsp;'If this is a guest user then increment the number of active guests veriable<BR>&nbsp;&nbsp;If saryActiveUsers(1, intArrayPass) = 2 Then <BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;intActiveGuests = intActiveGuests + 1<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;'Else add the name of the members name of the active users to the members online string<BR>&nbsp;&nbsp;ElseIf CBool(saryActiveUsers(8, intArrayPass)) = false Then&nbsp;<BR>&nbsp;&nbsp;&nbsp;If strMembersOnline &lt;&gt; "" Then strMembersOnline = strMembersOnline &amp; ", "<BR>&nbsp;&nbsp;&nbsp;strMembersOnline = strMembersOnline &amp; "&lt;a href=""member_profile.asp?PF=" &amp; saryActiveUsers(1, intArrayPass) &amp; strQsSID2 &amp; """&gt;" &amp; saryActiveUsers(2, intArrayPass) &amp; "&lt;/a&gt;"<BR>&nbsp;&nbsp;End If<BR>&nbsp;&nbsp;<BR>&nbsp;Next </DIV><DIV>&nbsp;'Calculate the number of members online and total people online<BR>&nbsp;intActiveUsers = UBound(saryActiveUsers, 2)<BR>&nbsp;intActiveMembers = intActiveUsers - intActiveGuests<BR>&nbsp;<BR>&nbsp;'Response.Write(strTxtInTotalThereAre &amp; " " &amp; intActiveUsers &amp; " &lt;a href=""active_users.asp" &amp; strQsSID1 &amp; """&gt;" &amp; strTxtActiveUsers &amp; "&lt;/a&gt; " &amp; strTxtOnLine &amp; ", " &amp; intActiveGuests &amp; " " &amp; strTxtGuestsAnd &amp; " " &amp; intActiveMembers &amp; " " &amp; strTxtMembers)<BR>&nbsp;If strMembersOnline &lt;&gt; "" Then Response.Write(vbCrLf &amp; "&nbsp;&nbsp; &lt;br /&gt;" &amp; strTxtMembers &amp; " " &amp; strTxtOnLine &amp; ": " &amp; strMembersOnline)<BR>End If<BR><FONT color=#ff0000>End If' ############################## Justin's addition " Extra EndIF for quote above ###############################<BR></FONT>%&gt;<BR>&nbsp; &lt;/td&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&lt;%</DIV><DIV>----------------------------------------------%&gt;------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>This hides the entire forum statistics to anyone who is not logged on. Maybe this is something you could use.</DIV><DIV>&nbsp;</DIV><DIV>Justin</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by jckruger - 13&nbsp;July&nbsp;2006 at 11:53pm</span>]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 23:51:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110748.html#110748</guid>
  </item> 
  <item>
   <title><![CDATA[Calender isue : At the moment that is not built...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110708.html#110708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 11:41am<br /><br />At the moment that is not built into the system so would require recoding of the calendar files.]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 11:41:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110708.html#110708</guid>
  </item> 
  <item>
   <title><![CDATA[Calender isue : I just want them to show them...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110707.html#110707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1832">Tigu</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 10:55am<br /><br />I just want them to show them for registerd users if its possibly?]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 10:55:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110707.html#110707</guid>
  </item> 
  <item>
   <title><![CDATA[Calender isue : They do, if you don&amp;#039;t want...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110706.html#110706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 10:54am<br /><br />They do, if you don't want birthdays to show, edit the file includes/setup_options.asp in notepad to disable this feature.]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 10:54:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110706.html#110706</guid>
  </item> 
  <item>
   <title><![CDATA[Calender isue : Ok but the birthdays from profiles...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110705.html#110705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1832">Tigu</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 10:39am<br /><br />Ok but the birthdays from profiles shows.....]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 10:39:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110705.html#110705</guid>
  </item> 
  <item>
   <title><![CDATA[Calender isue : Events placed in the Calender...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110704.html#110704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 10:30am<br /><br />Events placed in the Calender use the same permission system as the rest of the forum.<br><br>So, if you post an event in a forum that doesn't have Guest Access to it, Guests will not see that event listed in the Calender.<br>]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 10:30:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110704.html#110704</guid>
  </item> 
  <item>
   <title><![CDATA[Calender isue : Is it possibly to prevent users...]]></title>
   <link>https://forums.webwiz.net/calender-isue_topic20660_post110703.html#110703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1832">Tigu</a><br /><strong>Subject:</strong> 20660<br /><strong>Posted:</strong> 13&nbsp;July&nbsp;2006 at 10:23am<br /><br />Is it possibly to prevent users not registerd to read the calender?]]>
   </description>
   <pubDate>Thu, 13 Jul 2006 10:23:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/calender-isue_topic20660_post110703.html#110703</guid>
  </item> 
 </channel>
</rss>