The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#162
|
|||
|
|||
Quote:
But its deffinetly possible to add it into the current version |
#163
|
|||
|
|||
Moderate can give warn to user?
|
#164
|
|||
|
|||
I just installed the original hack and the 1.5 upgrade, and for the moment, I have one small problem.
When I add a warning to a user, the drop-down menu from which one selects the warning to be applied, is too small to properly show the letters in the box. I tried to figure out how to change that, but I am not good at this thing. So, I just replaced class="bginput" with class="smallfont" and it shows OK, but is this proper? Also, the PM send to the user seems wierd. I believe that both the Warning Selection (Spamming) should be shown, as well as the moderator Comments (whatever additional comments the mod wants to write). See picture below The strange characters is because I wrote "Don't do that again", the apostrophe seems to create havoc. Another question. I have modified my postbit and postbit_legacy to show the Warnings Level of each poster. I would like to have there some thing like : Warnings Level : 5/20 I tried to include something like : PHP Code:
Warnings Level : 5/ without the points_before_banned. Is that because that variable is not a global variable? How can I add it? Could you please help? Finally, I'll be adding another post below, with things I would like to see in this hack, after discussing it with my moderators and experimenting with it for a while. Tnx for a nice hack, clicking install. |
#165
|
|||
|
|||
Hello i had v1.0 on my site and i just recently today upgraded to the new version.
But before i upgraded and even with the new upgrade a normal registered user is able to see the warn info in post on the forums. I am not very familiar with any of the coding etc i just follw directions i did every as said for the v1.0 and also everything for the new upgrade but it still shows for a normal registered user that has no mod access. Can anyone help me out or point me in the right direction to try and correct this problem. Thank You |
#166
|
|||
|
|||
Quote:
The code below will show the "Warn Username" only to the moderators of a particular forum and the administrator. It will show "View Username warnings" to all moderators and the administrator. If you have more than one administrators, you need to play with the last if, let me know if you need help. Use it at your own risk, I am not exactly an expert in this thing: In postbit template, find HTML Code:
<if condition="$show['postcount']">#<a
HTML Code:
<!-- checks for warning system --> <if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[username]</a> ? </if> <if condition="$post[usergroupid]!=6 AND $bbuserinfo[groupid] == 7"> <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[username]'s Warnings</a> ?</if> <if condition="$post[usergroupid]!=6 AND $bbuserinfo[userid] == 1"> <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[username]'s Warnings</a> ?</if> <!-- end of warning system --> John |
#167
|
|||
|
|||
Zero Tolerance,
As I ... promised above, here is the outcome of our experiments with the hack and the discussion with our moderators: First of all, the hack is great and we all think it is a great addition to any forum. In the interest of seeing this hack becoming even better, we would like to see the following improvements, which will make the mods and admins life easier: 1. Each offence should have a points rating (as it does now), but should also include a "maturity" period. In other words, a period after which the points will automatically be removed from the user's record. 2. Each offence should have a check-box, which will define it as an "Instant Ban" offence. In that way, each forum can decide which offences carry the heavy penalty, of instant banning the member. 3. Each offence which is an "Instant Ban" offence, should also have a "Ban Duration" field. In that way, the admins can decide that offence A deserves a ban, but only for one month, while offence B is serious enough to deserve a permanent ban. So I assume the "Ban Duration" should accept values in days/weeks/months (whatever) plus the word "Permanent". A drop-down menu with 1,2,3,4 weeks, 1,2,3,4,5,6 months, and Permanent values, maybe. 4. Of course, cron jobs should exist, which will remove the points which mature from the member's record, and the bans which expire, automatically. 5. We would appreciate if the PM message could be in a more "customizable" format, so that we can tailor it to our needs. A template maybe? 6. The phrases and params used, should made "global" so that they can be used anywhere in the vB. For example, I have the Warn Points of each user shown in postbit, but I cannot use the "$warn_options[points_before_banned]" there. 7. In the hack's setup (in Admin CP), the admin should be able to define which groups will be able to see the "Warn User" and "View User's Warnings" links. For example, in our site, I have set it up so moderators can warn a user only in the forums they moderate, but they can see every user warnings. Registered users can see the Warnings of other users, as a number only in the forumbit, they cannot see the "Warn XYZ" or the "View XYZ's Warnings" links, so obviously they cannot warn anyone, nor can they see details of how that member earned those points. 8. In the PM send to the user, we would like to see the followings: - Who warned the member. - For which post (it might be a good idea if the post could be copied in the offence's record, since the moderator might want to remove it from the forums. Of course, the moderator has to first warn the member and then delete or edit the post). - Date and time. - What the offence was (the description of the warning). - How many points were awarded and what is the current total of the member. - When these points will be removed. - If the offence implied an "Instant Ban" and for how long. - What comments the moderator has added. - The e-mail of the admin or the super moderator, if the user has objections. I guess this is pretty much what we would like to see in this excellent hack. Finally, one other issue, for some reason, the redirecting screen does not always redirect. I am not sure what happens, but that page does not come up like any other redirecting page in vB, it comes up with header and navbar etc. and it just doesn't redirect. Any ideas? Kind regards, and again thanks for the lovely hack. John |
#168
|
|||
|
|||
It's a good hack but if you made the additions in the above post, it would be a great hack (using current version of it), you you upgrade it can you make an update installation also?
|
#169
|
||||
|
||||
sweet, works great on 3.0.3
|
#170
|
|||
|
|||
It all works for me but for another admin it just loads a blank page as she is going to warn someone please can someone tell me how to fix this.
|
#171
|
||||
|
||||
@hello - the Version here is more than buggy by now. Use this one and it works : https://vborg.vbsupport.ru/showpost....8&postcount=74
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|