The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#462
|
|||
|
|||
Here is the auto-ban-fix f?r 3.6.x boards:
In file WARN.PHP search for this: Code:
foreach ($vbulletin->usergroupcache AS $usergroupid => $usergroup) { if ($usergroup['genericoptions'] & $vbulletin->bf_ugp_genericoptions['isbannedgroup']) { if ($vbulletin->options['warn_ban_usergroup'] == $usergroupid) { $Found = $usergroupid; } $Temp = $usergroupid; } } Code:
$Found=$vbulletin->options['warn_ban_usergroup']; Also make sure that you have the set the correct Banned Usergroup-ID in AdminCP -> vBulletin Options -> Inferno Warning Options. |
#463
|
|||
|
|||
Quote:
THX man it helps me ! |
#464
|
|||
|
|||
I installed this but disabled it cause I don't know (And didnt find the answer in previous pages!) how to:
- give permission to moderators also not only supermoderators - (most important): HOW can I make warnings visible only to warned users! After I installed the hack only super moderators were able to see it |
#465
|
|||
|
|||
Thanks
|
#466
|
|||
|
|||
Hello!
I seem to have a small problem. Our Moderators and Super Moderators are unable to see the "View User's Warnings" As far as I know all the settings in the AdminCP are correct. Heres an output of the devdebug log: Code:
(Page Generated in 0.88229 Seconds) AutomaticWarner1 $threadedmode is empty (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 ignored users: USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR threadinfo[vote] = hierarchical = 1 useradmin = 0, postadmin = 1, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 0, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR returning smilies from the datastore returning smilies from the datastore (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 0, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 1, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 1, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 0, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(0, 1, ,''); -> trying to get combined permissions for non $bbuserinfo (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 0, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 1, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 0, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 1, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(0, 40675, ,''); -> trying to get combined permissions for non $bbuserinfo (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 0, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 1, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(0, 40675, ,''); -> trying to get combined permissions for non $bbuserinfo (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 0, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 1, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 1, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 0, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(0, 1, ,''); -> trying to get combined permissions for non $bbuserinfo (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR hierarchical = 1 useradmin = 0, postadmin = 0, usermod = 0, postmod = 0, usersmod = 0 showpoints = , showwarnsignmgm = , showwarnsign = showwarnlink = 1, showviewwarnlink = 0, showviewyourslink = 0 USER IS A SUPER MODERATOR (unspecified) fetch_permissions(0, 38817, ,''); -> trying to get combined permissions for non $bbuserinfo (unspecified) fetch_permissions(222, 33868, 2,''); -> cached fperms for forum 222 USER IS A SUPER MODERATOR First Post: 705739; Last Post: 705794 USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR USER IS A SUPER MODERATOR php_sapi_name(): apache2handler Any suggestions? Thanks in advance |
#467
|
|||
|
|||
Fatal error: Call to undefined function construct_warning_display() in /home/ezpknet/public_html/includes/class_postbit.php(296) : eval()'d code on line 7
what can i do to fix this error? |
#468
|
|||
|
|||
Just installed on 3.6.7 and seems to be working fine
|
#469
|
|||
|
|||
Is there an edit to the code which will remove the rights of moderators, so only admins and super mods can view and issue warnings?
Im guessing its something to do with: Quote:
Any idea how this can be altered to put in the Admin + Supermod usergroup? (If you search "can_moderate) in the warn.php you will notice that relates to the view/warn and delete. |
#470
|
|||
|
|||
Small problem
Everything works fine, EXCEPT it just refuses to auto ban people when the warning limit is reached. Banned usergroup is set correctly in admincp Running vBulletin 3.6.8 Patch Level 2 If anyone has come across this before I would be grateful if they could suggest a fix, as it is a great system apart from this. Thanks. |
#471
|
|||
|
|||
hi can someone please give me some full settings for this i am trying to install on v3,72
i complete the details here in step 4 but i get the message what should i put in Varname ? Description ? Log Phrase ? Code:
Please Complete All Required Fields Add the following Cron task (ACP -> Scheduled Tasks -> Add New Scheduled Task): -- Title: Inferno Warning Tasks Day Of The Week: * Day Of The Month: * Hour: 23 Minute: 2 - - - Log Entries: (Up to you) Filename: ./includes/cron/warning.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|