The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#227
|
||||
|
||||
![]()
And a suggestion for v2.0 of this great hack.
It forces sending a PM, very good thinking here. But it's possible that the user disabled (accidentely or not) the message system. It's luck if he sees the message then. It would be nice if it did also forcefully sent an e-mail. sv1cec's code -^ will allow staff and warned members to check their status which also includes the PM. I added a flag in the forumview that will notify staff and warned members instantly: In Postbit (or legacy) find: HTML Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div> HTML Code:
<if condition="$post[warning_level]>=3 OR $bbuserinfo[usergroupid]==7 OR $bbuserinfo[usergroupid]==6 OR ($post[userid]==$bbuserinfo[userid] AND $post[warning_level]>0)"><BR>Warn Level: $post[warning_level]</if> HTML Code:
<if condition="$post[warning_level]>=3 OR (($bbuserinfo[usergroupid]==7 OR $bbuserinfo[usergroupid]==6 OR $post[userid]==$bbuserinfo[userid]) AND $post[warning_level]>0)"><BR>Warn Level: $post[warning_level]</if> I also updated the moderator comments in Warn_AddWarn template to get a larger box for composing the PM: HTML Code:
Moderator Comments:</td> <td class="alt2"><textarea name="comment" rows=10 cols=50 class="bginput"> </textarea> </td> </tr> ![]() |
#228
|
|||
|
|||
![]() Quote:
![]() |
#229
|
||||
|
||||
![]()
Just posting here so Ill get an update when V2 is out... Will wait for it before I install.
![]() |
#230
|
|||
|
|||
![]()
Database error in vBulletin 3.0.1:
Invalid SQL: CREATE TABLE `warnings` ( `wid` int(15) NOT NULL auto_increment, `warned_user` int(15) NOT NULL default '0', `warned_by` int(15) NOT NULL default '0', `warned_time` int(15) NOT NULL default '0', `warned_reason` text NOT NULL, `warned_post` int(15) NOT NULL default '0', `warned_warning_id` int(15) NOT NULL default '0', PRIMARY KEY (`wid`) ) TYPE=MyISAM; mysql error: Table 'warnings' already exists mysql error number: 1050 Date: Sunday 05th of September 2004 10:55:20 AM Script: http://xxxxx/forum/admincp/install_warn.php Referer: http://xxxxx/forum/admincp/install_warn.php Username: Blaminator IP Address: xxxxxxxx help |
#231
|
||||
|
||||
![]()
Zero Tolerance I have one problem with the hack, maybe you or another member can help
OK the hack is GREAT but lets say the member DOES NOT post but just sends a PM, there is no way you can add a warning for them ![]() Is there a way we can include this? Thanks for any help on this. Snowy |
#232
|
|||
|
|||
![]() Quote:
Sorry, but I do not have the time to search for it. Rgds |
#233
|
|||
|
|||
![]()
Sv1,
Any idea how to make the postbit mod you did where it shows the number of warnings each user has viewable to everyone? |
#234
|
||||
|
||||
![]() Quote:
![]() |
#235
|
|||
|
|||
![]() Quote:
Right below: HTML Code:
<if condition="$show['reputation']">$post[reputationdisplay]</if> HTML Code:
<if condition="$post[usergroupid]==2"> <if condition="$post[warning_level]>0"> <font color="#ff0000"> </if> <BR>Warns Level: $post[warning_level] <font color="#000000"> </if> Rgds ---------- John |
#236
|
||||
|
||||
![]()
I ran it, and everything works absolutely great after doing all the steps, however it never added the custom templates to my other skins. Just the default VB3 skin for my forum.
I'll be damned if I'm going to add all those custom templates to 8 skins. ![]() Help anyone? |
#237
|
||||
|
||||
![]()
Hello coRtALoS,
I had the same problem. It only installs to the skin that's set to default in vB options. It will only install to the other skins if that one is the parent Style of all others. The only alternative I know about is using a SQL tool, that can be some work. |
#238
|
|||
|
|||
![]()
Great hack.
2 thumbs up! |
#239
|
||||
|
||||
![]()
Any update on the warning in PMs guys, i have looked through the thread and cant find anything
![]() |
#240
|
||||
|
||||
![]()
I've had some problems with my moderators in the past abusing the warning system.
Is there anyway to remove moderator privilages to remove warning points (so a Staff or Admin has to remove it manually), or a way to keep a log of all warnings issued, active, removed and expired? |
#241
|
|||
|
|||
![]()
Read through the thread
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|