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 MOD-Group
 MOD Add-On Forum (W/O Code)
 only admin & mod use quick reply?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

atula
Starting Member

7 Posts

Posted - 22 March 2004 :  01:07:12  Show Profile
i ask this because i want to allow only admin & mod use quick reply.
How to do that?

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 22 March 2004 :  03:22:26  Show Profile  Visit PeeWee.Inc's Homepage
just add a if mLev > 3 then statment before the quick reply is called?

De Priofundus Calmo Ad Te Damine
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 22 March 2004 :  03:40:58  Show Profile
In topic.asp (line 767 of version 3.4.03) of a un-modified file, look for:
	if strShowQuickReply = "1" and strDBNTUserName <> "" and ((Cat_Status = 1) and (Forum_Status = 1) and (Topic_Status = 1)) and ArchiveView = "" then
		call QuickReply()
	end if


change to this:
	if mlev > 3 then
		if strShowQuickReply = "1" and strDBNTUserName <> "" and ((Cat_Status = 1) and (Forum_Status = 1) and (Topic_Status = 1)) and ArchiveView = "" then
			call QuickReply()
		end if
	end if


That will only allow for Moderators or Admins to have the quick reply. I hope it helps..

Cheers,

David Greening
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 22 March 2004 :  05:25:13  Show Profile
it'll need to be if mlev >= 3 then for both mod and admin

The UK MkIVs Forum
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 22 March 2004 :  14:39:28  Show Profile
Thanks David.. I was going to put a 2 there, then got distracted, but putting it your way looks better.

Cheers,

David Greening
Go to Top of Page

kev0153
Starting Member

14 Posts

Posted - 22 March 2004 :  21:14:45  Show Profile
Just curious why you would want to restrict quick reply? It is one of the best features of the snitz board in my opinion.
Go to Top of Page

atula
Starting Member

7 Posts

Posted - 23 March 2004 :  02:32:18  Show Profile
nice thanks for all
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07