The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#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 |
#472
|
||||
|
||||
![]() Quote:
Same problem. I'd like everyone to be able to see everyone elses warning meter, but only mods and admin to be able to use the (+) and (-) and add warning notes. the VBulletin Options don't allow certain user groups to be able to see the mod and not see the mod, only certain user groups to be able to use the mod and not use the mod. If anyone can help it would be appreciated. Best AO |
#473
|
|||
|
|||
![]()
]
Quote:
i have this problem i am trying to install in 3.7.2 PL2. is compatible? |
#474
|
|||
|
|||
![]()
this mod needs to be updated for newer versions like 3.7 and 3.8
|
#475
|
|||
|
|||
![]()
Will the modified version for vB 3.8.x?
|
#476
|
|||
|
|||
![]()
just include the varname: warning_system
|
#477
|
|||
|
|||
![]()
Anyone using this on 3.8.2 at all? Just wondered if it was working ok or if you noticed any problems.
|
#478
|
|||
|
|||
![]()
Well, does anybody know if it works for any of the 3.8 version
|
#479
|
||||
|
||||
![]()
3rd this is any one running this with vb 3.8.3 ? Do most people just use the vb built in warning system?
|
#480
|
|||
|
|||
![]()
I'm still using this on my 3.8.4 with no problems.
![]() |
#481
|
|||
|
|||
![]()
Ok, I've seen alot of posts asking "How do I get all members to be able to see each other's warning bar?"
Well, here is a "hacky" quick fix that will do just that: Code:
Go to Admin Control Panel ( ACP ) -> Plugins -> Look for "Warn Display [Post Bit]" -> Code:
global $vbulletin; if ($post['postid']) { require_once(DIR . '/includes/functions_warning.php'); $show['warning'] = true; $post['warning'] = construct_warning_display($post, can_moderate($forum['forumid'])); } if ($post['postid'] && (can_moderate($forum['forumid']) || ($vbulletin->userinfo['userid'] == $post['userid'] && $vbulletin->options['warn_allow_view']))) { require_once(DIR . '/includes/functions_warning.php'); $show['warning'] = true; $post['warning'] = construct_warning_display($post, can_moderate($forum['forumid'])); } My little contribution to everyone's anguish. Save and enjoy. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|