PDA

View Full Version : Disabling 'quote' feature for a certain user groups?


Sweet Cheeks
10-07-2002, 02:30 PM
I have a "troll" usergroup where the board is flipped backwards when they lurk and I have realized now they can just click the "quote" button of the post and read it that way. Is there a way to disable the ability to quote a post for this usergroup?

Thanks in advance :D (I hope I posted this in the right place :paranoid: )

Xenon
10-07-2002, 02:42 PM
*moving to right forum*

very easy:
open newreply.php
find this:
if (isset($postid)) {

change it to
if (isset($postid) and $bbuserinfo['usergroupid']!=x) {

replace the x with the usergroupid which cannot quote

Sweet Cheeks
10-07-2002, 02:46 PM
Thank you so much Stefan. You are always so quick to help me, I really appreciate it alot :cool:

Xenon
10-07-2002, 02:53 PM
you're welcome Julie.

i try to help as much as i can in my free time, and as long as people are thankfull, it's a nice work :)