Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Prevent certain people posting.

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
leesh695 Posted - 07 March 2008 : 10:20:30
Hello,

Is there a MOD that lets you prevent certain people from posting in certain forums?

I know theres the allowed member list option, the problem is I want people to be able to read the topics in this forum even when they are not loged in, but only allow certain people to reply.

Every member of my forum has a title, could I use that varable to control who can post?

Thanks in advance!<
5   L A T E S T    R E P L I E S    (Newest First)
leesh695 Posted - 08 March 2008 : 16:38:29
Thanks & Thank you for your suggestion too. <
JJenson Posted - 08 March 2008 : 15:46:52
Glad you got it working <
leesh695 Posted - 07 March 2008 : 21:49:56
Ok, I have found my own fix to it,

I have included this line in post.asp

if strRqForumID = "" and MemberTitle = "" then response.redirect("")

You just add the correct variables in the ""'s

I made a little asp page like " You cannot post in this topic" works fine for me<
leesh695 Posted - 07 March 2008 : 18:05:10
Is there a Command I could use that auto redirects or stops the page loading?

I want somthing like..

If Forum_ID = 1 and membertitle is not A or B or C or D then Either Stop page loading or autoredirect


I have this that muzishun and anonjr helped me with in my inc_header, allowing me to use MemberTitle as a variable.

If mLev > 0 Then
strSql = "SELECT M_TITLE FROM " & strMemberTablePrefix & "MEMBERS WHERE MEMBER_ID = " & MemberID

set rsMTitle = Server.CreateObject("ADODB.Recordset")
rsMTitle.open strSql, my_Conn

MemberTitle = rsMTitle("M_TITLE")

rsMTitle.close
set rsMTitle = nothing
End If<
JJenson Posted - 07 March 2008 : 10:30:48
You will want to use the usergroups mod and modify it so they are the only ones allowed to post. I am not sure if there is any other way.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.03 seconds. Powered By: Snitz Forums 2000 Version 3.4.07