The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to disable the infraction link for moderators who aren't assigned to the specific section.
The plugin I'm trying to use on the postbit_display_complete hook: PHP Code:
Also tried: PHP Code:
|
|
#2
|
||||
|
||||
|
https://vborg.vbsupport.ru/showthread.php?t=124125
You should add: infraction_verify_permissions Code:
if (!can_moderate($threadinfo['forumid']))
{
print_no_permission();
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|