The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is ther a way to hide the "edit post" button from a specific forum?
I used the below variable but it wouldn't help.... btw that red 4 is the forum id which I want to hide the edit post button from. <vb:if condition="$forum[forumid] != 4"> ![]() |
#2
|
||||
|
||||
![]()
Wrong conditional format.
Use it like this Code:
<vb:if condition="$thread[forumid] != 4">EDIT BUTTON</vb:if> |
#3
|
||||
|
||||
![]()
Thank you very much for your quick reply..
I was trying to do that in the showthread template.. Do yo think I need to modify postbit instead?? Also to you know exactly what code in which location I have to wrap with that variable you gave?? Again, thank you so much. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|