![]() |
Quote:
HTML Code:
Dear $name, |
I have an issue with the emails it sends out. It seems when post related it will email the user for Temp and Perm but you have two different Subject line titles for each so the title of the email will reflect from which one.
However, on nonpost related there seems to only be one subject line that is for both. Why would there be a difference? Why is there not seperate subject lines for each type in nonpost related warnings? |
Why when I try to warn a user i recive this error?
An error has occured, the following message has been left below: Invalid User ID Input |
Quote:
|
Quote:
Thanks, didn't know about the prune warnings xD. but still, would be great if you could fix a type of image or something for alerted warnings too.. and if you found somewhere to test it. And another question, if I choose 1 day on a warning, for it to mature. That doesn't mean that a user won't be banned if he gets 3 warnings (my limit) within a month right? Does it mean they go inactive or something after 1 day? |
Read the AdminCP section of the AWS. In the Manage Options, everything is explained. If the maturity period of each warning is 1 day, the points for that warning will be removed from the warned user's account after 1 day passes. If your limit is 3 points, he will not be banned unless he has been warned 3 times for 1 point, in the same day.
|
Quote:
|
When you give a user a non-post related alert, they get this:
Quote:
Quote:
|
These are two different things, one (the first) is the PM send for an alert, the second is the PM send for a warning. Not the same.
|
Quote:
Quote:
|
Julie,
I can't help you more on that, as I said before, without access to a test site, I can't provide support for this hack. Check again that you are issuing alerts and not warnings, that's all I can say at this moment. Sorry |
It's only in the warn logs it says so, but in the PM (at least, haven't checked e-mails) sent to the user it says the first quote. Then, no biggie :) I thought the warn logs looked exactly the same as the PM the user recieved, therefore I was a bit "huh"-ed... :)
|
Julie,
when you say "logs", what exactly do you mean? |
You know you can log the alerts/warned things, right? Options --> Save copy of Alert Message in a predefined forum? I have that to yes, and have a special forum just for the logs...
|
I just warned a user, he now has 37 warning points, and he got banned.
however, the way i have it set up is for them to get banned every 10 warning points, this user has been banned about 3 times now, but it says he has only been banned 1 time. he should not be banned until getting over 40 warning points and that would be a permanent ban as i have it set up like that also. As he just got banned I wanted to view if it was the aws that banned him and not a mod. here is what it says Ban Period - 4 Days Ban Time Remaining - 3 Days, 0 hours Ban Reason - User exceeded the Warning Limit and was banned. So he was banned by the AWS however it says ban period 4 days, well that should be saying 3 days. any ideas on how to fix these bugs up? I know this is no longer supported, but any idea if it ever will be again? |
1st Special Thanks to SV1CEC and Andreas !
2nd: when i tried Quote:
im running vB 3.5.3 |
Does anyone know how to display a user's warnings in their postbit?
I need some way of alerting users to their warnings as I have Private Messages disabled on my board. |
The number of alerts, number of warnings, warning points and number of bans should appear in the user postbit, as the hack is. Depending on the AWS Options you have set, these are viewable either to the management team and the warned user only, or to everybody.
|
Quote:
I get that warning. I've followed the instructions and uploaded the separate php file to the right place. What's going on? |
Quote:
is the file funtions_warning.php in yourforumroot/includes ? i think this is caused by some other plugin you have installed |
Hello - thanks for AWS.
I want to translate AWS for Polish language. How I'm able to do it? In which files I will find phrases for translating? Because in Phrase Manager I didn't find any phrases from AWS. So I guess that I have to translate directly in files. But I wouldn't like to break something down - and therefore I'm asking. Sorry for my terrible English - I understand everything, but with writing poorly. |
Well, I guess the answer is "everywhere". You see when I started making this thing, I was not very well aware of the finer details of vBulletin. Also, the hack on which this one was based, didn't use phrases either, so I was not aware that it should be made that way. So, you have to check everything, php files, templates everything.
|
sv1cec, i have a problem with the Complete Removal of Warning. Try to remove from AdminCP. It writes that selected warning was completely removed, but then writes then Invalid User ID. And warning was not removed at all =(...
And at the same time - when i check boxes Comp Rem and then click button Complete Removal, Warning removed successfully... =( |
ok I have Historical Option on. I have it set so that warnings expire after 60 days, and banned at 5 points. One of my users has 5 points, but from more than 60 days ago, so in theory he should not have any points. He recently got warned again and was banned (should have 1 point).
|
Well, in theory he should not have any points, but does he have any? In other words, are his previous points removed from his account?
Also, the banning can occur irrespective of the points, for example if the member accumulates enough warnings. For example, if you have your Warnings Number limit is equal to 2 and your user received two warnings, he is banned. |
Quote:
|
nice! installed.
|
that is awesome :) it worked like a charm for me.
Got some issues with skin, because i use a very complicated one, but i worked out to solve the problems. I also got another problem that the "WARNED POST" image had NO links when showing on postbit, i solved doing this: edited this plugin: AWS: Show Warning Options/Points in Postbit/Threads< replaced this: Code:
// Shall we show the warn sign? Code:
// Shall we show the warn sign? i also did a little modification, instead of showing Warning Points as numbers in postbit, i changed to a little bar, that fill up when user gets more points :) thanks again |
andrefedalto maybe you can
tell us what modification you did to get your little bar. For the points sound good. :) |
I have found that I can not remove warning via the admin cp, but it works just fine in the mod cp. It seems to me a comparision of the php coding of removing a warning via admin cp should be compared to the php code of remove a warning via mod cp.
|
Quote:
sassy1: i'll work out to release this little modification ;) |
ok, lets go:
Open AdminCP, go to Plugin management and edit this plugin: "AWS: Show Warning Options/Points in Postbit/Threads" replace this: Code:
global $hierarchical, $viewoption, $showpoints; Code:
global $hierarchical, $viewoption, $showpoints, $vbulletin, $stylevar; Code:
DEVDEBUG("useradmin = $useradmin, postadmin = $postadmin, usermod = $usermod, postmod = $postmod, usersmod = $usersmod"); Code:
if ($post[warning_level]>0) { Now you must go to template edition and edityour postbit/postbit_legacy template. Find this: Code:
Warnings Level: $post[warning_level] Code:
Warnings Level: $graphic_warn_level And now just enjoy your cool userbar instead of just numbers :) See attached image to see how is the final result (my text is in portuguese, but after you follow this small tutorial you will get the text in ENGLISH). Hope you enjoy this little mod. Thanks you all! |
when is this coming out of beta? why is it still in beta also?
|
Most probably never. I have no test system to work on, and Andreas, who was supposed to provide support for this hack, is obviously too busy to do so. Sorry!
|
what kind of test system do u need?
|
A vB 3.5 system in which I can play. Preferably not a working, active board, as I may need to stop it etc.
|
I have sent you a pm John, I have set up everything for you, just waiting to find out if you still need it.
Thanks |
I responded to your PM. I will not be able to work on this, until tomorrow morning.
Rgds and tnx |
yo i sent u a PM also....
|
Okay looks like there may once again be some progress on this to finally take it out of beta lol. Take your time on doing it John, there is no rush, I fully understand that you have your own commitments to attend to first before this.
Edit: I think someone needs to go through every post and find every bug that this has, to make it easier for john. I'd do it but i gotta go out now. |
All times are GMT. The time now is 06:31 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|