The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
ok, add a ne field to your thread table called acclevel, should be a small integer default 0
then edit postings.php: section stick/unstick threads: find PHP Code:
PHP Code:
PHP Code:
[php] $DB_site->query("UPDATE thread SET acclevel=$acclevel,sticky=$threadinfo[sticky],notes='".addslashes($threadinfo[notes])."' WHERE threadid='$threadid'"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|