![]() |
Either way the Yahoo Icon was the least of my worries....what about the database error? :-\ I haven't seen anyone else report it.
Anyways thanks all three of you for portin this. Zero's hack for 3.5 is an exact replica of the Invision Free warning sytem. This is much nicer and organized IMO. |
Quote:
Well, I can't help you as I don't know what could be going wrong. Feel fre to send me a PM with an AdminCP account and i'll take a look. @Chad F. Confirmed. Please report this as a Bug so it won't get lost. |
Quote:
(being able to specify which user groups can use the warning system, i only wanted admins and super mods) |
No. As said, i'll might look into this for future Versions but not any time soon.
|
Quote:
Code:
ALTER TABLE `".TABLE_PREFIX."user` add `warnings` int(5) default '0', add `alerts` int(5) default '0' `warnings` int(5) default '0', `warning_level` int(15) default '0', `warning_bans` int(2) default '0', `alerts` int(5) default '0', |
Ok well i gave Kirby and Admin acount which I already deleted. Kirby got this instaled but there is still a problem. When i warned my friend to test the hack i get this error when i try to remove or Completley remove the warning:
Not Found The requested URL /forums//admin_warn.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Thanks again Kirby but how can i remove the warning? |
admin_warn.php is supposed to be in admincp directory, I do not see it there in the error. Maybe you have not defined it? If I am not mistaken, that is defined in config.php or something.
|
How would I define it? I tried the configuration below:
PHP Code:
Thanks |
An error has occured, the following message has been left below:
Invalid User ID Input And then I get this error when trying to use the non post related warning function. Als note that this was my previous configuration: PHP Code:
|
I know this hack is causing my user editing problem because if i disable the warning hack then it works fine.
Help please? Thanks. |
Which Problems, and where exactly did you get the error from Post #166?
|
Yes and post 169. Thanks for the help Kirby.
|
I can't help if you don't answer my questions ...
1) Where exactly did you get the errors you described in Posts #166 and #169? 2) Which "user editing" Problems do you have? |
1)
A)(Post #166)When i warned my friend to test the hack i get this error when i try to remove or Completley remove the warning: 404 Error B)(Post 169)And then I get this error(Invalid User ID) when trying to use the non post related warning function. 2)I could have been clear on the user editing part. I can not save after making any changes to a user due to a DB error. |
If the comment for a warning has quotation marks in it, they'll be displayed as " when a message regarding the warning is posted.
|
Quote:
Quote:
|
OK, I checked the admin_warn.php code again. It looks as if I have forgotten some code, which is now required by vB.
Try this and let me know if it works: In admin_warn.php find: Code:
// ###################### Delete Warn Type ####################### Code:
// ###################### Delete Warn Type ####################### |
*goes to test* and ummm it seems that I can now save any edits to users without getting a DB error. I have no idea how that worked itself out:ermm:
EDIT:No that did not fix the issue with removeing a warning TYPE. Hehe i thought this was the fix to remove warnings from a user. :( |
Does not work.
|
Quote:
Please tell me exactly where you get them, eg. - Which PHP File - Where do I have to click - What do I have to enter. Thank you. @acidburn0520 Gonna take a look at that. |
Fix for "Unable to find Warning Type":
admin_warn.php FIND PHP Code:
PHP Code:
|
OK guys, the bug which didn't allow you to delete a Warning Type is now fixed. Just download the latest zip file and upload the file admin_warn.php to your web server.
Sorry, my bad. |
Quote:
|
Quote:
Can you tell me exactly which steps are necessary? |
Quote:
It apears that when you make the template mods a view warnings options should apear in the postbit_legacy template like in the hold hack. It doesn;t show up for me, or was that not ported into this hack? Please note I am using RC3! Just FYI! |
Quote:
It's there for me. |
Quote:
Again not sure these are observations i Was picking up on from the template edits. Neither of them show up. |
|
Indeed I haven't ported the postbit_legacy template to the new version. KirbyDE can you take care of that, or shall I do it?
|
@sv1cec
There are Template Edit instructions in the readme.txt and they seem to work out fine for me on RC3, as shown in the screenshot above. |
Do they? I didn't check the instructions, I just went to the test site and checked the template. But in your picture, shouldn't there be something like:
Warnings: 1 Warning Points: 10 Bans: 1 or similar? |
Right ... the instructions are a bit misleading.
Gonna clarify them now. |
None of those template edits are showing up for me. :-\ As i said I notice all of these when I instaled the template mods but they are not showing up for me, but the warn option is. I coppied and pasted your directions EXACTLY so I do not understand why only the warn link shows up.
Just a note I do have two custom edits to my postbit_Legacy template. One of which is I copied the code for the "top" link at the bottomg of the forum to show up next to the post count number. Also edited it to where thread titles do not show up in the posts them selves. Any chance this could intefere with your edits? |
Ok i reverted my postbit_legacy template. This fixed the fast edit problem I was having(not related to this hack). Seeing as I am using my postbit_legacy option are the postbit edits needed?
I assume i just did my template edits wrong again because they turned out liek this: http://img385.imageshack.us/img385/7...tlegacy3fo.jpg |
No, postbit edits aren't needed so long as you're only going to use postbit_legacy.
Kirby or sv1cec, I've got a request. Would it be possible to create a dropdown bar on certain Warning Types? Say for example, I've got a Warning Type called "Spam". Let's say that this user I'm warning spammed a lot, infact he was so bad that I'd like to give him more warning points, than the normal amount. Instead of warning him several times for the same offense, I'd like a little dropdown bar for a Level of Severity. Low, Mild, Severe perhaps? Depending on the selection of this dropdown, the user in question could be given 2, 5, 15, etc... points, instead of the standard amount. It sounds like a good idea and if it's not too hard to implement I'm sure other users could also benefit from it. |
If this was to be done, it would mean that each warning type no longer carries a fixed points penalty, but a variable one. This is not something easy to implement.
At first approach, it looks as if another field in the warning form, with a "Severity" or "Multiplicity" factor. and then the warning points are multiplied by this factor before being entered in the user's account. However, deep inside, that would require changing the tables, since at this moment, the warning points are not kept in the warnings table, they are read from the Warning Types table, by associating the type of the warning issued with the warning type characteristics. Why don't you just create some more warning types? For example Spam Level 1, Spam Level 2 and Spam Level "you are out of here"? Rgds |
Yeah I suppose I could just do that, I just figured I'd throw it out here to see what you thought.
|
It's not undoable, but it will mean a complete reorganization of the way warnings are handled. So I do not think it will happen. LoL
|
Just installed this on my testboard, and found the following issues while going through setting up (some might already have been reported, didn't check):
- Setting group called Warning Hack, why not Advanced Warning System? Settings: - Use Hierarchical Schema?: Why not allow both pre-defined and manual descriptions? - Use Warning Type Description, as moderator comment, in Post-Related warnings?: Missing description - Restore Usergroup: What will happen if this is left blank? - Send E-mail to the warned member?: Description: 'f both the above options are set to Yes, ....'. This is the first setting of this type, so this remark don't make sense. - Use Buttons for warning links? What options i can put here? Shouldn't this be a dropdown list? - What can Moderators see in ModCP?: See previous. - Protected Usergroups (hidden) : Description 'ATTENTION: These are additional groups, to the ones used by the program.' Which are the groups 'used' by the program? - Super Moderator Usergroups : Wrong description, talking about Administrators instead of (super) Moderators. - Moderator Usergroups : See previous - Message Tag. Should this be a textfield where you can enter a tag, instead of yes/no? - Save copy of Warning Message in a predefined forum? / Forum in which the message will be saved? Can't these 2 be combined? If forumid is given, this option is turned on. Will post more later if i have time. |
Quote:
Quote:
Quote:
Quote:
NOW I FIGURE THIS OUT. You are trying to edit the options from the VBulletin Options menus. No, no, at the left of your screen there is a new menu group called "Warning System". Open it up and use the "Manage Warning Options" from that menu. Sorry, but I think this is included in the instructions, at least it was in the 3.x.x version. Use that menu for anything related to AWS. Rgds |
All times are GMT. The time now is 10:53 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:
|