![]() |
Phiber, you are not reading the proper instructions. The part that you posted above, is from the instructions on how to add the Notes capability, in an already installed AWS. Check the instructions included in the AWS zip file.
|
I think I figured out my problem...I just dont know how to fix it. There is a glitch with the signature tag (at least in firefox, I havent tested in IE). When there is no signature, the post will be made centered vertically.
Do you know how to fix them sv1cec? |
Start with a new template and edit it according to the instructions.
|
sv1cec thanks for your previous answer!
And now another... xD, yesterday I had a "problem" with a Moderator because he remove accidentaly my warn to a user... How can I avoid that? How can only a Mod remove their own? And SMods their own and Moderators ones, and Admins all? or SMods and Admins all... Thanks in advance! Edit: Oh, I have just seen and answer for that problem, but for unable the remove warning to mods and smods... How to remove only for mods? And there you said only "fake" remove, but not delete... How to restore a Warn removed by a Mod? Thanks again, and sorry my English! |
It's doable, but you have to run an SQL query, and since this can mess up your database, I would not like to give you more details. You'd better remove the warning all together, and explain the member that if he does the same, he is doomed.
|
LOL, Ok, Thanks ^^
|
how about a permission control the admin can set "can issue warnings" to yes and "can remove warnings" to no .... that would solve his problem
Restoring a removed warning is possible but like John already said it's kind of risky. 1)open /includes/xml/bitfield_aws.xml and find Code:
<bitfield name="canviewwarnings" group="awspermissions" phrase="canview_warnings">8</bitfield> Code:
<bitfield name="canremovewarnings" group="awspermissions" phrase="canremove_warns">16</bitfield> 2)go into your admincp and add a new phrase varname:canremove_warns text:can remove warnings ? phrasetype:permissions product:aws save the phrase 3)open Warn.php and find PHP Code:
PHP Code:
http://www.yourserver.com/forums/adm...buildbitfields that should do it if not give me a yell |
Is there's a way to prevent super-moderators and moderators from removing warnings?
In other words, I want only administrators can remove a warning Thanks in advance ;) |
I have forgotten to refresh the AdminCP. Problem has been fixed ;)
|
Quote:
|
i like your hack very much thanks :)
i just have a little comment: in the install file (txt), in a template modification, you spelled $vbphase[...] instead of $vbphrase. im sorry but i dont remember exactly where it is, but use ctrl+f. |
for some reason, when a user gets warned, the post they are warned on gets all wierd looking.
attached is a example. what is causing this? |
Quote:
That would be great! I am still using your Mod on 3.6.0 |
Quote:
|
So I have 3.5.4 and am using the version before the current AWS...do i just upload all the files again and the product to update? Or do I need to uninstall the product and reinstall the new one along with uploading the new files. The original version has been acting screwy with people not being banned when the correct number of warnings is reached etc.
|
I tried a test run on a regsitered user account, and when i tried to view my warnings it came up with this "You do not have permissions to view warnings information"
What happened? :\ I set it to "ALL" to viewing warnings. |
Quote:
|
Oh.. I see. Thank you.
I have another problem though. =\ I set up "auto warns" for obscene words , but for some reason, it's not working. I set up the right ID and everything. Created a warning type "ObsceneWords" I did a test on this too and the warning didn't show up on me. Also.. if I uninstall and reinstall AWS, will I lose all warnings and bans made through AWS? Thanks for the info~ |
Quote:
you will not loose the warnings information if you create a backup of it through phpMyAdmin Also make sure 'ObsceneWords' warningtype is set to "Auth"(short for automatic) |
in the readme text.. it said, Upload the Files in Folder upload to the appropriate Directories.
what is the appropriate Directories? |
excuse me.. how do i import the xml detail? is this a plug in xml?
|
Quote:
|
Quote:
|
news,
aws is running on my 3.6.0 RC 3 system.Since these are my first tests the system isn't quite ready ready "enough" for a public release nut it's running good so far |
Great news Delphi! Great news.
|
Yes. Great news indeed. Cant wait for an updated release. This was the most valuable hack I had installed.
|
hi people,
I am building the admincp interface.I gotta start all over and build a product file in 3.6.x format (jelsoft changed some stuff in the products system)The phrases part needs some changes to since the phrasetypeid field is removed(phrases are identified through there fieldname)So far it's running good a MySQL error here and there but therefor i am doing tests to catch and fix them i changed the warnings field in the user table to warns because vbulletin's new infraction system also uses a field called warnings there (avoid conflicts) the sourcefiles will need to be updated to use the new field /me goes of to have a beer updated John, Wouldn't it be beter to just leave the "warnings" in place in the user table (and remove the code from the install / uninstall ) vbulletin only uses that field if you use the infraction system so to save some work (and have a system ready earlier) i'm *thinking* about this don't know if this is good through need some advise |
will this work on 3.5.4 ? or is there another Warnign system for 3.5.4 ?
|
Well, if vB is using one of AWS columns, you'd better create new ones. You never know if a user will activate both the AWS and vB's infractions together.
Also, maybe it is a good time to change the names in the program. I have found that some people get frustrated when "warned". Those types who ask you "Are you threatening me?" when you just tell them they did something silly or against the rules. Maybe we should change the "warning" to "ticket" ? I do not know, I can't think of another word. Also, one more thing. In the admin_warn.php, there is a small bug. Consider this situation: - a member has received a warning for 4 points. - the moderator who warned him made a mistake and issued the wrong warning type. - since the moderator is not very experienced he "removes" the warning and then issues a new one let's say for 3 points. - the administrator sees that and decides to completely remove the first warning, since it shouldn't be in the user's record. - The "Complete Remove" code removes the first warning, but also removes 4 more points from the user, thus the user ends up with zero points. In other words, the Complete Remove code does not separate between deleting an active warning and an inactive one. A small piece of code in the form of: Code:
if ($warn['warned_status']=='A') Another good idea is to change the wording for remove and complete remove. Maybe the "Remove Warning" should be renamed to "Mature Warning"?? Email me if you want to discuss these further. Rgds |
Quote:
|
hi people,
If you use this system availible right now on a vbulletin 3.6.x system (whatever version) the "view banned users" in the aws menu will not work reason = jelsoft changed the isbannedgroup permission to isnotbannedgroup I fixed this already... |
Quote:
|
Ok small problem, just installed, i had the previous version already installed on my previous version of vb, so i want to keep all existing warn data, so i assume i don't delete existing tables etc...
I got this error when importing the product: Code:
Database error in vBulletin 3.5.4: |
I've now upgraded to VB3.6 uninstalled this hack to use the infractions (may install this again if it becomes supported for 3.6 but until then am trying to get used to infractions lol.)
however I just got a database error and i think part of the code is not removed in the database. How do I uninstall it completely? Thanks |
Quote:
then you can restore this later on .....I suggest you start with clean 3.5.x files you can try to run this Code:
SELECT * FROM " . TABLE_PREFIX . "setting WHERE varname like 'warn_%'; Code:
DELETE FROM " . TABLE_PREFIX . "setting WHERE varname like 'warn_%'; |
Quote:
|
I have un-installed it to use the vb 3.6.0 infraction system and im getting this error. ?
Code:
|
Quote:
Code:
ALTER TABLE user ADD warnings INT UNSIGNED NOT NULL DEFAULT '0'; this error will be gone now |
That was the database error I have above.
I tried Code:
ALTER TABLE user ADD vb3_warnings INT UNSIGNED NOT NULL DEFAULT '0'; Code:
An error occurred while attempting to execute your query. The following information was returned. |
ALTER TABLE vb3_user ADD warnings INT UNSIGNED NOT NULL DEFAULT '0'; I had the table prefix in the wrong spot.
Thanks. |
All times are GMT. The time now is 11:33 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:
|