The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi, i want to show threadid of each thread under the message area of the post and only moderators and administrators can see the thread id only. Can anybody tell me please how to do it.
Thanks in advance. |
#2
|
||||
|
||||
![]()
Just add something like this to the SHOWTHREAD template where you want it:
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)">Threadid: {vb:raw thread.threadid}</vb:if> |
#3
|
|||
|
|||
![]()
Thank you very much, it works like a charm...thanks
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|