View Full Version : can't use pm with out X posts
Creative Suite
12 Jun 2005, 18:26
hi ..
what it does ? ..
The hook will show an error message when the user havn't X posts
instllation
add new pharse
Type : Error message
text : Sorry you can't use the pm system with out X posts
upload the cpm.xml file ..
note : you can change the x num of posts from the plugin option :)
regards
Zachery
12 Jun 2005, 19:10
So much better IMO to just use promotions.
You don't take into account that they can receive pms.
So now they are getting pms and can't read them.
So much better IMO to just use promotions.
You don't take into account that they can receive pms.
So now they are getting pms and can't read them.
Build a small system that checks if a user has less than that many posts, and if they do, it doesn't let users send them PM's.
fraghappy
15 Jun 2005, 08:12
Build a small system that checks if a user has less than that many posts, and if they do, it doesn't let users send them PM's.
What he means is that you disallow PMs in the "Regular Users" usergroup, create a new group that allows PMs, and setup an automatic promotion so that, when a user reaches X number of posts, they are automatically promoted to that second group.
I agree with him. It's a much more elegant solution, and it's already programmed into vB. Why add more code to the mix to do something that can already be done?
Could this be modified to make something more useful.
I don't allow people to pm on first join until they are promoted as people have explaind. Of course some new users need help. Could it be coded such that a new user can only pm mods and only get a pm from a mod? The restirction would be on people in the registered user group as they can't pm at the moment.
This could be very helpful.
Oh and having a distribution list facility in the pm system would be incredibly useful so all mods could get pm's from users with a problem....
MarsNIIT
11 Sep 2005, 10:22
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Please give me detail. Thanks.
Marco van Herwaarden
11 Sep 2005, 11:00
I wouldn't suggest anyone running RC2 or above to use this one, maybe the author can update it to using a Product.
PS Since coder never answered why this should be better then default vB Promotions, i doubt that we will see an upgrade.
MarsNIIT
17 Sep 2005, 14:37
Please help me error: Could not find phrase 'cantpm'.
I have more 10 post, but till this error when run this mod :(
Zachery
17 Sep 2005, 19:59
You really shouldn't use this, use PROMOTIONS THATS WHY THERE ARE THERE :D
was looking for exactly this today
wanted to merge 2 groups (new users that cant pm then a second group with posts that can)
thanks!
if($vbulletin->userinfo[posts]!=$np){
just found out no one could pm
think this should be
if($vbulletin->userinfo[posts] <= $np){
Michael Morris
26 Sep 2005, 05:24
You really shouldn't use this, use PROMOTIONS THATS WHY THERE ARE THERE :D
Shh Zach... You'll cut folks off from doing things the slow and ineffiecient way.
vietkool
13 Oct 2005, 00:44
what is default set how many post brfore member can PM ?
tnguy3n
13 Oct 2005, 00:59
what is default set how many post brfore member can PM ?
10
to change that value, open the plugin and edit to whatever number you like. ;)
Xplorer4x4
13 Oct 2005, 14:42
Don;t mean to be negative but another reason that you should use promotions is because there is a chance this plug in could possibly cause a problem with another plug-in.
Snoop-It
25 Oct 2005, 00:58
Please update this to the latest version of vB and could you clearly state what to do, coz in the phrases bit, its asking for varname and the phrase type in the latest version .... theres no such thing as error message - the closest is front end error message but i dont want to take the wrong option...
and as for Promotions - that doesn't even ork either on the new version for me and it still exists though from how i had it on my 3.0.8 version.
Thanks in advance!
Zachery
26 Oct 2005, 16:20
PROMOTIONS WORK!
And if they don't its a problem with you and your installation.
Snoop-It
27 Oct 2005, 00:55
Listen Zachery dude...
Promotions don't work on my board, i don't know why, which is why i have come on a bludy support forum for f**kin HELP! iv upgraded everything, don't know if theres a promotions template that i shud revert or whatever. I DON'T KNOW!
If you don't want to help then don't respond to this thread in that tone about its a problem with me / installation.
Marco van Herwaarden
27 Oct 2005, 05:25
@dholaholic
Don't want to drive you away from this hack, but if you want i can have a look at your promotion problem. Send me a pm if you want.
Parture
28 Oct 2005, 22:09
You have to add the phrase in the instructions at the top, then it won't say "cantpm".
Snoop-It
31 Oct 2005, 16:23
@dholaholic
Don't want to drive you away from this hack, but if you want i can have a look at your promotion problem. Send me a pm if you want.
Thanks, il pm you when i look into it on my board.
Parture
01 Nov 2005, 02:59
I got rid of it. The problems I was experiencing:
1) I had more than 10 posts, could then PM, and then later I could not?????
2) I could not post to myself, which I like to do from time to time, when I have something really wise to say to me, lol
http://biblocality.com/forums
Stephen3
15 Nov 2005, 06:28
will work on 3.5.1 or not???
Zachery
15 Nov 2005, 17:13
will work on 3.5.1 or not???
I'm going to keep telling people not to use this hack as it just doesn't work right, and it has inherint flaws that will cause problems.
tuoberg
16 Nov 2005, 07:59
Sorry, a newbie here, but with promotions what will we do? I mean will take them to any other usergroup with that facility or do what?
What he means is that you disallow PMs in the "Regular Users" usergroup, create a new group that allows PMs, and setup an automatic promotion so that, when a user reaches X number of posts, they are automatically promoted to that second group.
I agree with him. It's a much more elegant solution, and it's already programmed into vB. Why add more code to the mix to do something that can already be done?
how do you disallow PM's for a usergroup, i dont see the option in usergroup manager, thanks
tuoberg
16 Nov 2005, 09:01
Ok, now I have done something. The process is as follows:
I have created a junior member group
than I disallowed them to post pm's, attachments and so on.
finally I created promotions for them to jump to standard members after 50 posts.
is it all this? did I do the correct things?
please advice...
tuoberg
16 Nov 2005, 09:04
how do you disallow PM's for a usergroup, i dont see the option in usergroup manager, thanks
from acp, you can edit the usergroups. from usergroup manager, choose the group you want and click edit. than go to Private Message Permissions section and find:
Maximum Stored Messages:
If you set this to 0 users from this usergroup will not be able to use private messaging.
as it says if you set the number there to 0, than you disallow the pm. for that group.
ok after setting this promotion, then how to you execute the promotion... i have members right now that should be promoted, but arent... thanks
HeRCuL70
10 Jan 2006, 11:15
sorry, can you explain how i add this error message?
Invalid ID
05 May 2006, 08:26
The hack is telling everyone "Sorry you can't use Private Message System without having 500 posts in your account."
vBulletin® v3.6.12, Copyright ©2000-2010, Jelsoft Enterprises Ltd.