The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
closed thread mod question?
I searched the forum and didn't find anything, so is there a mod that if a admin closes a thread. The moderators and super moderators cant open it or post in it?
Thanks Inadvanced |
#2
|
||||
|
||||
Id like to find this too.
|
#3
|
|||
|
|||
Not the cleanest way to do it, but you could use this conditional around the actual controls themselves.
Code:
<if condition="is_member_of($bbuserinfo, 6)"> <if condition="!$this->thread['open']"> (open/close button/bits here) </if> </if> So basically: - If (it's you) - If (the thread is not open) - Show the controls That way nobody will see the controls on closed threads but administrators. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|