The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
The coolest hack EVER
If an admin sticks a thread, then only another admin can unstick it. Or if a smod sticks a thread, then only an admin or another smod can unstick it. If a mod sticks a thread then any other mod of that forum, smod, or admin can unstick it.
Get it? |
#2
|
|||
|
|||
its not that cool but it would be ok
|
#3
|
|||
|
|||
Well it's too hard for Chen anyway so I might as well forget it...
|
#4
|
||||
|
||||
i think its possible and not as hard as you mean, but you have to create an extra dbfield just to remember who has stuk the thread, and i don't think it's worth to do...
just say your people, not to unstuck thread stucked by others |
#5
|
|||
|
|||
My supermods can be a bit confrontational
|
#6
|
||||
|
||||
you're the admin, so you're the chief
but if you need it, i'll try to code it |
#7
|
||||
|
||||
Yes please...
This would be good! Satan |
#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'"); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|