Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUGS+FIXS default.asp + forum.asp mod controls
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2001 :  02:53:07  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
The moderator controls do not show up on default.asp, and on forum.asp there is no need for the new topic icon, and for moderators delete forum and archive forum cannot be accessed, so those buttons be removed.

Default.asp

Line #361 change this:

						if AdminAllowed = "Y" or (lcase(strNoCookies) = "1") then


to this:

						if ModerateAllowed = "Y" or (lcase(strNoCookies) = "1") then



Line #525 change this:

	if (AdminAllowed = "Y") or (lcase(strNoCookies) = "1") then


to this:

	if (ModerateAllowed = "Y") or (lcase(strNoCookies) = "1") then



Line #540 change this:

			if (rs("CAT_STATUS") <> 0 and rsForum("F_STATUS") <> 0) or (AdminAllowed = "Y") then


to this:

			if (rs("CAT_STATUS") <> 0 and rsForum("F_STATUS") <> 0) or (ModerateAllowed = "Y") then


Forum.asp
on line #531 find this code:

    <a href="JavaScript:openWindow('pop_delete.asp?<%= ArchiveLink %>mode=Forum&FORUM_ID=<% =Forum_ID %>&CAT_ID=<% =Cat_ID %>&Forum_Title=<% =ChkString(Forum_Subject,"JSurlpath") %>')"><img src="icon_folder_delete.gif" alt="Delete Forum" height=15 width=15 border=0></a>
<a href="admin_forums.asp?action=archive&id=<% =Forum_ID %>"><img src="icon_folder_archive.gif" alt="Archive Forum" height=15 width=15 border=0></a>


change it to this:

<%	if mLev = 4 then %>
<a href="JavaScript:openWindow('pop_delete.asp?<%= ArchiveLink %>mode=Forum&FORUM_ID=<% =Forum_ID %>&CAT_ID=<% =Cat_ID %>&Forum_Title=<% =ChkString(Forum_Subject,"JSurlpath") %>')"><img src="icon_folder_delete.gif" alt="Delete Forum" height=15 width=15 border=0></a>
<a href="admin_forums.asp?action=archive&id=<% =Forum_ID %>"><img src="icon_folder_archive.gif" alt="Archive Forum" height=15 width=15 border=0></a>
<% end if %>


----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 12 November 2001 :  03:12:46  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Fixed for 3.4

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 01 December 2001 :  12:34:47  Show Profile
Fixed in [v40b03patch001]...

Think Pink
Test Site not ready yet | Post v40b03 Patches
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07