The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Create a new posticon group in the control panel, set all the permissions to "no", (except maybe administrator / supermods)
Add the icon you want to use for official threads, make a note of its id number Add a plugin for newpost_complete Code:
if(is_member_of($vbulletin->userinfo, X)) { $vbulletin->db->query(" UPDATE ". TABLE_PREFIX . "thread SET iconid = Y WHERE threadid = $threadinfo[threadid] "); } It will override the icon already in use with the official one for the thread when someone from usergroup X makes a post in it. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|