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/Code)
 mLev on forum topic - Help
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

phoenixtaz13
Junior Member

129 Posts

Posted - 25 April 2009 :  02:25:48  Show Profile  Reply with Quote
hello!... Good day to all.... :)

how can i restrict guest from viewing topics content?...

what i have in mind is that guest can see posted title topics, but once the guest clicks
posted title topics, a message will appear saying "you must register or login to view the content of the topic" and then the guest will be redirected to the login page or main forum page.

has anyone done this?....

thanks in advance... :)


SiSL
Average Member

Turkey
671 Posts

Posted - 25 April 2009 :  03:22:33  Show Profile  Visit SiSL's Homepage  Reply with Quote
With default Snitz, you can't do that topic by topic but forum by forum.

For fast solution, you can open a forum that allows only Members, and move topic into that forum.

CHIP Online Forum

My Mods
Select All Code | Fix a vulnerability for your private messages | Avatar Categories W/ Avatar Gallery Mod | Complaint Manager
Admin Level Revisited | Merge Forums | No More Nested Quotes Mod
Go to Top of Page

phoenixtaz13
Junior Member

129 Posts

Posted - 25 April 2009 :  04:38:01  Show Profile  Reply with Quote
hi SiSL, thanks for ur time... :)

with all do respect, not to offend u in any way, im aware of the forum AUTH TYPE.... lets say i'm one of the guys who wants to prevent guest from viewing the title topic content instead of forum by forum, to get me started what files should i look into?.... where in the files i should be looking into?... how would i go thru w/this?....

i want to display topics that are being posted in that forum, but preventing guest from viewing posted topic's content in that forum if they are not registered.

hope u can help me on this, thanks for ur time, greatly appreciate it....
Go to Top of Page

SiSL
Average Member

Turkey
671 Posts

Posted - 25 April 2009 :  06:15:50  Show Profile  Visit SiSL's Homepage  Reply with Quote
You can simply add something like in topic.asp such as following just below include files

if mLev < 1 Then
Response.Write "You have to be registered to see topics content"
WriteFooter
Response.End
End If



CHIP Online Forum

My Mods
Select All Code | Fix a vulnerability for your private messages | Avatar Categories W/ Avatar Gallery Mod | Complaint Manager
Admin Level Revisited | Merge Forums | No More Nested Quotes Mod
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 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