The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#152
|
||||
|
||||
![]()
V2.0 will include a cron job that will automatically unban banned user's that have completed there time that was set.
![]() - Zero Tolerance |
#153
|
||||
|
||||
![]()
Any plans of adding the ability to increase time for secon, third, etc. offences with admincp options?
Also I would like to see the PM text either as a phrase, in a template, or as an option so it will be easier to modify it. ![]() Thanks |
#154
|
|||
|
|||
![]() Quote:
|
#155
|
||||
|
||||
![]()
vB already has a built in cron system yes, but i will have to make a little script to be able to be added to that
![]() - Zero Tolerance |
#156
|
|||
|
|||
![]()
when will version 2.0 come ?
Can i update from 1.5 easy or must I install the Hack completly new ? |
#157
|
|||
|
|||
![]()
Having two problems with the script that I was hoping someone could help me out with.
First one is that I am using this code in postbit for admins only to be able to view everything Code:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])">Current Warning Level: $post[warning_level]/30 ? <a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> ?</if> It shouldnt be appearing because this script does not support private message reporting if you know what I mean. Secondly. Is there a way to format the pm it sends out. I was thinking of something like. Quote:
I took a look in Warn.php but the way its setup is does not support formatting. Any ideas? |
#158
|
|||
|
|||
![]() Quote:
|
#159
|
||||
|
||||
![]()
Does the better Version work with 3.0.3 ??
|
#160
|
|||
|
|||
![]()
How do I change stuff in the admincp? nothings there
|
#161
|
|||
|
|||
![]()
Is there a timelimit on warning points? Theres no need for warning points to stick around for a year or two.
|
#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 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|