PDA

View Full Version : Deactivate user account temporarily


Thomas P
04 Sep 2001, 09:58
Hi there,
someone ever came accross the idea to temporarily deactivate a member's account - would be helpful occassionally ;)
-Tom

Chen
04 Sep 2001, 11:50
Just create a new usergroup, with no post-permissions.

Thomas P
04 Sep 2001, 14:16
Hi FireFly,
thanks for the kick in the butt! ;)
Sure, that's the best way, so I just create a group "Arrest" with no post-permission and may play with the error-message to state the current status of the user...
Just another quick question :D Would it be hard to create an extra error message for this user group "You're under posting arrest, please wait a week and be a little more friendly in the future"?
Thanks, your fast replies are as always greatly appreciated,
-Tom

Chen
04 Sep 2001, 15:34
Kicking people in the butt is always fun. :D

About the error message, it shouldn't be too hard.
Take a look at functions.php, find this:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


change it to


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


but change 555 to the usergroup of the arrested, and also create a template named error_nopermission_arrested.

Yup, that should work. :)

Thomas P
04 Sep 2001, 17:54
Thanks a bunch, great, very clean solution - thanks! :)
You should become an IT teacher/trainer, since you can make things very clear ;)
-Tom

Chen
04 Sep 2001, 18:05
So it worked... cool. :p

There's one "bug" in this though. If a user tries to get to some kind of admin. options, he'll get a "You are arrested punk!" message. If you care so much I'll try to fix it.

Thomas P
05 Sep 2001, 07:45
Yeah, worked instantly very well! http://vbulletin.com/forum/images/icons/icon14.gif

I lost you here, how could that happen?
If you don't mind, I would like to hear how to solve a potential problem :)

Cheers pal for your help on this

Chen
05 Sep 2001, 11:26
How could that happen? Very easily:

A user tries to edit another's post.
If he is not logged in, he will get the "No permissions not logged in" message.
If he is logged in, and under arrest, he will get the "You are under arrest man" message.
Else, he will get the "No permissions logged in" message.

Got it?

Thomas P
05 Sep 2001, 11:36
Originally posted by FireFly
If he is logged in, and under arrest, he will get the "You are under arrest man" message.
Else, he will get the "No permissions logged in" message.


Well, that's fine, isn't it?


Got it?

Not sure :D
thx,
-Tom

Chen
05 Sep 2001, 11:42
I guess it's fine... but just make sure you add all of the other options that the regular nopermission templates have.
Just add something for the arrested part.

Hey, if it's good for you, it's sure good for me. :)